|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.transaction.TransactionListenerAdapter
org.alfresco.repo.rule.RuleTransactionListener
public class RuleTransactionListener
The rule service transaction listener
Constructor Summary | |
---|---|
RuleTransactionListener(RuntimeRuleService ruleService)
Constructor |
Method Summary | |
---|---|
void |
beforeCommit(boolean readOnly)
Called before a transaction is committed. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Methods inherited from class org.alfresco.repo.transaction.TransactionListenerAdapter |
---|
afterCommit, afterRollback, beforeCompletion, flush |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleTransactionListener(RuntimeRuleService ruleService)
- Method Detail |
---|
public void beforeCommit(boolean readOnly)
TransactionListenerAdapter
All transaction resources are still available.
beforeCommit
in interface TransactionListener
beforeCommit
in class TransactionListenerAdapter
readOnly
- true if the transaction is read-onlyTransactionListener.beforeCommit(boolean)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |