com.esri.arcgis.server
Class IServerObjectHelper2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectHelperProxy
          extended by com.esri.arcgis.server.IServerObjectHelper2Proxy
All Implemented Interfaces:
IServerObjectHelper, IServerObjectHelper2, java.io.Externalizable, java.io.Serializable

public class IServerObjectHelper2Proxy
extends IServerObjectHelperProxy
implements IServerObjectHelper2, java.io.Serializable

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

Description: 'Provides access to a holder for a reference to a server object.' 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.IServerObjectHelper2
IID, IID6ee30361_f7c6_4635_882e_fabc7a772bc4
 
Fields inherited from interface com.esri.arcgis.server.IServerObjectHelper
IIDf241e441_cc73_40e2_baf0_b30ebe0ef8dc
 
Constructor Summary
  IServerObjectHelper2Proxy()
          For internal use only
  IServerObjectHelper2Proxy(java.lang.Object obj)
           
protected IServerObjectHelper2Proxy(java.lang.Object obj, java.lang.String iid)
           
  IServerObjectHelper2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServerObjectHelper2Proxy(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)
           
 IPropertySet getServerObjectProperty()
          Server object property.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
Methods inherited from class com.esri.arcgis.server.IServerObjectHelperProxy
getServerObject
 
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.IServerObjectHelper
getServerObject
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IServerObjectHelper2Proxy

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

IServerObjectHelper2Proxy

public IServerObjectHelper2Proxy()
For internal use only


IServerObjectHelper2Proxy

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

IServerObjectHelper2Proxy

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

IServerObjectHelper2Proxy

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

removeListener

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

getServerObjectProperty

public IPropertySet getServerObjectProperty()
                                     throws java.io.IOException,
                                            AutomationException
Server object property.

Specified by:
getServerObjectProperty in interface IServerObjectHelper2
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.