|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnection
Provides access to methods and properties implemented by datalinks and consumed by the Tracking Server.
| Method Summary | |
|---|---|
void |
disconnect()
Disconnects current connection to Tracking Server and/or data link. |
int |
getClientQueueCount()
Number of connections listed in the client queue. |
Object |
getDataFilters()
Value for data filters used in the connection to the data link and/or Tracking Server. |
String |
getID()
ID value for data in the connection. |
String |
getName()
Name of dataset in the connection. |
int |
getServerQueueCount()
Number of connections included in the Tracking Server queue. |
int |
getStatus()
Status of the connection. |
Object |
getTimeEstablished()
Indicates time that connection was established. |
int |
getTotalClientMessageCount()
Total number of client messages included in the connection. |
int |
getTotalServerMessageCount()
Total number of server messages included in connection. |
void |
setName(String pVal)
Name of dataset in the connection. |
| 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||