com.esri.arcgis.server
Class IServer2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerProxy
          extended by com.esri.arcgis.server.IServer2Proxy
All Implemented Interfaces:
IServer, IServer2, java.io.Externalizable, java.io.Serializable

public class IServer2Proxy
extends IServerProxy
implements IServer2, java.io.Serializable

Internal use class Proxy for COM Interface 'IServer2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to methods that connect a specified user to an ArcGIS server.' 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.IServer2
IID, IID0741d66c_c157_4b4d_af5e_c74c68ba8386
 
Fields inherited from interface com.esri.arcgis.server.IServer
IID425b0a5b_bf1b_4f0e_9e75_37324a12e5f9
 
Constructor Summary
  IServer2Proxy()
          For internal use only
  IServer2Proxy(java.lang.Object obj)
           
protected IServer2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IServer2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServer2Proxy(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)
           
 IServerObjectManager getServerObjectManager2(java.lang.String userInfo)
          Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
Methods inherited from class com.esri.arcgis.server.IServerProxy
getServerObjectAdmin, getServerObjectManager
 
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
 
Methods inherited from interface com.esri.arcgis.server.IServer
getServerObjectAdmin, getServerObjectManager
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IServer2Proxy

public IServer2Proxy(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

IServer2Proxy

public IServer2Proxy()
For internal use only


IServer2Proxy

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

IServer2Proxy

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

IServer2Proxy

protected IServer2Proxy(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 IServerProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class IServerProxy
Throws:
java.io.IOException

getServerObjectManager2

public IServerObjectManager getServerObjectManager2(java.lang.String userInfo)
                                             throws java.io.IOException,
                                                    AutomationException
Gets the server objcet manager of the connected ArcGIS server for the user specified by userInfo.

Specified by:
getServerObjectManager2 in interface IServer2
Parameters:
userInfo - The userInfo (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectManager
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.