Uses of Interface
net.dpml.station.ApplicationRegistry

Packages that use ApplicationRegistry
net.dpml.station Server activation framework. 
net.dpml.station.server Process management controller implementation. 
 

Uses of ApplicationRegistry in net.dpml.station
 

Methods in net.dpml.station that return ApplicationRegistry
 ApplicationRegistry Manager.getApplicationRegistry()
          Return the application registry.
 ApplicationRegistry RegistryEvent.getApplicationRegistry()
          Return the source application registry.
 

Constructors in net.dpml.station with parameters of type ApplicationRegistry
RegistryEvent(ApplicationRegistry registry, ApplicationDescriptor profile)
          Creation of a new registry event.
 

Uses of ApplicationRegistry in net.dpml.station.server
 

Classes in net.dpml.station.server that implement ApplicationRegistry
 class RemoteApplicationRegistry
          Implements of the application registry within which a set of application profiles are maintained.
 

Methods in net.dpml.station.server that return ApplicationRegistry
 ApplicationRegistry RemoteStation.getApplicationRegistry()
          Return the application registry.