Uses of Interface
net.dpml.station.Application

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

Uses of Application in net.dpml.station
 

Methods in net.dpml.station that return Application
 Application Manager.getApplication(String key)
          Return an application reference for the supplied key.
 Application ApplicationEvent.getApplication()
          Return the application that initiated the event.
 

Constructors in net.dpml.station with parameters of type Application
ApplicationEvent(Application application, ProcessState state)
          Creation of a new application event.
 

Uses of Application in net.dpml.station.server
 

Classes in net.dpml.station.server that implement Application
 class RemoteApplication
          The RemoteApplication is the default implementation of a remotely accessible Aplication.
 

Methods in net.dpml.station.server that return Application
 Application RemoteStation.getApplication(String key)
          Return an application reference for the supplied key.