com.esri.arcgis.catalog
Interface IGxAGSObject

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

public interface IGxAGSObject
extends java.io.Serializable

COM Interface 'IGxAGSObject'. 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 IID04429be9_3a92_4327_9f49_9ee30b95fb3c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void editServerObjectProperties(int hParent)
          Presents a modal dialog to allow editing the properties of the server object.
 IAGSServerObjectName getAGSServerObjectName()
          The associated AGS server object name.
 int getNumInstancesInUse()
          The number of instances in use.
 int getNumInstancesRunning()
          The number of instances running.
 java.lang.String getStatus()
          The status of the server object.
 void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
          The associated AGS server object name.
 

Field Detail

IID04429be9_3a92_4327_9f49_9ee30b95fb3c

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

getAGSServerObjectName

IAGSServerObjectName getAGSServerObjectName()
                                            throws java.io.IOException,
                                                   AutomationException
The associated AGS server object name.

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

setAGSServerObjectNameByRef

void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
                                 throws java.io.IOException,
                                        AutomationException
The associated AGS server object name.

Parameters:
agsObjectName - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

editServerObjectProperties

void editServerObjectProperties(int hParent)
                                throws java.io.IOException,
                                       AutomationException
Presents a modal dialog to allow editing the properties of the server object.

Parameters:
hParent - The hParent (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStatus

java.lang.String getStatus()
                           throws java.io.IOException,
                                  AutomationException
The status of the server object.

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

getNumInstancesRunning

int getNumInstancesRunning()
                           throws java.io.IOException,
                                  AutomationException
The number of instances running.

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

getNumInstancesInUse

int getNumInstancesInUse()
                         throws java.io.IOException,
                                AutomationException
The number of instances in use.

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