com.esri.arcgis.addinframework
Class InternalExtension
java.lang.Object
com.esri.arcgis.addinframework.AddIn
com.esri.arcgis.addinframework.InternalExtension
- All Implemented Interfaces:
- IExtension, Externalizable, Serializable
- Direct Known Subclasses:
- InternalExtensionConfig
public class InternalExtension
- extends AddIn
- implements IExtension, Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
InternalExtension
public InternalExtension()
seed
public void seed(Object delegate)
- Specified by:
seed
in class AddIn
setParameters
public void setParameters(IAddInRecord record,
IFactoryHook factoryHook)
- Specified by:
setParameters
in class AddIn
getName
public final String getName()
throws IOException,
AutomationException
- The name of the extension.
- Specified by:
getName
in interface IExtension
- Returns:
- The extensionName
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
startup
public final void startup(Object initializationData)
throws IOException,
AutomationException
- Starts up the extension with the given initialization data.
- Specified by:
startup
in interface IExtension
- Parameters:
initializationData
- A Variant (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
shutdown
public void shutdown()
throws IOException,
AutomationException
- Shuts down the extension.
- Specified by:
shutdown
in interface IExtension
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException