public interface RemoteTrigger extends Remote, RemoteParameter
Trigger 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 | Field and Description |
|---|---|
static String |
NAMING_EXTENSION
Binding name extension added to the globals name.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
remoteGetTrigger()
Retrieves the trigger value as a boolean.
|
boolean |
remoteIsTrue()
Retrieves the trigger value as a primitive boolean.
|
Date |
remoteToggleTime()
Retrieves the trigger toggle time using RMI.
|
addRmiListener, remoteGet, removeRmiListenerbindToRegistry, isValid, unbindFromRegistrystatic final String NAMING_EXTENSION
Boolean remoteGetTrigger() throws RemoteException
RemoteExceptionboolean remoteIsTrue()
throws RemoteException
RemoteExceptionDate remoteToggleTime() throws RemoteException
RemoteException