com.esri.arcgis.geodatabaseextensions
Interface ITemporalWorkspaceStatistics2

All Superinterfaces:
ITemporalWorkspaceStatistics, Serializable
All Known Implementing Classes:
AMSWorkspace

public interface ITemporalWorkspaceStatistics2
extends ITemporalWorkspaceStatistics, Serializable

Provides access to properties and methods needed to manage message rate statistics in workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getConnectionTime

ITime getConnectionTime()
                        throws IOException,
                               AutomationException
The time the connection was established.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.ITime
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSubscribed

boolean isSubscribed(String serviceName)
                     throws IOException,
                            AutomationException
Indicates whether a service is currently subscribed to.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
serviceName - The serviceName (in)
Returns:
The subscribed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubscriptionTime

ITime getSubscriptionTime(String serviceName)
                          throws IOException,
                                 AutomationException
The time the subscription to the service was established.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
serviceName - The serviceName (in)
Returns:
A reference to a com.esri.arcgis.system.ITime
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.