com.esri.arcgis.server
Interface IGISServer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGISServerProxy

public interface IGISServer
extends java.io.Serializable

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

Description: 'Provides access to members that manage the collection of IGISServer objects.' 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 IIDd9c910b6_4c6e_475d_bae6_5eacd1c4e9c2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAlias()
          The alias used to designate this server.
 int getConnectionType()
          The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).
 int getMaxRequestLength()
          The maximum length of a SOAP or Binary request that can be sent to this server.
 int getMessageFormat()
          The format, SOAP/Binary or both, of messages that are to be sent to the server.
 IServerInfos getServerInfos()
          Returns the collection of ServerInfo objects (SOMs) associated with this server.
 void setAlias(java.lang.String alias)
          The alias used to designate this server.
 void setConnectionType(int serverInfos)
          The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).
 void setMaxRequestLength(int maxRequestLength)
          The maximum length of a SOAP or Binary request that can be sent to this server.
 void setMessageFormat(int msgFormat)
          The format, SOAP/Binary or both, of messages that are to be sent to the server.
 void setServerInfos(IServerInfos serverInfos)
          Returns the collection of ServerInfo objects (SOMs) associated with this server.
 

Field Detail

IIDd9c910b6_4c6e_475d_bae6_5eacd1c4e9c2

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

setAlias

void setAlias(java.lang.String alias)
              throws java.io.IOException,
                     AutomationException
The alias used to designate this server.

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

getAlias

java.lang.String getAlias()
                          throws java.io.IOException,
                                 AutomationException
The alias used to designate this server.

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

setServerInfos

void setServerInfos(IServerInfos serverInfos)
                    throws java.io.IOException,
                           AutomationException
Returns the collection of ServerInfo objects (SOMs) associated with this server.

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

getServerInfos

IServerInfos getServerInfos()
                            throws java.io.IOException,
                                   AutomationException
Returns the collection of ServerInfo objects (SOMs) associated with this server.

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

setConnectionType

void setConnectionType(int serverInfos)
                       throws java.io.IOException,
                              AutomationException
The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).

Parameters:
serverInfos - A com.esri.arcgis.server.esriServerConnectionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionType

int getConnectionType()
                      throws java.io.IOException,
                             AutomationException
The type of connection to the SOMs of this ArcGIS Server (Round Robin or FailOver).

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

setMaxRequestLength

void setMaxRequestLength(int maxRequestLength)
                         throws java.io.IOException,
                                AutomationException
The maximum length of a SOAP or Binary request that can be sent to this server.

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

getMaxRequestLength

int getMaxRequestLength()
                        throws java.io.IOException,
                               AutomationException
The maximum length of a SOAP or Binary request that can be sent to this server.

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

setMessageFormat

void setMessageFormat(int msgFormat)
                      throws java.io.IOException,
                             AutomationException
The format, SOAP/Binary or both, of messages that are to be sent to the server.

Parameters:
msgFormat - A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessageFormat

int getMessageFormat()
                     throws java.io.IOException,
                            AutomationException
The format, SOAP/Binary or both, of messages that are to be sent to the server.

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