Uses of Interface
net.dpml.component.Component

Packages that use Component
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. 
net.dpml.station Server activation framework. 
net.dpml.station.server Process management controller implementation. 
 

Uses of Component in net.dpml.component
 

Methods in net.dpml.component that return Component
 Component Controller.createComponent(Model model)
          Create and return a remote reference to a component handler.
 Component Controller.createComponent(URI uri)
          Create and return a remote reference to a component handler.
 Component Composition.newComponent()
          Create and return a new component using the deplyment model established by the part.
 

Uses of Component in net.dpml.metro
 

Subinterfaces of Component in net.dpml.metro
 interface ComponentHandler
          Local interface through which a component implementation may interact with the assigned model, subsidary parts, and context.
 

Uses of Component in net.dpml.metro.runtime
 

Methods in net.dpml.metro.runtime that return Component
 Component CompositionController.createComponent(Model model)
          Create and return a remote reference to a component handler.
 Component CompositionController.createComponent(URI uri)
          Create and return a remote reference to a component handler.
 

Uses of Component in net.dpml.station
 

Methods in net.dpml.station with parameters of type Component
 void Callback.started(PID pid, Component handler)
          Method invoked by a process to signal that the process has started.
 

Uses of Component in net.dpml.station.server
 

Methods in net.dpml.station.server with parameters of type Component
 void RemoteApplication.started(PID pid, Component handler)
          Method invoked by a process to signal that the process has commenced startup.