| java.lang.Object org.apache.jetspeed.page.impl.TransactionedOperation
TransactionedOperation | public class TransactionedOperation (Code) | | A transactioned operation is a single Page Manager DML operation that was applied
to the OJB cache. Im finding that OJB is not properly synchronizing its cache
upon rollback of database transactions. This code may not be needed in future
versions of OJB which have fixed this bug.
author: David Sean Taylor version: $Id: $ |
ADD_OPERATION | final public static int ADD_OPERATION(Code) | | |
UPDATE_OPERATION | final public static int UPDATE_OPERATION(Code) | | |
TransactionedOperation | public TransactionedOperation(String path, int type)(Code) | | |
getTransactionType | public int getTransactionType()(Code) | | |
setTransactionType | public void setTransactionType(int transactionType)(Code) | | |
|
|