Package org.oddjob.arooa.life

Relating to the Arooa Life-cycle.

See:
          Description

Interface Summary
ArooaContextAware  
ArooaLifeAware Implementers will be informed of framework life cycle events.
ArooaSessionAware  
ComponentPersister Something capable of persisting a component.
ComponentProxyResolver Used to resolve an object into a proxy for that object.
 

Class Summary
BaseElementMappings The most basic ElementMappings that handles <class> and <is>.
ClassLoaderClassResolver A ClassResolver that just delegates to a standard ClassLoader
ClassResolverClassLoader  
ElementsForIdentifier  
InstantiationContext Collect together everything to required to find ElementMappings.
LifecycleInterfaceFactory Check for annotations for ArooaLifeAware.
SimpleArooaClass  
 

Exception Summary
ArooaElementException An exception used when creation fails.
ComponentPersistException An exception to use when persistence fails.
 

Annotation Types Summary
Configured Annotate a method for the configured of an ArooaLifeAware.
Destroy Annotate a method for the destroy of an ArooaLifeAware.
Initialised Annotate a method for the initialised of an ArooaLifeAware.
 

Package org.oddjob.arooa.life Description

Relating to the Arooa Life-cycle.