public interface RemoteParameter extends RmiCaster
Parameter interface to work with remote querry options.
Note that only the querry-mode of the parameter has its remote counterpart.
Setting the global value or registering other globals for required
additional information is intended for local use only.| Modifier and Type | Method and Description |
|---|---|
void |
addRmiListener(RmiListener ear)
Delivers the remote parameter a reference to a listening parameter.
|
Object |
remoteGet()
Retrieves the parameter value using RMI.
|
void |
removeRmiListener(RmiListener ear)
Removes the remote parameter reference from the notification-on-exit
list.
|
bindToRegistry, isValid, unbindFromRegistryObject remoteGet() throws RemoteException
RemoteExceptionvoid addRmiListener(RmiListener ear) throws RemoteException
RmiListener.disconnect(util.rmi.RmiCaster) method.RemoteExceptionvoid removeRmiListener(RmiListener ear) throws RemoteException
RemoteException