com.esri.arcgis.geodatabaseextensions
Class ITemporalWorkspaceStatisticsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatisticsProxy
All Implemented Interfaces:
ITemporalWorkspaceStatistics, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITemporalWorkspaceStatistics2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'ITemporalWorkspaceStatistics'. 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 =

public class ITemporalWorkspaceStatisticsProxy
extends com.esri.arcgis.interop.Dispatch
implements ITemporalWorkspaceStatistics, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics
IID, IID052ac5b2_cdc1_479d_b69e_479e34a2c071
 
Constructor Summary
  ITemporalWorkspaceStatisticsProxy()
          Deprecated. For internal use only
  ITemporalWorkspaceStatisticsProxy(java.lang.Object obj)
          Deprecated.  
protected ITemporalWorkspaceStatisticsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITemporalWorkspaceStatisticsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITemporalWorkspaceStatisticsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 IPropertySet getAllMessageRates()
          Deprecated. Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.
 IPropertySet getAllSampleSizes()
          Deprecated. Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.
 IPropertySet getAllTotalFeatureCounts()
          Deprecated. Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.
 IPropertySet getAllTrackCounts()
          Deprecated. Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.
 IPropertySet getConnectionStatus()
          Deprecated. Indicates the connection status of each workspace under the workspace factory
 IPropertySet getCurrentDiscardedMessageCounts()
          Deprecated. Indicates current number of messages discarded.
 IPropertySet getDiscardedMessageCounts()
          Deprecated. Indicates total number of messages discarded.
 IPropertySet getPulledMessageCounts()
          Deprecated. Indicates total number of messages pulled.
 IPropertySet getQueuedMessageCounts()
          Deprecated. Indicates total number of messages queued.
 IPropertySet getReceivedMessageCounts()
          Deprecated. Indicates total number of messages received.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void resetAllFeatureCounts()
          Deprecated. Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.
 void resetAllMessageRates()
          Deprecated. Resets message rate for each TemporalFeatureClass under the workspace or workspace factory.
 void setAllSampleSizes(int lSampleSize)
          Deprecated. Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

ITemporalWorkspaceStatisticsProxy

public ITemporalWorkspaceStatisticsProxy(java.lang.String CLSID,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.net.UnknownHostException,
                                         java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ITemporalWorkspaceStatisticsProxy

public ITemporalWorkspaceStatisticsProxy()
Deprecated. 
For internal use only


ITemporalWorkspaceStatisticsProxy

public ITemporalWorkspaceStatisticsProxy(java.lang.Object obj)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalWorkspaceStatisticsProxy

protected ITemporalWorkspaceStatisticsProxy(java.lang.Object obj,
                                            java.lang.String iid)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ITemporalWorkspaceStatisticsProxy

protected ITemporalWorkspaceStatisticsProxy(java.lang.String CLSID,
                                            java.lang.String iid,
                                            java.lang.String host,
                                            com.esri.arcgis.interop.AuthInfo authInfo)
                                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getAllTrackCounts

public IPropertySet getAllTrackCounts()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
getAllTrackCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllMessageRates

public IPropertySet getAllMessageRates()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
getAllMessageRates in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllSampleSizes

public IPropertySet getAllSampleSizes()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
getAllSampleSizes in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAllTotalFeatureCounts

public IPropertySet getAllTotalFeatureCounts()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
getAllTotalFeatureCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionStatus

public IPropertySet getConnectionStatus()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates the connection status of each workspace under the workspace factory

Specified by:
getConnectionStatus in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReceivedMessageCounts

public IPropertySet getReceivedMessageCounts()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Indicates total number of messages received.

Specified by:
getReceivedMessageCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPulledMessageCounts

public IPropertySet getPulledMessageCounts()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates total number of messages pulled.

Specified by:
getPulledMessageCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDiscardedMessageCounts

public IPropertySet getDiscardedMessageCounts()
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Indicates total number of messages discarded.

Specified by:
getDiscardedMessageCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentDiscardedMessageCounts

public IPropertySet getCurrentDiscardedMessageCounts()
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
Indicates current number of messages discarded.

Specified by:
getCurrentDiscardedMessageCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQueuedMessageCounts

public IPropertySet getQueuedMessageCounts()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates total number of messages queued.

Specified by:
getQueuedMessageCounts in interface ITemporalWorkspaceStatistics
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetAllFeatureCounts

public void resetAllFeatureCounts()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
resetAllFeatureCounts in interface ITemporalWorkspaceStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

resetAllMessageRates

public void resetAllMessageRates()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Resets message rate for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
resetAllMessageRates in interface ITemporalWorkspaceStatistics
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllSampleSizes

public void setAllSampleSizes(int lSampleSize)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.

Specified by:
setAllSampleSizes in interface ITemporalWorkspaceStatistics
Parameters:
lSampleSize - The lSampleSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.