public class RuleTransactionListener extends TransactionListenerAdapter
| Constructor and Description |
|---|
RuleTransactionListener(RuntimeRuleService ruleService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
beforeCommit(boolean readOnly)
Called before a transaction is committed.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
afterCommit, afterRollback, beforeCompletion, flushpublic RuleTransactionListener(RuntimeRuleService ruleService)
- public void beforeCommit(boolean readOnly)
TransactionListenerAdapterAll transaction resources are still available.
beforeCommit in interface TransactionListenerbeforeCommit in class TransactionListenerAdapterreadOnly - true if the transaction is read-onlyTransactionListener.beforeCommit(boolean)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.