|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.trackinganalyst.PlugInConfigure
public class PlugInConfigure
Implements IPlugInConfigure interface to configure and manage server based data links.
Constructor Summary | |
---|---|
PlugInConfigure()
Constructs a PlugInConfigure using ArcGIS Engine. |
|
PlugInConfigure(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PlugInConfigure thePlugInConfigure = (PlugInConfigure) obj; |
Method Summary | |
---|---|
void |
configure(IPlugin piServerConnection)
Configures the data link. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public PlugInConfigure() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic PlugInConfigure(Object obj) throws IOException
PlugInConfigure thePlugInConfigure = (PlugInConfigure) obj;
obj
to PlugInConfigure
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getPlugInType() throws IOException, AutomationException
getPlugInType
in interface IPlugInConfigure
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getConfigurationString() throws IOException, AutomationException
getConfigurationString
in interface IPlugInConfigure
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConfigurationString(String pbstrConfigurationString) throws IOException, AutomationException
setConfigurationString
in interface IPlugInConfigure
pbstrConfigurationString
- The pbstrConfigurationString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void configure(IPlugin piServerConnection) throws IOException, AutomationException
configure
in interface IPlugInConfigure
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.public String getDescription() throws IOException, AutomationException
getDescription
in interface IPlugInConfigure
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IPlugInConfigure
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startPlugIn(IPlugin piServerConnection) throws IOException, AutomationException
startPlugIn
in interface IPlugInConfigure
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.public void stopPlugIn(IPlugin piServerConnection, int nShutdownTimeOutInSeconds) throws IOException, AutomationException
stopPlugIn
in interface IPlugInConfigure
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 |