public interface RJX
extends java.rmi.Remote
Modifier and Type | Field and Description |
---|---|
static int |
MAX_MISSED |
Modifier and Type | Method and Description |
---|---|
InLock |
createRemoteLock() |
VM |
createVM(java.lang.String onHost,
java.lang.String fromHost) |
VM |
createVM(java.lang.String onHost,
java.lang.String fromHost,
java.lang.String vmType,
java.lang.Class[] vmParamType,
java.lang.Object[] vmParam) |
VM |
createVM(VM host,
java.lang.String fromHost) |
VM |
createVM(VM host,
java.lang.String fromHost,
java.lang.String vmType,
java.lang.Class[] vmParamType,
java.lang.Object[] vmParam) |
boolean |
destroyVM(java.lang.String host) |
void |
exit(int exitval) |
java.lang.Class[] |
getParamTypes(java.lang.String host) |
java.lang.Object[] |
getParamValues(java.lang.String host) |
RemoteOutputStream |
getStdErr() |
RemoteInputStream |
getStdIn() |
RemoteOutputStream |
getStdOut() |
void |
hello(java.lang.String host,
VM rjVM,
boolean idle) |
void |
idle(java.lang.String vmName) |
void |
lockEC() |
void |
notIdle(java.lang.String vmName) |
void |
ping() |
void |
registerQuiescenceAction(OpProxy opProxy) |
void |
unlockEC() |
static final int MAX_MISSED
VM createVM(java.lang.String onHost, java.lang.String fromHost) throws java.rmi.RemoteException
java.rmi.RemoteException
VM createVM(java.lang.String onHost, java.lang.String fromHost, java.lang.String vmType, java.lang.Class[] vmParamType, java.lang.Object[] vmParam) throws java.rmi.RemoteException
java.rmi.RemoteException
VM createVM(VM host, java.lang.String fromHost) throws java.rmi.RemoteException
java.rmi.RemoteException
VM createVM(VM host, java.lang.String fromHost, java.lang.String vmType, java.lang.Class[] vmParamType, java.lang.Object[] vmParam) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Object[] getParamValues(java.lang.String host) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.Class[] getParamTypes(java.lang.String host) throws java.rmi.RemoteException
java.rmi.RemoteException
void hello(java.lang.String host, VM rjVM, boolean idle) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean destroyVM(java.lang.String host) throws java.rmi.RemoteException
java.rmi.RemoteException
void exit(int exitval) throws java.rmi.RemoteException
java.rmi.RemoteException
void registerQuiescenceAction(OpProxy opProxy) throws java.rmi.RemoteException, QuiescenceRegistrationException
java.rmi.RemoteException
QuiescenceRegistrationException
RemoteOutputStream getStdOut() throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteOutputStream getStdErr() throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteInputStream getStdIn() throws java.rmi.RemoteException
java.rmi.RemoteException
InLock createRemoteLock() throws java.rmi.RemoteException
java.rmi.RemoteException
void lockEC() throws java.rmi.RemoteException
java.rmi.RemoteException
void unlockEC() throws java.rmi.RemoteException
java.rmi.RemoteException
void idle(java.lang.String vmName) throws java.rmi.RemoteException
java.rmi.RemoteException
void notIdle(java.lang.String vmName) throws java.rmi.RemoteException
java.rmi.RemoteException
void ping() throws java.rmi.RemoteException
java.rmi.RemoteException