|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionPolicy | |
---|---|
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 CollectionPolicy in net.dpml.metro |
---|
Methods in net.dpml.metro that return CollectionPolicy | |
---|---|
CollectionPolicy |
ComponentModel.getCollectionPolicy()
Return the current component collection policy. |
Uses of CollectionPolicy in net.dpml.metro.data |
---|
Methods in net.dpml.metro.data that return CollectionPolicy | |
---|---|
CollectionPolicy |
ComponentDirective.getCollectionPolicy()
Return the component collection policy. |
Constructors in net.dpml.metro.data with parameters of type CollectionPolicy | |
---|---|
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 CollectionPolicy in net.dpml.metro.info |
---|
Fields in net.dpml.metro.info declared as CollectionPolicy | |
---|---|
static CollectionPolicy |
CollectionPolicy.HARD
Hard collection policy. |
static CollectionPolicy |
CollectionPolicy.SOFT
Soft collection policy. |
static CollectionPolicy |
CollectionPolicy.SYSTEM
Collection policy to be established at system discretion. |
static CollectionPolicy |
CollectionPolicy.WEAK
Weak collection policy. |
Methods in net.dpml.metro.info that return CollectionPolicy | |
---|---|
CollectionPolicy |
InfoDescriptor.getCollectionPolicy()
Return the component collection policy. |
static CollectionPolicy |
CollectionPolicy.parse(String value)
Parse the supplied name. |
static CollectionPolicy[] |
CollectionPolicy.values()
Returns an array of activation enum values. |
Constructors in net.dpml.metro.info with parameters of type CollectionPolicy | |
---|---|
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 CollectionPolicy in net.dpml.metro.tools |
---|
Methods in net.dpml.metro.tools that return CollectionPolicy | |
---|---|
CollectionPolicy |
ComponentBuilderTask.getCollectionPolicy(Type type)
Return the collection policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |