|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transaction.constraints.ConstraintFilter
org.mule.transaction.constraints.ManualConstraint
public class ManualConstraint
ManualConstraint
always returns false, meaning that the transaction
should be committed manually.
Constructor Summary | |
---|---|
ManualConstraint()
|
Method Summary | |
---|---|
boolean |
accept(MuleEvent event)
|
Methods inherited from class org.mule.transaction.constraints.ConstraintFilter |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManualConstraint()
Method Detail |
---|
public boolean accept(MuleEvent event)
accept
in class ConstraintFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |