com.esri.arcgis.server
Interface IGISServerConnection

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGISServerConnection2
All Known Implementing Classes:
GISServerConnection, IGISServerConnection2Proxy, IGISServerConnectionProxy

public interface IGISServerConnection
extends java.io.Serializable

COM Interface 'IGISServerConnection'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that connect to a 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 IIDe3105184_0aad_4706_9269_dcb5ff52036d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect(java.lang.String machineName)
          Connects to the GIS server specified by the machineName.
 IServerObjectAdmin getServerObjectAdmin()
          The server object admin for the connected GIS server.
 IServerObjectManager getServerObjectManager()
          The server object manager for the connected GIS server.
 

Field Detail

IIDe3105184_0aad_4706_9269_dcb5ff52036d

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

connect

void connect(java.lang.String machineName)
             throws java.io.IOException,
                    AutomationException
Connects to the GIS server specified by the machineName.

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

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.