public interface RmiDoneCaster extends RmiCaster
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMING_EXTENSION
The string added to the process name for the naming service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRmiDoneListener(RmiDoneListener ear)
Registers a done listener to this done caster.
|
void |
removeRmiDoneListener(RmiDoneListener ear)
Deregisters a done listener from this done caster.
|
bindToRegistry, isValid, unbindFromRegistrystatic final String NAMING_EXTENSION
void addRmiDoneListener(RmiDoneListener ear) throws RemoteException
RemoteExceptionvoid removeRmiDoneListener(RmiDoneListener ear) throws RemoteException
RemoteException