net.dpml.station
Interface Station

All Superinterfaces:
Appliance, Remote

public interface Station
extends Appliance

Station interface.

Version:
2.1.0
Author:
Digital Product Management Library

Field Summary
static String STATION_CONNECTOR_KEY
          Constant key for the station registry name.
static String STATION_JMX_URI_KEY
          Constant key for the station jmx uri value.
 
Method Summary
 void shutdown()
          Stutdown the station.
 
Methods inherited from interface net.dpml.appliance.Appliance
addApplianceListener, commission, decommission, getChildren, getCodebaseURI, getName, getState, isCommissioned, removeApplianceListener
 

Field Detail

STATION_CONNECTOR_KEY

static final String STATION_CONNECTOR_KEY
Constant key for the station registry name.

See Also:
Constant Field Values

STATION_JMX_URI_KEY

static final String STATION_JMX_URI_KEY
Constant key for the station jmx uri value.

See Also:
Constant Field Values
Method Detail

shutdown

void shutdown()
              throws RemoteException
Stutdown the station.

Throws:
RemoteException - if RMI remote exception occurs