stella.rmi
Interface RmiSerialCaster

All Superinterfaces:
Remote, RmiCaster
All Known Implementing Classes:
CastingRS485Server, DummyRS485, JRS485Simulator, PollingRS485Server, WatchdogRS485Server

public interface RmiSerialCaster
extends RmiCaster

An interface describing the capability to cast SerialEvents. It specifies the capability to add and remove RmiSerialListeners.


Field Summary
static String NAMING_EXTENSION
          The string added to the serial process name for the naming service.
 
Method Summary
 void addRmiSerialListener(RmiSerialListener add)
          Registers a serial event listener to this serial event caster.
 void removeRmiSerialListener(RmiSerialListener add)
          Deregisters a serial event listener to this serial event caster.
 
Methods inherited from interface util.rmi.RmiCaster
bindToRegistry, isValid, unbindFromRegistry
 

Field Detail

NAMING_EXTENSION

static final String NAMING_EXTENSION
The string added to the serial process name for the naming service.

See Also:
Constant Field Values
Method Detail

addRmiSerialListener

void addRmiSerialListener(RmiSerialListener add)
                          throws RemoteException
Registers a serial event listener to this serial event caster.

Throws:
RemoteException

removeRmiSerialListener

void removeRmiSerialListener(RmiSerialListener add)
                             throws RemoteException
Deregisters a serial event listener to this serial event caster.

Throws:
RemoteException