Package org.picocontainer.lifecycle

Contains a series of classes that implement lifecycle strategy.

See:
          Description

Interface Summary
LifecycleState Current lifecycle state of the container.
ReflectionLifecycleStrategyTestCase.MyLifecycle  
 

Class Summary
AbstractMonitoringLifecycleStrategy Abstract base class for lifecycle strategy implementation supporting a ComponentMonitor.
DefaultLifecycleState  
DefaultLifecycleStateTestCase  
JavaEE5LifecycleStrategy Java EE 5 has some annotations PreDestroy and PostConstruct that map to start() and dispose() in our world
JavaEE5LifecycleStrategyTestCase  
JavaEE5LifecycleStrategyTestCase.ProPostAnnotationJava5Startable  
NullLifecycleStrategy Lifecycle strategy that does nothing.
ReflectionLifecycleStrategy Reflection lifecycle strategy.
ReflectionLifecycleStrategyTestCase  
StartableLifecycleStrategy Startable lifecycle strategy.
StartableLifecycleStrategyTestCase  
StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent  
StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent2  
StartableLifecycleStrategyTestCase.ThirdPartyStartableComponent3  
 

Exception Summary
ReflectionLifecycleException Subclass of PicoException that is thrown when there is a problem invoking lifecycle methods via reflection.
 

Package org.picocontainer.lifecycle Description

Contains a series of classes that implement lifecycle strategy. Currently supported options are:



Copyright © 2003-2010 Codehaus. All Rights Reserved.