public interface RmiSharedCondition extends Remote
SharedCondition| Modifier and Type | Method and Description |
|---|---|
void |
await(String name,
int vmid,
long tid)
RMI version of
SharedCondition.await(). |
void |
signal(String name,
int vmid,
long tid)
RMI version of
SharedCondition.signal(). |
void |
signalAll(String name,
int vmid,
long tid)
RMI version of
SharedCondition.signalAll(). |
void await(String name, int vmid, long tid) throws RemoteException, InterruptedException
SharedCondition.await(). Transmits the thread name,
logical hydra VM id, and thread id.RemoteExceptionInterruptedExceptionvoid signal(String name, int vmid, long tid) throws RemoteException
SharedCondition.signal(). Transmits the thread,
logical hydra VM id, and thread id.RemoteExceptionvoid signalAll(String name, int vmid, long tid) throws RemoteException
SharedCondition.signalAll(). Transmits the thread,
logical hydra VM id, and thread id.RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.