com.esri.arcgis.geodatabaseextensions
Interface ITemporalWorkspaceStatistics2

All Superinterfaces:
ITemporalWorkspaceStatistics, java.io.Serializable
All Known Implementing Classes:
AMSWorkspace, ITemporalWorkspaceStatistics2Proxy

public interface ITemporalWorkspaceStatistics2
extends ITemporalWorkspaceStatistics, java.io.Serializable

COM Interface 'ITemporalWorkspaceStatistics2'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'

Description: 'Provides access to properties and methods needed to manage message rate statistics in workspace.' 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 IIDf5677ccf_e3d7_4b9a_8803_670895aa262f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics
IID052ac5b2_cdc1_479d_b69e_479e34a2c071
 
Method Summary
 ITime getConnectionTime()
          The time the connection was established.
 ITime getSubscriptionTime(java.lang.String serviceName)
          The time the subscription to the service was established.
 boolean isSubscribed(java.lang.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
 

Field Detail

IIDf5677ccf_e3d7_4b9a_8803_670895aa262f

static final int IIDf5677ccf_e3d7_4b9a_8803_670895aa262f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getConnectionTime

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

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

isSubscribed

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

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

getSubscriptionTime

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

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