Uses of Class
net.dpml.annotation.LifestylePolicy

Packages that use LifestylePolicy
net.dpml.annotation Component annotations supporting lifestyle, lifecycle, collection, activiation, and service publication policies. 
net.dpml.runtime Component strategy runtime implementation. 
 

Uses of LifestylePolicy in net.dpml.annotation
 

Methods in net.dpml.annotation that return LifestylePolicy
static LifestylePolicy LifestylePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LifestylePolicy[] LifestylePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LifestylePolicy in net.dpml.runtime
 

Methods in net.dpml.runtime that return LifestylePolicy
 LifestylePolicy ComponentStrategy.getLifestylePolicy()
          Return the assigned lifestyle policy.