|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.server.IGISServerProxy
public class IGISServerProxy
Provides access to members that manage the collection of IGISServer objects.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGISServerProxy()
|
|
IGISServerProxy(Object obj)
|
protected |
IGISServerProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
removeListener(String iidStr,
Object theListener)
|
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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IGISServerProxy()
public IGISServerProxy(Object obj) throws IOException
IOException
protected IGISServerProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setAlias(String alias) throws IOException, AutomationException
setAlias
in interface IGISServer
alias
- The alias (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAlias() throws IOException, AutomationException
getAlias
in interface IGISServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setServerInfos(IServerInfos serverInfos) throws IOException, AutomationException
setServerInfos
in interface IGISServer
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.public IServerInfos getServerInfos() throws IOException, AutomationException
getServerInfos
in interface IGISServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConnectionType(int serverInfos) throws IOException, AutomationException
setConnectionType
in interface IGISServer
serverInfos
- A com.esri.arcgis.server.esriServerConnectionType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getConnectionType() throws IOException, AutomationException
getConnectionType
in interface IGISServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRequestLength(int maxRequestLength) throws IOException, AutomationException
setMaxRequestLength
in interface IGISServer
maxRequestLength
- The maxRequestLength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxRequestLength() throws IOException, AutomationException
getMaxRequestLength
in interface IGISServer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMessageFormat(int msgFormat) throws IOException, AutomationException
setMessageFormat
in interface IGISServer
msgFormat
- A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMessageFormat() throws IOException, AutomationException
getMessageFormat
in interface IGISServer
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 |