|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugInConfigure
Provides access to methods and properties needed to configure and manage server based data links.
Method Summary | |
---|---|
void |
configure(IPlugin piServerConnection)
Configures the data link. |
String |
getConfigurationString()
Indicates value of the configuration string. |
String |
getDescription()
Description of the data link and its configuration. |
String |
getName()
Name of the data link. |
String |
getPlugInType()
Indicates type of data link being used. |
void |
setConfigurationString(String pbstrConfigurationString)
Indicates value of the configuration string. |
void |
startPlugIn(IPlugin piServerConnection)
Starts the data link plugin. |
void |
stopPlugIn(IPlugin piServerConnection,
int nShutdownTimeOutInSeconds)
Stops the data link plug in. |
Method Detail |
---|
String getPlugInType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConfigurationString() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConfigurationString(String pbstrConfigurationString) throws IOException, AutomationException
pbstrConfigurationString
- The pbstrConfigurationString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void configure(IPlugin piServerConnection) throws IOException, AutomationException
piServerConnection
- A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startPlugIn(IPlugin piServerConnection) throws IOException, AutomationException
piServerConnection
- A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopPlugIn(IPlugin piServerConnection, int nShutdownTimeOutInSeconds) throws IOException, AutomationException
piServerConnection
- A reference to a com.esri.arcgis.trackinganalyst.IPlugin (in)nShutdownTimeOutInSeconds
- The nShutdownTimeOutInSeconds (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |