com.esri.arcgis.server
Interface IServerConnection

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServerCluster3, ServerConnection

public interface IServerConnection
extends Serializable

COM Interface 'IServerConnection'. Generated 1/14/2004 6:17:13 AM from 'I:\ThirdParty\ESRI\Desktop\bin\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


Field Summary
static String IID
          Used internally by J-Integra, please ignore
static int IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
           
static int xxDummy
          Dummy reference to interface proxy to make sure it gets compiled
 
Method Summary
 void connect(String machineName)
          connect.
 IServerObjectAdmin getServerObjectAdmin()
          getServerObjectAdmin.
 IServerObjectManager getServerObjectManager()
          getServerObjectManager.
 

Field Detail

IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9

static final int IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Dummy reference to interface proxy to make sure it gets compiled

See Also:
Constant Field Values

IID

static final String IID
Used internally by J-Integra, please ignore

See Also:
Constant Field Values
Method Detail

connect

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

Parameters:
machineName - The machineName (in)
Throws:
IOException - If there are communications problems.
AutomationException - If the remote server throws an exception.

getServerObjectManager

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

Returns:
return value. An reference to a com.esri.arcgis.server.IServerObjectManager
Throws:
IOException - If there are communications problems.
AutomationException - If the remote server throws an exception.

getServerObjectAdmin

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

Returns:
return value. An reference to a com.esri.arcgis.server.IServerObjectAdmin
Throws:
IOException - If there are communications problems.
AutomationException - If the remote server throws an exception.