public interface TransactionInterface
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocked() |
boolean |
lock(TransactionCallbackInterface cb) |
void |
unlock(TransactionCallbackInterface cb) |
boolean lock(TransactionCallbackInterface cb) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isLocked()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unlock(TransactionCallbackInterface cb) throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2015. All Rights Reserved.