|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITemporalWorkspaceStatistics2
Provides access to properties and methods needed to manage message rate statistics in workspace.
Method Summary | |
---|---|
ITime |
getConnectionTime()
The time the connection was established. |
ITime |
getSubscriptionTime(String serviceName)
The time the subscription to the service was established. |
boolean |
isSubscribed(String serviceName)
Indicates whether a service is currently subscribed to. |
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics |
---|
getAllMessageRates, getAllSampleSizes, getAllTotalFeatureCounts, getAllTrackCounts, getConnectionStatus, getCurrentDiscardedMessageCounts, getDiscardedMessageCounts, getPulledMessageCounts, getQueuedMessageCounts, getReceivedMessageCounts, resetAllFeatureCounts, resetAllMessageRates, setAllSampleSizes |
Method Detail |
---|
ITime getConnectionTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSubscribed(String serviceName) throws IOException, AutomationException
serviceName
- The serviceName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITime getSubscriptionTime(String serviceName) throws IOException, AutomationException
serviceName
- The serviceName (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 |