Uses of Interface
net.dpml.component.Model

Packages that use Model
net.dpml.component Interfaces defining the internal 'component' model. 
net.dpml.metro Internal and remote component model management interface. 
net.dpml.metro.runtime Metro component model controller implementation. 
 

Uses of Model in net.dpml.component
 

Methods in net.dpml.component that return Model
 Model ModelEvent.getSourceModel()
          Return the component model that initiating the event.
 Model Controller.createModel(URI uri)
          Create and return a new management context using the supplied directive uri.
 Model Controller.createModel(Composition composition)
          Create and return a new management context using the supplied directive uri.
 Model Composition.getModel()
          Get the deployment model.
 

Methods in net.dpml.component with parameters of type Model
 Component Controller.createComponent(Model model)
          Create and return a remote reference to a component handler.
 

Constructors in net.dpml.component with parameters of type Model
ModelEvent(Model source, String feature, Object from, Object to)
          Construct a new ModelEvent.
 

Uses of Model in net.dpml.metro
 

Subinterfaces of Model in net.dpml.metro
 interface ComponentModel
          The ComponentModel interface defines the remotely accessible aspects of a component configuration.
 

Uses of Model in net.dpml.metro.runtime
 

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

Methods in net.dpml.metro.runtime with parameters of type Model
 Component CompositionController.createComponent(Model model)
          Create and return a remote reference to a component handler.