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.RemoteException
boolean isForUpdate() throws java.rmi.RemoteException
java.rmi.RemoteException
com.amazon.carbonado.IsolationLevel getIsolationLevel() throws java.rmi.RemoteException
java.rmi.RemoteException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.