public interface RemoteMachine extends Remote
| Modifier and Type | Method and Description |
|---|---|
RMResult<Void> |
alive() |
<T> RMResult<T> |
echoObject(T obj) |
<T> RMResult<T> |
executeTask(RMTask<T> t) |
RMResult<String> |
getErr() |
String |
getMachineName() |
RMResult<String> |
getOut() |
String |
getServerName() |
boolean |
isSSL() |
RMResult<Void> |
setTTL(int msec) |
RMResult<Void> |
terminate() |
RMResult<Void> |
vacuum() |
String getServerName() throws RemoteException
RemoteExceptionboolean isSSL()
throws RemoteException
RemoteExceptionString getMachineName() throws RemoteException
RemoteException<T> RMResult<T> echoObject(T obj) throws RemoteException
RemoteException<T> RMResult<T> executeTask(RMTask<T> t) throws RemoteException
RemoteExceptionRMResult<Void> alive() throws RemoteException
RemoteExceptionRMResult<Void> vacuum() throws RemoteException
RemoteExceptionRMResult<Void> terminate() throws RemoteException
RemoteExceptionRMResult<Void> setTTL(int msec) throws RemoteException
RemoteExceptionRMResult<String> getOut() throws RemoteException
RemoteExceptionRMResult<String> getErr() throws RemoteException
RemoteExceptionEDB Working Group at Mon Dec 15 16:45:05 JST 2025