com.esri.arcgis.server
Interface IServer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IServer2
All Known Implementing Classes:
IServer2Proxy, IServerProxy, Server, ServerP

public interface IServer
extends java.io.Serializable

COM Interface 'IServer'. Generated 3/19/2015 1:20:54 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 IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IServerObjectAdmin getServerObjectAdmin()
          Gets the server object admin for the connected GIS server.
 IServerObjectManager getServerObjectManager()
          Gets the server object manager for the connected GIS server.
 

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
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
Gets 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
Gets 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.