public class Notifier extends java.lang.Object
A Notifier class may choose to override any of the methods. The default implementation does nothing.
Notifier methods are called from within a transaction.
| Modifier | Constructor and Description |
|---|---|
protected |
Notifier()
Prevent direct instantiation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
postConfigurationInitialize()
Called after all configuration files for the component
currently being activated have been loaded and activated.
|
protected void |
postConfigurationTerminate()
Called during component deactivation after all of the configuration
files from this component have been deactivated and unloaded.
|
protected void |
preConfigurationInitialize()
Called before any configuration files for the component
currently being activated have been loaded and activated.
|
protected void |
preConfigurationTerminate()
Called during component deactivation before any of the
configuration files from this component have been deactivated
and unloaded.
|
protected Notifier()
protected void preConfigurationInitialize() throws ComponentException
ComponentException - Used to communicate a fatal initialize error.protected void postConfigurationInitialize() throws ComponentException
ComponentException - Used to communicate a fatal initialization error.protected void preConfigurationTerminate()
protected void postConfigurationTerminate()