public interface RemoteTransaction
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
exit() |
com.amazon.carbonado.IsolationLevel |
getIsolationLevel() |
boolean |
isForUpdate() |
void |
setForUpdate(boolean forUpdate) |
@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
void commit()
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@Asynchronous
@Disposer
@RemoteFailure(exception=com.amazon.carbonado.PersistException.class)
void exit()
throws com.amazon.carbonado.PersistException
com.amazon.carbonado.PersistException@Batched
void setForUpdate(boolean forUpdate)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isForUpdate()
throws java.rmi.RemoteException
java.rmi.RemoteExceptioncom.amazon.carbonado.IsolationLevel getIsolationLevel()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.