|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugin
Provides access to methods and properties that data links provide to the Tracking Server so they can be consumed by the Tracking Server.
| Method Summary | |
|---|---|
void |
disableDataDefinition(String bstrDataDefinitionID)
Disables data definition for the data link. |
void |
disconnect()
Disconnects data link. |
void |
enableDataDefinition(String bstrDataDefinitionID)
Enables data definition for the data link. |
int |
getClientQueueCount()
Number of messages in the client queue.waiting to be read by the client object or system of this data link. |
Object |
getDataFilters()
An array of Dataset Definition IDs that are currently Allowed to be read by the plugin when data filtering is enabled. |
IDatasetDef |
getDataSetDefinition(String bstrName)
Gets dataset definition information for the data link. |
Object |
getDataSetDefinitionList()
An array of all dataset defintion names that are defined in the TrackingServer that the data link is connected to. |
String |
getID()
Unique identifier of the current instance of the data link. |
String |
getName()
Name of data link plugin. |
int |
getServerQueueCount()
Number of messages waiting to be published to the server. |
int |
getStatus()
Indicates status of the data link plugin. |
Object |
getTimeEstablished()
Indicates the time the data link plugin was established. |
int |
getTotalClientMessageCount()
Total number of client messages in the data link plugin. |
int |
getTotalServerMessageCount()
Total number of server messages in the data link plugin. |
boolean |
isEnableDataFiltering()
Indicates whether data filtering is enabled for the data link. |
IMessage |
popClientMessage(int nTimeOut)
Retrieves a client message from the data link. |
void |
postClientMessage(IMessage piMessage)
Posts a client message to the data link. |
void |
returnDataSetDefinition(IDatasetDef piDataSetDef)
Returns dataset definition information for the dta link. |
IResponseMessage |
sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
Sends a command to the data link. |
void |
setEnableDataFiltering(boolean pbvVal)
Indicates whether data filtering is enabled for the data link. |
void |
setName(String pVal)
Name of data link plugin. |
| Method Detail |
|---|
Object getDataFilters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getID()
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 setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getServerQueueCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getClientQueueCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getTimeEstablished()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalServerMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalClientMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStatus()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void postClientMessage(IMessage piMessage)
throws IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMessage popClientMessage(int nTimeOut)
throws IOException,
AutomationException
nTimeOut - The nTimeOut (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getDataSetDefinitionList()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableDataFiltering()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableDataFiltering(boolean pbvVal)
throws IOException,
AutomationException
pbvVal - The pbvVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableDataDefinition(String bstrDataDefinitionID)
throws IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableDataDefinition(String bstrDataDefinitionID)
throws IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnDataSetDefinition(IDatasetDef piDataSetDef)
throws IOException,
AutomationException
piDataSetDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetDef getDataSetDefinition(String bstrName)
throws IOException,
AutomationException
bstrName - The bstrName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IResponseMessage sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
throws IOException,
AutomationException
piCmdMsg - A reference to a com.esri.arcgis.trackinganalyst.ICommandMessage (in)nTimeOut - The nTimeOut (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 | ||||||||