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, wait
configure, destroy, getClassIdentifier, init, setIndexedProperty, setMappedProperty, setProperty
public void addRuntimeListener(RuntimeListener listener)
RuntimeConfiguration
ConfigurationListner
.addRuntimeListener
in interface RuntimeConfiguration
public void removeRuntimeListener(RuntimeListener listener)
RuntimeConfiguration
RuntimeListener
.removeRuntimeListener
in interface RuntimeConfiguration
protected void fireBeforeInit() throws ArooaConfigurationException
ArooaConfigurationException
protected void fireAfterInit() throws ArooaConfigurationException
ArooaConfigurationException
protected void fireBeforeConfigure() throws ArooaConfigurationException
ArooaConfigurationException
protected void fireAfterConfigure() throws ArooaConfigurationException
ArooaConfigurationException
protected void fireBeforeDestroy() throws ArooaConfigurationException
ArooaConfigurationException
protected void fireAfterDestroy() throws ArooaConfigurationException
ArooaConfigurationException