public interface TransactionInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked() |
boolean |
lock(TransactionCallbackInterface cb) |
void |
unlock(TransactionCallbackInterface cb) |
boolean lock(TransactionCallbackInterface cb) throws RemoteException
RemoteExceptionboolean isLocked()
throws RemoteException
RemoteExceptionvoid unlock(TransactionCallbackInterface cb) throws RemoteException
RemoteExceptionCopyright © 2018. All rights reserved.