com.esri.arcgis.controls
Class EngineExtensionManagerFactory

java.lang.Object
  extended by com.esri.arcgis.controls.EngineExtensionManagerFactory
All Implemented Interfaces:
IEngineExtensionManagerFactory, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class EngineExtensionManagerFactory
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IEngineExtensionManagerFactory

Provides an initialized extension manager.

Product Availability

Available with ArcGIS Engine.

See Also:
Serialized Form

Constructor Summary
EngineExtensionManagerFactory()
          Constructs a EngineExtensionManagerFactory using ArcGIS Engine.
EngineExtensionManagerFactory(Object obj)
          Construct a EngineExtensionManagerFactory using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 IExtensionManager create(Object initializationData)
          Creates and initializes the extension manager.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

EngineExtensionManagerFactory

public EngineExtensionManagerFactory()
                              throws IOException,
                                     UnknownHostException
Constructs a EngineExtensionManagerFactory using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

EngineExtensionManagerFactory

public EngineExtensionManagerFactory(Object obj)
                              throws IOException
Construct a EngineExtensionManagerFactory using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EngineExtensionManagerFactory.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems EngineExtensionManagerFactory theEngineExtensionManagerFactory = (EngineExtensionManagerFactory) obj;
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

create

public IExtensionManager create(Object initializationData)
                         throws IOException,
                                AutomationException
Creates and initializes the extension manager.

Product Availability

Available with ArcGIS Engine.

Specified by:
create in interface IEngineExtensionManagerFactory
Parameters:
initializationData - A Variant (in)
Returns:
A reference to a com.esri.arcgis.system.IExtensionManager
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.