public interface ITemporalWorkspaceStatistics2 extends ITemporalWorkspaceStatistics, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf5677ccf_e3d7_4b9a_8803_670895aa262f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID052ac5b2_cdc1_479d_b69e_479e34a2c071
Modifier and Type | Method and Description |
---|---|
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.
|
getAllMessageRates, getAllSampleSizes, getAllTotalFeatureCounts, getAllTrackCounts, getConnectionStatus, getCurrentDiscardedMessageCounts, getDiscardedMessageCounts, getPulledMessageCounts, getQueuedMessageCounts, getReceivedMessageCounts, resetAllFeatureCounts, resetAllMessageRates, setAllSampleSizes
static final int IIDf5677ccf_e3d7_4b9a_8803_670895aa262f
static final int xxDummy
static final java.lang.String IID
ITime getConnectionTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSubscribed(java.lang.String serviceName) throws java.io.IOException, AutomationException
serviceName
- The serviceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITime getSubscriptionTime(java.lang.String serviceName) throws java.io.IOException, AutomationException
serviceName
- The serviceName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.