|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPlugin
COM Interface 'IPlugin'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to methods and properties that data links provide to the Tracking Server so they can be consumed by the Tracking Server.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDcc018a10_24fb_11d4_b34c_00104ba2abcc
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
disableDataDefinition(java.lang.String bstrDataDefinitionID)
Disables data definition for the data link. |
void |
disconnect()
Disconnects data link. |
void |
enableDataDefinition(java.lang.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. |
java.lang.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(java.lang.String bstrName)
Gets dataset definition information for the data link. |
java.lang.Object |
getDataSetDefinitionList()
An array of all dataset defintion names that are defined in the TrackingServer that the data link is connected to. |
java.lang.String |
getID()
Unique identifier of the current instance of the data link. |
java.lang.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. |
java.lang.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(java.lang.String pVal)
Name of data link plugin. |
| Field Detail |
|---|
static final int IIDcc018a10_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.Object getDataFilters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getServerQueueCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getClientQueueCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getTimeEstablished()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalServerMessageCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTotalClientMessageCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStatus()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void postClientMessage(IMessage piMessage)
throws java.io.IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMessage popClientMessage(int nTimeOut)
throws java.io.IOException,
AutomationException
nTimeOut - The nTimeOut (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDataSetDefinitionList()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableDataFiltering()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableDataFiltering(boolean pbvVal)
throws java.io.IOException,
AutomationException
pbvVal - The pbvVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableDataDefinition(java.lang.String bstrDataDefinitionID)
throws java.io.IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableDataDefinition(java.lang.String bstrDataDefinitionID)
throws java.io.IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnDataSetDefinition(IDatasetDef piDataSetDef)
throws java.io.IOException,
AutomationException
piDataSetDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetDef getDataSetDefinition(java.lang.String bstrName)
throws java.io.IOException,
AutomationException
bstrName - The bstrName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IResponseMessage sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
throws java.io.IOException,
AutomationException
piCmdMsg - A reference to a com.esri.arcgis.trackinganalyst.ICommandMessage (in)nTimeOut - The nTimeOut (in)
java.io.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 | ||||||||