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(Object obj) |
int |
hashCode() |
afterCommit, afterRollback, beforeCompletion, flushpublic RuleTransactionListener(RuntimeRuleService ruleService)
ruleService - RuntimeRuleServicepublic void beforeCommit(boolean readOnly)
TransactionListenerAdapterAll transaction resources are still available.
beforeCommit in interface org.alfresco.util.transaction.TransactionListenerbeforeCommit in class TransactionListenerAdapterreadOnly - true if the transaction is read-onlyTransactionListener.beforeCommit(boolean)public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2005–2018 Alfresco Software. All rights reserved.