com.esri.arcgis.catalog
Interface IGxAGSObject2

All Superinterfaces:
IGxAGSObject, java.io.Serializable
All Known Subinterfaces:
IGxAGSObject3
All Known Implementing Classes:
GxAGSCatalog, GxAGSFeatureServer, GxAGSGeoDataServer, GxAGSGeometry, GxAGSGeoprocessing, GxAGSGlobe, GxAGSImage, GxAGSLocator, GxAGSMap, GxAGSWMServer, IGxAGSObject2Proxy, IGxAGSObject3Proxy

public interface IGxAGSObject2
extends IGxAGSObject, java.io.Serializable

COM Interface 'IGxAGSObject2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members of GxObject that represents a ArcGIS Server (AGS) object.' 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 IIDd4887d25_38e9_461e_9e37_731cc4934d1a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalog.IGxAGSObject
IID04429be9_3a92_4327_9f49_9ee30b95fb3c
 
Method Summary
 java.lang.String getServerObjectType()
          Name of Server Object Type.
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject
editServerObjectProperties, getAGSServerObjectName, getNumInstancesInUse, getNumInstancesRunning, getStatus, setAGSServerObjectNameByRef
 

Field Detail

IIDd4887d25_38e9_461e_9e37_731cc4934d1a

static final int IIDd4887d25_38e9_461e_9e37_731cc4934d1a
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

getServerObjectType

java.lang.String getServerObjectType()
                                     throws java.io.IOException,
                                            AutomationException
Name of Server Object Type.

Returns:
The serverObjectType
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.