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