public interface IExtension
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of the extension.
|
void |
shutdown()
Shuts down the extension.
|
void |
startup(java.lang.Object initializationData)
Starts up the extension with the given initialization data.
|
static final int IID7f657ec9_dbf1_11d2_9f2f_00c04f6bc69e
static final int xxDummy
static final java.lang.String IID
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void startup(java.lang.Object initializationData)
throws java.io.IOException,
AutomationException
initializationData - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void shutdown()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.