Uses of Class
net.dpml.station.info.ApplicationDescriptor

Packages that use ApplicationDescriptor
net.dpml.station Server activation framework. 
net.dpml.station.info Station interface and immutable datatypes. 
net.dpml.station.server Process management controller implementation. 
 

Uses of ApplicationDescriptor in net.dpml.station
 

Methods in net.dpml.station that return ApplicationDescriptor
 ApplicationDescriptor RegistryEvent.getApplicationDescriptor()
          Return the subject profile.
 ApplicationDescriptor[] ApplicationRegistry.getApplicationDescriptors()
          Return an array of all profiles in the registry.
 ApplicationDescriptor ApplicationRegistry.getApplicationDescriptor(String key)
          Get an application descriptor matching the supplied key.
 ApplicationDescriptor Application.getApplicationDescriptor()
          Return the profile associated with this application
 

Methods in net.dpml.station with parameters of type ApplicationDescriptor
 void ApplicationRegistry.addApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Add an application descriptor to the registry.
 void ApplicationRegistry.updateApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Replace an application descriptor within the registry with a supplied descriptor.
 

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

Uses of ApplicationDescriptor in net.dpml.station.info
 

Methods in net.dpml.station.info that return ApplicationDescriptor
 ApplicationDescriptor RegistryDescriptor.Entry.getApplicationDescriptor()
          Return the application descriptor.
 

Constructors in net.dpml.station.info with parameters of type ApplicationDescriptor
RegistryDescriptor.Entry(String key, ApplicationDescriptor descriptor)
          Creation of a new entry.
 

Uses of ApplicationDescriptor in net.dpml.station.server
 

Methods in net.dpml.station.server that return ApplicationDescriptor
 ApplicationDescriptor[] RemoteApplicationRegistry.getApplicationDescriptors()
          Return an array of all profiles in the registry.
 ApplicationDescriptor RemoteApplicationRegistry.getApplicationDescriptor(String key)
          Retrieve an application profile.
 ApplicationDescriptor RemoteApplication.getApplicationDescriptor()
          Return the profile associated with this application
 

Methods in net.dpml.station.server with parameters of type ApplicationDescriptor
 void RemoteApplicationRegistry.addApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Add an application descriptor to the registry.
 void RemoteApplicationRegistry.updateApplicationDescriptor(String key, ApplicationDescriptor descriptor)
          Replace an application descriptor within the registry with a supplied descriptor.
 

Constructors in net.dpml.station.server with parameters of type ApplicationDescriptor
RemoteApplication(Logger logger, ApplicationDescriptor descriptor, String id, int port)
          Creation of an application instance.