com.esri.arcgis.server
Class IGISServerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IGISServerProxy
All Implemented Interfaces:
IGISServer, java.io.Externalizable, java.io.Serializable

public class IGISServerProxy
extends com.esri.arcgis.interop.Dispatch
implements IGISServer, java.io.Serializable

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 =

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IGISServerProxy

public IGISServerProxy(java.lang.String CLSID,
                       java.lang.String host,
                       com.esri.arcgis.interop.AuthInfo authInfo)
                throws java.net.UnknownHostException,
                       java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IGISServerProxy

public IGISServerProxy()
For internal use only


IGISServerProxy

public IGISServerProxy(java.lang.Object obj)
                throws java.io.IOException
Throws:
java.io.IOException

IGISServerProxy

protected IGISServerProxy(java.lang.Object obj,
                          java.lang.String iid)
                   throws java.io.IOException
Throws:
java.io.IOException

IGISServerProxy

protected IGISServerProxy(java.lang.String CLSID,
                          java.lang.String iid,
                          java.lang.String host,
                          com.esri.arcgis.interop.AuthInfo authInfo)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setAlias

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

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

getAlias

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

Specified by:
getAlias in interface IGISServer
Returns:
The alias
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerInfos

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

Specified by:
setServerInfos in interface IGISServer
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

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

Specified by:
getServerInfos in interface IGISServer
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

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

Specified by:
setConnectionType in interface IGISServer
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

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

Specified by:
getConnectionType in interface IGISServer
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

public 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.

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

getMaxRequestLength

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

Specified by:
getMaxRequestLength in interface IGISServer
Returns:
The maxRequestLength
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessageFormat

public 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.

Specified by:
setMessageFormat in interface IGISServer
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

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

Specified by:
getMessageFormat in interface IGISServer
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.