org.apache.derby.impl.store.logical
Class LogicalTransaction
java.lang.Object
org.apache.derby.impl.store.logical.LogicalTransaction
- public class LogicalTransaction
- extends java.lang.Object
Used by the Hot Standby Controller to create logical transactions
- Author:
- egil
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_COMMITTED
public static final int STATUS_COMMITTED
- See Also:
- Constant Field Values
STATUS_ABORTED
public static final int STATUS_ABORTED
- See Also:
- Constant Field Values
RUNNING
public static final int RUNNING
- See Also:
- Constant Field Values
LogicalTransaction
public LogicalTransaction(int transId)
addOperation
public void addOperation(LogicalLoggable op)
getOperations
public java.util.ArrayList getOperations()
getTransId
public int getTransId()
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
toString
public java.lang.String toString()