com.esri.arcgis.catalog
Interface IGxAGSObject3

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

public interface IGxAGSObject3
extends IGxAGSObject2, java.io.Serializable

COM Interface 'IGxAGSObject3'. 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 IIDd7c32b7f_28a8_4a7c_8c8a_333dfa49696a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalog.IGxAGSObject2
IIDd4887d25_38e9_461e_9e37_731cc4934d1a
 
Fields inherited from interface com.esri.arcgis.catalog.IGxAGSObject
IID04429be9_3a92_4327_9f49_9ee30b95fb3c
 
Method Summary
 IServerObjectConfiguration getServerObjectConfiguration()
          Server Object Configuration.
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject2
getServerObjectType
 
Methods inherited from interface com.esri.arcgis.catalog.IGxAGSObject
editServerObjectProperties, getAGSServerObjectName, getNumInstancesInUse, getNumInstancesRunning, getStatus, setAGSServerObjectNameByRef
 

Field Detail

IIDd7c32b7f_28a8_4a7c_8c8a_333dfa49696a

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

getServerObjectConfiguration

IServerObjectConfiguration getServerObjectConfiguration()
                                                        throws java.io.IOException,
                                                               AutomationException
Server Object Configuration.

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