|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IConnectionStatistics
Provides access to message statistics.
This interface is new at ArcGIS 9.3.
| Method Summary | |
|---|---|
Object |
getCurrentDiscardedMessageCount()
Indicates current number of messages discarded. |
Object |
getDiscardedMessageCount()
Indicates total number of messages discarded. |
Object |
getPulledMessageCount()
Indicates total number of messages pulled. |
Object |
getQueuedMessageCount()
Indicates total number of messages queued. |
Object |
getReceivedMessageCount()
Indicates total number of messages received. |
| Method Detail |
|---|
Object getReceivedMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getPulledMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getDiscardedMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getCurrentDiscardedMessageCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getQueuedMessageCount()
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 | ||||||||