Methods in javax.rules that throw InvalidHandleException |
boolean |
StatefulRuleSession.containsObject(Handle objectHandle)
Returns true if the given object is contained
within rule session state of this rule session. |
void |
StatefulRuleSession.updateObject(Handle objectHandle,
java.lang.Object newObject)
Notifies the rules engine that a given object in the rule session
state has changed. |
void |
StatefulRuleSession.removeObject(Handle handleObject)
Removes a given object from the rule session state of this
rule session. |
java.lang.Object |
StatefulRuleSession.getObject(Handle handle)
Returns the Object within the StatefulRuleSession
associated with a Handle. |