public abstract class AbstractRuntimeConfiguration extends Object implements RuntimeConfiguration
| Constructor and Description |
|---|
AbstractRuntimeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuntimeListener(RuntimeListener listener)
Add a
ConfigurationListner. |
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)
RuntimeConfigurationConfigurationListner.addRuntimeListener in interface RuntimeConfigurationpublic void removeRuntimeListener(RuntimeListener listener)
RuntimeConfigurationRuntimeListener.removeRuntimeListener in interface RuntimeConfigurationprotected 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
ArooaConfigurationException