|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.spring.pojorule.PojoConsequence
public class PojoConsequence
Constructor Summary | |
---|---|
PojoConsequence(RuleReflectMethod[] ruleMethods)
|
Method Summary | |
---|---|
java.lang.String[] |
getMethodNames()
|
void |
invoke(Tuple tuple)
Execute the consequence for the supplied matching Tuple . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PojoConsequence(RuleReflectMethod[] ruleMethods)
Method Detail |
---|
public java.lang.String[] getMethodNames()
public void invoke(Tuple tuple) throws ConsequenceException
Consequence
Tuple
.
invoke
in interface Consequence
tuple
- The matching tuple.
ConsequenceException
- If an error occurs while attempting to invoke the
consequence.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |