Uses of Class
net.dpml.metro.info.LifestylePolicy

Packages that use LifestylePolicy
net.dpml.metro Internal and remote component model management interface. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
net.dpml.metro.tools A set of ant tasks supporting the creation of component type and deployment information. 
 

Uses of LifestylePolicy in net.dpml.metro
 

Methods in net.dpml.metro that return LifestylePolicy
 LifestylePolicy ComponentModel.getLifestylePolicy()
          Return the component lifestyle policy.
 

Uses of LifestylePolicy in net.dpml.metro.data
 

Methods in net.dpml.metro.data that return LifestylePolicy
 LifestylePolicy ComponentDirective.getLifestylePolicy()
          Return the component lifestyle policy.
 

Constructors in net.dpml.metro.data with parameters of type LifestylePolicy
ComponentDirective(String name, ActivationPolicy activation, CollectionPolicy collection, LifestylePolicy lifestyle, String classname, CategoriesDirective categories, ContextDirective context, PartReference[] parts, URI uri)
          Creation of a new deployment profile.
 

Uses of LifestylePolicy in net.dpml.metro.info
 

Fields in net.dpml.metro.info declared as LifestylePolicy
static LifestylePolicy LifestylePolicy.SINGLETON
          Singleton lifestyle policy.
static LifestylePolicy LifestylePolicy.SYSTEM
          Singleton lifestyle policy.
static LifestylePolicy LifestylePolicy.THREAD
          Per-thread lifestyle policy.
static LifestylePolicy LifestylePolicy.TRANSIENT
          Transient lifestyle policy.
 

Methods in net.dpml.metro.info that return LifestylePolicy
 LifestylePolicy InfoDescriptor.getLifestylePolicy()
          Return the component lifestyle policy.
static LifestylePolicy LifestylePolicy.parse(String value)
          Parse the supplied value into a lifestyle policy.
static LifestylePolicy[] LifestylePolicy.values()
          Returns an array of activation enum values.
 

Constructors in net.dpml.metro.info with parameters of type LifestylePolicy
InfoDescriptor(String name, String classname, Version version, LifestylePolicy lifestyle, CollectionPolicy collection, ThreadSafePolicy threadsafe, Properties attributes)
          Creation of a new info descriptor using a supplied name, key, version and attribute set.
 

Uses of LifestylePolicy in net.dpml.metro.tools
 

Methods in net.dpml.metro.tools that return LifestylePolicy
 LifestylePolicy ComponentBuilderTask.getLifestylePolicy()
          Return the lifestyle policy declared relative to usage.