Uses of Class
org.objectweb.dsrg.sofa.microarchitecture.LifecycleState

Packages that use LifecycleState
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of LifecycleState in org.objectweb.dsrg.sofa.bootstrap
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return LifecycleState
 LifecycleState MILifecycleBase.getState()
           
 LifecycleState MILifecycleImpl.getState()
           
 

Uses of LifecycleState in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return LifecycleState
 LifecycleState MILifecycle.getState()
          Gets the lifecycle state of the component.
static LifecycleState LifecycleState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LifecycleState[] LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.