public interface RmiSharedLock extends Remote
SharedLock.| Modifier and Type | Method and Description |
|---|---|
RmiSharedCondition |
getCondition(String name)
RMI version of
SharedLock.getCondition(String). |
void |
lock(String name,
int vmid,
long tid)
RMI version of
SharedLock.lock(). |
void |
unlock(String name,
int vmid,
long tid)
RMI version of
SharedLock.unlock(). |
void lock(String name, int vmid, long tid) throws RemoteException
SharedLock.lock(). Transmits the thread name,
logical hydra VM id, and thread id.RemoteExceptionvoid unlock(String name, int vmid, long tid) throws RemoteException
SharedLock.unlock(). Transmits the thread name,
logical hydra VM id, and thread id.RemoteExceptionRmiSharedCondition getCondition(String name) throws RemoteException
SharedLock.getCondition(String). Transmits the
condition name.RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.