org.oddjob.arooa.life
Interface ArooaLifeAware

All Known Implementing Classes:
BufferType, CollectionWrapper, IdentifiableValueType, ScheduleType

public interface ArooaLifeAware

Implementers will be informed of framework life cycle events.

Author:
rob

Method Summary
 void configured()
          The configuration for the bean has been fully configured.
 void destroy()
          The configuration for the bean is about to be destroyed.
 void initialised()
          The configuration for the bean has been initialised.
 

Method Detail

initialised

void initialised()
The configuration for the bean has been initialised. Constant properties and element properties will have been injected.


configured

void configured()
The configuration for the bean has been fully configured. Runtime properties will have been injected.


destroy

void destroy()
The configuration for the bean is about to be destroyed. A bean can use this method to free resources.