org.oddjob.arooa.runtime
Class AbstractRuntimeConfiguration

java.lang.Object
  extended by org.oddjob.arooa.runtime.AbstractRuntimeConfiguration
All Implemented Interfaces:
RuntimeConfiguration

public abstract class AbstractRuntimeConfiguration
extends Object
implements RuntimeConfiguration


Constructor Summary
AbstractRuntimeConfiguration()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.oddjob.arooa.runtime.RuntimeConfiguration
configure, destroy, getClassIdentifier, init, setIndexedProperty, setMappedProperty, setProperty
 

Constructor Detail

AbstractRuntimeConfiguration

public AbstractRuntimeConfiguration()
Method Detail

addRuntimeListener

public void addRuntimeListener(RuntimeListener listener)
Description copied from interface: RuntimeConfiguration
Add a ConfigurationListner.

Specified by:
addRuntimeListener in interface RuntimeConfiguration

removeRuntimeListener

public void removeRuntimeListener(RuntimeListener listener)
Description copied from interface: RuntimeConfiguration
Remove a RuntimeListener.

Specified by:
removeRuntimeListener in interface RuntimeConfiguration

fireBeforeInit

protected void fireBeforeInit()
                       throws ArooaConfigurationException
Throws:
ArooaConfigurationException

fireAfterInit

protected void fireAfterInit()
                      throws ArooaConfigurationException
Throws:
ArooaConfigurationException

fireBeforeConfigure

protected void fireBeforeConfigure()
                            throws ArooaConfigurationException
Throws:
ArooaConfigurationException

fireAfterConfigure

protected void fireAfterConfigure()
                           throws ArooaConfigurationException
Throws:
ArooaConfigurationException

fireBeforeDestroy

protected void fireBeforeDestroy()
                          throws ArooaConfigurationException
Throws:
ArooaConfigurationException

fireAfterDestroy

protected void fireAfterDestroy()
                         throws ArooaConfigurationException
Throws:
ArooaConfigurationException