public static interface DUnitLauncher.MasterRemote
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
acquireSharedLock() |
int |
addAndGet(java.lang.Object key,
int delta,
int defaultValue) |
BounceResult |
bounce(int pid) |
java.lang.Object |
get(java.lang.Object key) |
int |
getLocatorPort() |
java.util.Map<java.lang.Object,java.lang.Object> |
getMapCopy() |
void |
ping() |
boolean |
put(java.lang.Object key,
java.lang.Object value) |
void |
releaseSharedLock() |
boolean |
remove(java.lang.Object key) |
void |
signalVMReady() |
int getLocatorPort()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid signalVMReady()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid ping() throws java.rmi.RemoteException
java.rmi.RemoteExceptionBounceResult bounce(int pid) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.Object get(java.lang.Object key)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean put(java.lang.Object key,
java.lang.Object value)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean remove(java.lang.Object key)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint addAndGet(java.lang.Object key,
int delta,
int defaultValue)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.util.Map<java.lang.Object,java.lang.Object> getMapCopy()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid acquireSharedLock()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid releaseSharedLock()
throws java.rmi.RemoteException
java.rmi.RemoteException