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

Packages that use ThreadSafePolicy
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of ThreadSafePolicy in net.dpml.metro.info
 

Fields in net.dpml.metro.info declared as ThreadSafePolicy
static ThreadSafePolicy ThreadSafePolicy.FALSE
          Soft collection policy.
static ThreadSafePolicy ThreadSafePolicy.TRUE
          Weak collection policy.
static ThreadSafePolicy ThreadSafePolicy.UNKNOWN
          Hard collection policy.
 

Methods in net.dpml.metro.info that return ThreadSafePolicy
 ThreadSafePolicy InfoDescriptor.getThreadSafePolicy()
          Ruturn the thread-safe policy value.
static ThreadSafePolicy ThreadSafePolicy.parse(String value)
          Parse the supplied name.
static ThreadSafePolicy[] ThreadSafePolicy.values()
          Returns an array of policy enum values.
 

Constructors in net.dpml.metro.info with parameters of type ThreadSafePolicy
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.