public interface RmiSerialCaster extends RmiCaster
SerialEvents. It specifies the capability to add and
remove RmiSerialListeners.| Modifier and Type | Field and Description |
|---|---|
static String |
NAMING_EXTENSION
The string added to the serial process name for the naming service.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
bindToRegistry, isValid, unbindFromRegistrystatic final String NAMING_EXTENSION
void addRmiSerialListener(RmiSerialListener add) throws RemoteException
RemoteExceptionvoid removeRmiSerialListener(RmiSerialListener add) throws RemoteException
RemoteException