|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGISServer
Provides access to members that manage the collection of IGISServer objects.
Method Summary | |
---|---|
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(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. |
Method Detail |
---|
void setAlias(String alias) throws IOException, AutomationException
alias
- The alias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAlias() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setServerInfos(IServerInfos serverInfos) throws IOException, AutomationException
serverInfos
- A reference to a com.esri.arcgis.server.IServerInfos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IServerInfos getServerInfos() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConnectionType(int serverInfos) throws IOException, AutomationException
serverInfos
- A com.esri.arcgis.server.esriServerConnectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getConnectionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxRequestLength(int maxRequestLength) throws IOException, AutomationException
maxRequestLength
- The maxRequestLength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaxRequestLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessageFormat(int msgFormat) throws IOException, AutomationException
msgFormat
- A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMessageFormat() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |