Uses of Class
net.dpml.component.Composition

Packages that use Composition
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.runtime Metro component model controller implementation. 
 

Uses of Composition in net.dpml.component
 

Methods in net.dpml.component with parameters of type Composition
 Model Controller.createModel(Composition composition)
          Create and return a new management context using the supplied directive uri.
 

Uses of Composition in net.dpml.metro.data
 

Subclasses of Composition in net.dpml.metro.data
 class DefaultComposition
          Component composition.
 

Uses of Composition in net.dpml.metro.runtime
 

Methods in net.dpml.metro.runtime with parameters of type Composition
 Model CompositionController.createModel(Composition composition)
          Create and return a new management context using the supplied directive uri.