net.dpml.station
Interface Station
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemoteStation
public interface Station
- extends Remote
Application management center.
Field Summary |
static String |
STATION_KEY
The name under which the station will be published in
an RMI registry. |
STATION_KEY
static final String STATION_KEY
- The name under which the station will be published in
an RMI registry.
- See Also:
- Constant Field Values
getCallback
Callback getCallback(String id)
throws UnknownKeyException,
RemoteException
- Return an application reference for the supplied callback id.
- Parameters:
id
- the callback id
- Returns:
- the application
- Throws:
UnknownKeyException
- if the id is unknown
RemoteException
- if a remote error occurs