Package | Description |
---|---|
com.spss.psapi.extensions.common.spi2 |
This defines SPI (Service Provider Interface) definitions that are implemented by
an extension.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDelegate.disposeExtensionDelegate(ExtensionContext extensionContext)
Called when the associated extension is being disposed of.
|
void |
ExtensionDelegate.initExtensionDelegate(ExtensionContext extensionContext)
Called when an extension is being initialised.
|
void |
ExtensionDelegate.shutdownExtension(ShutdownContext shutdownContext,
ExtensionContext extensionContext)
Called at application shutdown to allow an extension to tidy up its global state, deallocate
any system resources etc.
|
void |
ExtensionDelegate.startupExtension(StartupContext startupContext,
ExtensionContext extensionContext)
Called at application startup when the extension is first loaded to allow an extension to
initialise its global state, process command line arguments, allocate necessary resources etc.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.