com.esri.arcgis.gisclient
Interface IAGSServerConnectionAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSServerConnection, IAGSServerConnectionAdminProxy

public interface IAGSServerConnectionAdmin
extends java.io.Serializable

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

Description: 'Provides access to the server object manager, server object admin and server object configurations for the GIS server.' 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 IID2609d396_4c06_4c35_9ae3_df690ed88506
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IServerObjectAdmin getServerObjectAdmin()
          The server object admin for the connected GIS server.
 IServerObjectConfiguration getServerObjectConfiguration(java.lang.String name, java.lang.String type)
          The server object configuration with the specified Name and TypeName.
 IServerObjectManager getServerObjectManager()
          The server object manager for the connected GIS server.
 

Field Detail

IID2609d396_4c06_4c35_9ae3_df690ed88506

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

getServerObjectManager

IServerObjectManager getServerObjectManager()
                                            throws java.io.IOException,
                                                   AutomationException
The server object manager for the connected GIS server.

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

getServerObjectAdmin

IServerObjectAdmin getServerObjectAdmin()
                                        throws java.io.IOException,
                                               AutomationException
The server object admin for the connected GIS server.

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

getServerObjectConfiguration

IServerObjectConfiguration getServerObjectConfiguration(java.lang.String name,
                                                        java.lang.String type)
                                                        throws java.io.IOException,
                                                               AutomationException
The server object configuration with the specified Name and TypeName.

Parameters:
name - The name (in)
type - The type (in)
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.