Uses of Interface
net.dpml.station.Callback

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

Uses of Callback in net.dpml.station
 

Methods in net.dpml.station that return Callback
 Callback Station.getCallback(String id)
          Return an application reference for the supplied callback id.
 

Uses of Callback in net.dpml.station.server
 

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

Methods in net.dpml.station.server that return Callback
 Callback RemoteStation.getCallback(String id)
          Return an callback handler for the supplied id.