Uses of Class
net.dpml.annotation.ActivationPolicy

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

Uses of ActivationPolicy in net.dpml.annotation
 

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

Uses of ActivationPolicy in net.dpml.runtime
 

Methods in net.dpml.runtime that return ActivationPolicy
 ActivationPolicy ComponentStrategy.getActivationPolicy()
          Return the assigned activation policy.