|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.server.IGISServerProxy
public class IGISServerProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.server.IGISServer |
|---|
IID, IIDd9c910b6_4c6e_475d_bae6_5eacd1c4e9c2 |
| Constructor Summary | |
|---|---|
|
IGISServerProxy()
For internal use only |
|
IGISServerProxy(java.lang.Object obj)
|
protected |
IGISServerProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGISServerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGISServerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGISServerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IGISServerProxy()
public IGISServerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGISServerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGISServerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setAlias(java.lang.String alias)
throws java.io.IOException,
AutomationException
setAlias in interface IGISServeralias - The alias (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlias()
throws java.io.IOException,
AutomationException
getAlias in interface IGISServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setServerInfos(IServerInfos serverInfos)
throws java.io.IOException,
AutomationException
setServerInfos in interface IGISServerserverInfos - 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.
public IServerInfos getServerInfos()
throws java.io.IOException,
AutomationException
getServerInfos in interface IGISServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setConnectionType(int serverInfos)
throws java.io.IOException,
AutomationException
setConnectionType in interface IGISServerserverInfos - A com.esri.arcgis.server.esriServerConnectionType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getConnectionType()
throws java.io.IOException,
AutomationException
getConnectionType in interface IGISServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxRequestLength(int maxRequestLength)
throws java.io.IOException,
AutomationException
setMaxRequestLength in interface IGISServermaxRequestLength - The maxRequestLength (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMaxRequestLength()
throws java.io.IOException,
AutomationException
getMaxRequestLength in interface IGISServerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMessageFormat(int msgFormat)
throws java.io.IOException,
AutomationException
setMessageFormat in interface IGISServermsgFormat - A com.esri.arcgis.server.esriServiceCatalogMessageFormat constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMessageFormat()
throws java.io.IOException,
AutomationException
getMessageFormat in interface IGISServerjava.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 | ||||||||