|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.AMSWorkspace
public class AMSWorkspace
COM Class 'AMSWorkspace'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Controls the Tracking Server workspace COM object's properties.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspaceProperties |
|---|
IID, IID0f1b2257_e2d8_4046_b749_7ff1b058a943, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxDiagnostics |
|---|
IID, IID1d5f7be7_f236_4042_a0b7_3156dc7661bf, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IWorkspace |
|---|
IID, IIDd4803ee1_79f4_11d0_97fc_0080c7f79481, xxDummy |
| Fields inherited from interface com.esri.arcgis.trackinganalyst.IAMSWorkspace |
|---|
IID, IID8598e852_28f4_11d5_b7de_00010265adc5, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureWorkspace |
|---|
IID, IIDd9cab491_3f69_11d1_b095_0000f8780820, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IDataset |
|---|
IID, IID2d04c042_7766_11d0_b77d_00805f7ced21, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics2 |
|---|
IID, IIDf5677ccf_e3d7_4b9a_8803_670895aa262f, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalWorkspaceStatistics |
|---|
IID052ac5b2_cdc1_479d_b69e_479e34a2c071 |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
AMSWorkspace(java.lang.Object obj)
Construct a AMSWorkspace using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
canCopy()
True if this dataset can be copied. |
boolean |
canDelete()
True if this dataset can be deleted. |
boolean |
canRename()
True if this dataset can be renamed. |
void |
connect()
Creates real-time data connection in the tracking workspace. |
IDataset |
copy(java.lang.String copyName,
IWorkspace copyWorkspace)
Copies this dataset to a new dataset with the specified name. |
IFeatureClass |
createFeatureClass(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
int featureType,
java.lang.String shapeFieldName,
java.lang.String configKeyword)
Creates a new standalone feature class under the workspace. |
IFeatureDataset |
createFeatureDataset(java.lang.String name,
ISpatialReference spatialReference)
Creates a new feature dataset. |
IQueryDef |
createQueryDef()
Create a query definition object. |
IRelationshipClass |
createRelationshipClass(java.lang.String relClassName,
IObjectClass originClass,
IObjectClass destinationClass,
java.lang.String forwardLabel,
java.lang.String backwardLabel,
int cardinality,
int notification,
boolean isComposite,
boolean isAttributed,
IFields relAttrFields,
java.lang.String originPrimaryKey,
java.lang.String destPrimaryKey,
java.lang.String originForeignKey,
java.lang.String destForeignKey)
Creates a new relationship class. |
ITable |
createTable(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
java.lang.String configKeyword)
Creates a new table. |
void |
delete()
Deletes this dataset. |
void |
disconnect()
Disconnects a data connection in the tracking workspace. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
executeSQL(java.lang.String sqlStmt)
Executes the specified SQL statement. |
boolean |
exists()
Checks if the workspace exists. |
java.lang.String |
getActivityLog()
Indicates error code value for the last Internet server connection. |
IPropertySet |
getAllMessageRates()
Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllSampleSizes()
Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllTotalFeatureCounts()
Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory. |
IPropertySet |
getAllTrackCounts()
Indicates track count for each TemporalFeatureClass under the workspace or workspace factory. |
java.lang.String |
getBrowseName()
The browse name of the dataset. |
java.lang.String |
getCategory()
The category of the dataset. |
IPropertySet |
getConnectionProperties()
The connection properties of the workspace. |
IPropertySet |
getConnectionStatus()
Indicates the connection status of each workspace under the workspace factory |
ITime |
getConnectionTime()
The time the connection was established. |
IPropertySet |
getCurrentDiscardedMessageCounts()
Indicates current number of messages discarded. |
IEnumDatasetName |
getDatasetNames(int datasetType)
The DatasetNames in the workspace. |
IEnumDataset |
getDatasets(int datasetType)
The datasets in the workspace. |
IPropertySet |
getDiscardedMessageCounts()
Indicates total number of messages discarded. |
IName |
getFullName()
The associated name object. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getLastConnectionErrorCode()
Indicates error code value for the last Internet server connection. |
java.lang.String |
getLastConnectionErrorMessage()
Indicates error code value for the last Internet server connection. |
java.lang.String |
getName()
The name of the Dataset. |
java.lang.String |
getPathName()
The file system full path of the workspace. |
IWorkspaceProperty |
getProperty(int propertyGroup,
int propertyType)
Information about this particular property. |
IPropertySet |
getPropertySet()
The set of properties for the dataset. |
IPropertySet |
getPulledMessageCounts()
Indicates total number of messages pulled. |
IPropertySet |
getQueuedMessageCounts()
Indicates total number of messages queued. |
IPropertySet |
getReceivedMessageCounts()
Indicates total number of messages received. |
IServerConnection |
getServerConnection()
Defines aspects of the server connection. |
ITime |
getSubscriptionTime(java.lang.String serviceName)
The time the subscription to the service was established. |
IEnumDataset |
getSubsets()
Datasets contained within this dataset. |
int |
getType()
The Type of the Workspace. |
IWorkspace |
getWorkspace()
The workspace containing this dataset. |
IWorkspaceFactory |
getWorkspaceFactory()
The factory that created the workspace. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isDirectory()
TRUE if the workspace is a file system directory. |
boolean |
isSubscribed(java.lang.String serviceName)
Indicates whether a service is currently subscribed to. |
void |
loadProperties(java.lang.String bstrTableName)
Loads properties for connection in the workspace. |
IFeatureClass |
openFeatureClass(java.lang.String name)
Opens an existing feature class. |
IFeatureDataset |
openFeatureDataset(java.lang.String name)
Opens an existing feature dataset. |
IFeatureDataset |
openFeatureQuery(java.lang.String queryName,
IQueryDef pQueryDef)
Opens a feature dataset containing a single feature dlass defined by the specified Query. |
IRelationshipClass |
openRelationshipClass(java.lang.String name)
Opens an existing relationship class. |
ITable |
openRelationshipQuery(IRelationshipClass relClass,
boolean joinForward,
IQueryFilter srcQueryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean doNotPushJoinToDB)
The table of a relationship join query. |
ITable |
openTable(java.lang.String name)
Opens an existing table. |
void |
release()
Release a AMSWorkspace. |
void |
rename(java.lang.String name)
Renames this Dataset. |
void |
resetAllFeatureCounts()
Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory. |
void |
resetAllMessageRates()
Resets message rate for each TemporalFeatureClass under the workspace or workspace factory. |
void |
setAllSampleSizes(int lSampleSize)
Sets sample size for each TemporalFeatureClass under the workspace or workspace factory. |
void |
setBrowseName(java.lang.String name)
The browse name of the dataset. |
void |
setProperty(int propertyGroup,
int propertyType,
IWorkspaceProperty workspaceProperty)
Information about this particular property. |
void |
storeProperties()
Stores connection properties in the workspace. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AMSWorkspace(java.lang.Object obj)
throws java.io.IOException
obj to AMSWorkspace. *
AMSWorkspace o = (AMSWorkspace)obj; // will not work
AMSWorkspace o = new AMSWorkspace(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
AMSWorkspace theAMSWorkspace = (AMSWorkspace) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public IWorkspaceProperty getProperty(int propertyGroup,
int propertyType)
throws java.io.IOException,
AutomationException
getProperty in interface IWorkspacePropertiespropertyGroup - A com.esri.arcgis.geodatabase.esriWorkspacePropertyGroupType constant (in)propertyType - The propertyType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProperty(int propertyGroup,
int propertyType,
IWorkspaceProperty workspaceProperty)
throws java.io.IOException,
AutomationException
setProperty in interface IWorkspacePropertiespropertyGroup - A com.esri.arcgis.geodatabase.esriWorkspacePropertyGroupType constant (in)propertyType - The propertyType (in)workspaceProperty - A reference to a com.esri.arcgis.geodatabase.IWorkspaceProperty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLastConnectionErrorCode()
throws java.io.IOException,
AutomationException
getLastConnectionErrorCode in interface ITxDiagnosticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getLastConnectionErrorMessage()
throws java.io.IOException,
AutomationException
getLastConnectionErrorMessage in interface ITxDiagnosticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getActivityLog()
throws java.io.IOException,
AutomationException
getActivityLog in interface ITxDiagnosticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getConnectionProperties()
throws java.io.IOException,
AutomationException
getConnectionProperties in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspaceFactory getWorkspaceFactory()
throws java.io.IOException,
AutomationException
getWorkspaceFactory in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDataset getDatasets(int datasetType)
throws java.io.IOException,
AutomationException
getDatasets in interface IWorkspacedatasetType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDatasetName getDatasetNames(int datasetType)
throws java.io.IOException,
AutomationException
getDatasetNames in interface IWorkspacedatasetType - A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPathName()
throws java.io.IOException,
AutomationException
getPathName in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
getType in interface IDatasetgetType in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDirectory()
throws java.io.IOException,
AutomationException
isDirectory in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean exists()
throws java.io.IOException,
AutomationException
exists in interface IWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void executeSQL(java.lang.String sqlStmt)
throws java.io.IOException,
AutomationException
executeSQL in interface IWorkspacesqlStmt - The sqlStmt (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connect()
throws java.io.IOException,
AutomationException
connect in interface IAMSWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void disconnect()
throws java.io.IOException,
AutomationException
disconnect in interface IAMSWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureClass openFeatureClass(java.lang.String name)
throws java.io.IOException,
AutomationException
openFeatureClass in interface IFeatureWorkspaceopenFeatureClass in interface IAMSWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable openTable(java.lang.String name)
throws java.io.IOException,
AutomationException
openTable in interface IFeatureWorkspaceopenTable in interface IAMSWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable createTable(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
java.lang.String configKeyword)
throws java.io.IOException,
AutomationException
createTable in interface IFeatureWorkspacecreateTable in interface IAMSWorkspacename - The name (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)clsid - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)configKeyword - The configKeyword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureClass createFeatureClass(java.lang.String name,
IFields fields,
IUID clsid,
IUID eXTCLSID,
int featureType,
java.lang.String shapeFieldName,
java.lang.String configKeyword)
throws java.io.IOException,
AutomationException
createFeatureClass in interface IFeatureWorkspacecreateFeatureClass in interface IAMSWorkspacename - The name (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)clsid - A reference to a com.esri.arcgis.system.IUID (in)eXTCLSID - A reference to a com.esri.arcgis.system.IUID (in)featureType - A com.esri.arcgis.geodatabase.esriFeatureType constant (in)shapeFieldName - The shapeFieldName (in)configKeyword - The configKeyword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IQueryDef createQueryDef()
throws java.io.IOException,
AutomationException
createQueryDef in interface IFeatureWorkspacecreateQueryDef in interface IAMSWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureDataset openFeatureQuery(java.lang.String queryName,
IQueryDef pQueryDef)
throws java.io.IOException,
AutomationException
openFeatureQuery in interface IFeatureWorkspaceopenFeatureQuery in interface IAMSWorkspacequeryName - The queryName (in)pQueryDef - A reference to a com.esri.arcgis.geodatabase.IQueryDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IServerConnection getServerConnection()
throws java.io.IOException,
AutomationException
getServerConnection in interface IAMSWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void storeProperties()
throws java.io.IOException,
AutomationException
storeProperties in interface IAMSWorkspacejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void loadProperties(java.lang.String bstrTableName)
throws java.io.IOException,
AutomationException
loadProperties in interface IAMSWorkspacebstrTableName - The bstrTableName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureDataset openFeatureDataset(java.lang.String name)
throws java.io.IOException,
AutomationException
openFeatureDataset in interface IFeatureWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureDataset createFeatureDataset(java.lang.String name,
ISpatialReference spatialReference)
throws java.io.IOException,
AutomationException
createFeatureDataset in interface IFeatureWorkspacename - The name (in)spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRelationshipClass openRelationshipClass(java.lang.String name)
throws java.io.IOException,
AutomationException
openRelationshipClass in interface IFeatureWorkspacename - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRelationshipClass createRelationshipClass(java.lang.String relClassName,
IObjectClass originClass,
IObjectClass destinationClass,
java.lang.String forwardLabel,
java.lang.String backwardLabel,
int cardinality,
int notification,
boolean isComposite,
boolean isAttributed,
IFields relAttrFields,
java.lang.String originPrimaryKey,
java.lang.String destPrimaryKey,
java.lang.String originForeignKey,
java.lang.String destForeignKey)
throws java.io.IOException,
AutomationException
createRelationshipClass in interface IFeatureWorkspacerelClassName - The relClassName (in)originClass - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)destinationClass - A reference to a com.esri.arcgis.geodatabase.IObjectClass (in)forwardLabel - The forwardLabel (in)backwardLabel - The backwardLabel (in)cardinality - A com.esri.arcgis.geodatabase.esriRelCardinality constant (in)notification - A com.esri.arcgis.geodatabase.esriRelNotification constant (in)isComposite - The isComposite (in)isAttributed - The isAttributed (in)relAttrFields - A reference to a com.esri.arcgis.geodatabase.IFields (in)originPrimaryKey - The originPrimaryKey (in)destPrimaryKey - The destPrimaryKey (in)originForeignKey - The originForeignKey (in)destForeignKey - The destForeignKey (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable openRelationshipQuery(IRelationshipClass relClass,
boolean joinForward,
IQueryFilter srcQueryFilter,
ISelectionSet srcSelectionSet,
java.lang.String targetColumns,
boolean doNotPushJoinToDB)
throws java.io.IOException,
AutomationException
openRelationshipQuery in interface IFeatureWorkspacerelClass - A reference to a com.esri.arcgis.geodatabase.IRelationshipClass (in)joinForward - The joinForward (in)srcQueryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)srcSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)targetColumns - The targetColumns (in)doNotPushJoinToDB - The doNotPushJoinToDB (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IName getFullName()
throws java.io.IOException,
AutomationException
getFullName in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getBrowseName()
throws java.io.IOException,
AutomationException
getBrowseName in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrowseName(java.lang.String name)
throws java.io.IOException,
AutomationException
setBrowseName in interface IDatasetname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getCategory()
throws java.io.IOException,
AutomationException
getCategory in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumDataset getSubsets()
throws java.io.IOException,
AutomationException
getSubsets in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getWorkspace()
throws java.io.IOException,
AutomationException
getWorkspace in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPropertySet()
throws java.io.IOException,
AutomationException
getPropertySet in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canCopy()
throws java.io.IOException,
AutomationException
canCopy in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IDataset copy(java.lang.String copyName,
IWorkspace copyWorkspace)
throws java.io.IOException,
AutomationException
copy in interface IDatasetcopyName - The copyName (in)copyWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canDelete()
throws java.io.IOException,
AutomationException
canDelete in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws java.io.IOException,
AutomationException
delete in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canRename()
throws java.io.IOException,
AutomationException
canRename in interface IDatasetjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void rename(java.lang.String name)
throws java.io.IOException,
AutomationException
rename in interface IDatasetname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllTrackCounts()
throws java.io.IOException,
AutomationException
getAllTrackCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllMessageRates()
throws java.io.IOException,
AutomationException
getAllMessageRates in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllSampleSizes()
throws java.io.IOException,
AutomationException
getAllSampleSizes in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getAllTotalFeatureCounts()
throws java.io.IOException,
AutomationException
getAllTotalFeatureCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getConnectionStatus()
throws java.io.IOException,
AutomationException
getConnectionStatus in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getReceivedMessageCounts()
throws java.io.IOException,
AutomationException
getReceivedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPulledMessageCounts()
throws java.io.IOException,
AutomationException
getPulledMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getDiscardedMessageCounts()
throws java.io.IOException,
AutomationException
getDiscardedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getCurrentDiscardedMessageCounts()
throws java.io.IOException,
AutomationException
getCurrentDiscardedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getQueuedMessageCounts()
throws java.io.IOException,
AutomationException
getQueuedMessageCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAllFeatureCounts()
throws java.io.IOException,
AutomationException
resetAllFeatureCounts in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void resetAllMessageRates()
throws java.io.IOException,
AutomationException
resetAllMessageRates in interface ITemporalWorkspaceStatisticsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAllSampleSizes(int lSampleSize)
throws java.io.IOException,
AutomationException
setAllSampleSizes in interface ITemporalWorkspaceStatisticslSampleSize - The lSampleSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITime getConnectionTime()
throws java.io.IOException,
AutomationException
getConnectionTime in interface ITemporalWorkspaceStatistics2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSubscribed(java.lang.String serviceName)
throws java.io.IOException,
AutomationException
isSubscribed in interface ITemporalWorkspaceStatistics2serviceName - The serviceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITime getSubscriptionTime(java.lang.String serviceName)
throws java.io.IOException,
AutomationException
getSubscriptionTime in interface ITemporalWorkspaceStatistics2serviceName - The serviceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.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 | ||||||||