com.esri.arcgis.addinframework
Class AddInFactory

java.lang.Object
  extended by com.esri.arcgis.addinframework.AddInFactory
All Implemented Interfaces:
IAddInFactory, java.io.Serializable

public class AddInFactory
extends java.lang.Object
implements IAddInFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.addinframework.IAddInFactory
IID, IID039bc9f9_3cf9_447f_8cac_c673d2a1c817, xxDummy
 
Constructor Summary
AddInFactory()
           
 
Method Summary
 void createObject(IAddInRecord record, java.lang.Object outer, java.lang.Object[] result)
          Create an instance of the specified object.
 void initialize(IFactoryHook arg0)
          Called to initialize the addin manager (normally called at application startup).
 void shutdown()
          Called to shutdown the addin manager (normally called at application shutdown).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddInFactory

public AddInFactory()
Method Detail

createObject

public void createObject(IAddInRecord record,
                         java.lang.Object outer,
                         java.lang.Object[] result)
                  throws java.io.IOException,
                         AutomationException
Create an instance of the specified object.

Specified by:
createObject in interface IAddInFactory
Parameters:
pRecord - A reference to a com.esri.arcgis.addinframework.IAddInRecord (in)
pUnkOuter - A reference to another Object (IUnknown) (in)
ppObj - A reference to another Object (IUnknown) (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initialize

public void initialize(IFactoryHook arg0)
                throws java.io.IOException,
                       AutomationException
Called to initialize the addin manager (normally called at application startup).

Specified by:
initialize in interface IAddInFactory
Parameters:
pHook - A reference to a com.esri.arcgis.addinframework.IFactoryHook (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shutdown

public void shutdown()
              throws java.io.IOException,
                     AutomationException
Called to shutdown the addin manager (normally called at application shutdown).

Specified by:
shutdown in interface IAddInFactory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.