public abstract class AbstractRuntimeConfiguration extends Object implements RuntimeConfiguration
RuntimeConfigurations.| Constructor and Description |
|---|
AbstractRuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuntimeListener(RuntimeListener listener)
Add a
RuntimeListener. |
protected void |
fireAfterConfigure() |
protected void |
fireAfterDestroy() |
protected void |
fireAfterInit() |
protected void |
fireBeforeConfigure() |
protected void |
fireBeforeDestroy() |
protected void |
fireBeforeInit() |
void |
removeRuntimeListener(RuntimeListener listener)
Remove a
RuntimeListener. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, destroy, getClassIdentifier, init, setIndexedProperty, setMappedProperty, setPropertypublic void addRuntimeListener(RuntimeListener listener)
RuntimeConfigurationRuntimeListener.addRuntimeListener in interface RuntimeConfigurationlistener - The listener. Must not be null.public void removeRuntimeListener(RuntimeListener listener)
RuntimeConfigurationRuntimeListener.removeRuntimeListener in interface RuntimeConfigurationlistener - The listener. Must not be null.protected void fireBeforeInit()
throws ArooaConfigurationException
ArooaConfigurationExceptionprotected void fireAfterInit()
throws ArooaConfigurationException
ArooaConfigurationExceptionprotected void fireBeforeConfigure()
throws ArooaConfigurationException
ArooaConfigurationExceptionprotected void fireAfterConfigure()
throws ArooaConfigurationException
ArooaConfigurationExceptionprotected void fireBeforeDestroy()
throws ArooaConfigurationException
ArooaConfigurationExceptionprotected void fireAfterDestroy()
throws ArooaConfigurationException
ArooaConfigurationExceptionCopyright © 2023. All rights reserved.