com.esri.arcgis.server
Class IServerObjectExtensionManagerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.server.IServerObjectExtensionManagerProxy
All Implemented Interfaces:
IServerObjectExtensionManager, Externalizable, Serializable

public class IServerObjectExtensionManagerProxy
extends com.esri.arcgis.interop.Dispatch
implements IServerObjectExtensionManager, Serializable

Internal use class Proxy for COM Interface 'IServerObjectExtensionManager'. Generated 7/9/2008 10:23:33 AM from 'C:\ArcGIS\Java\JavaEngine\buildoutput\olb\esriServer.olb'

Generated using ArcGIS Proxy Generator

Description: 'Provides access to members that help locate installed server object extensions.' 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
static Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IServerObjectExtensionManagerProxy()
          For internal use only
  IServerObjectExtensionManagerProxy(Object obj)
           
protected IServerObjectExtensionManagerProxy(Object obj, String iid)
           
  IServerObjectExtensionManagerProxy(String CLSID, String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IServerObjectExtensionManagerProxy(String CLSID, String iid, String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IServerObjectExtension findExtensionByCLSID(String cLSID)
          Returns a server object extension found using a string representation of its class ID.
 IServerObjectExtension findExtensionByTypeName(String name)
          Returns a server object extension found using its type name.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void writeExternal(ObjectOutput out)
           
 
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, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final Class targetClass
Constructor Detail

IServerObjectExtensionManagerProxy

public IServerObjectExtensionManagerProxy(String CLSID,
                                          String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws UnknownHostException,
                                          IOException
Throws:
UnknownHostException
IOException

IServerObjectExtensionManagerProxy

public IServerObjectExtensionManagerProxy()
For internal use only


IServerObjectExtensionManagerProxy

public IServerObjectExtensionManagerProxy(Object obj)
                                   throws IOException
Throws:
IOException

IServerObjectExtensionManagerProxy

protected IServerObjectExtensionManagerProxy(Object obj,
                                             String iid)
                                      throws IOException
Throws:
IOException

IServerObjectExtensionManagerProxy

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

addListener

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

removeListener

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

findExtensionByCLSID

public IServerObjectExtension findExtensionByCLSID(String cLSID)
                                            throws IOException,
                                                   AutomationException
Returns a server object extension found using a string representation of its class ID.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findExtensionByCLSID in interface IServerObjectExtensionManager
Parameters:
cLSID - The cLSID (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectExtension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findExtensionByTypeName

public IServerObjectExtension findExtensionByTypeName(String name)
                                               throws IOException,
                                                      AutomationException
Returns a server object extension found using its type name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
findExtensionByTypeName in interface IServerObjectExtensionManager
Parameters:
name - The name (in)
Returns:
A reference to a com.esri.arcgis.server.IServerObjectExtension
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException