|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handle | |
javax.rules | Provides the core client interfaces for using rule engine. |
Uses of Handle in javax.rules |
Methods in javax.rules that return Handle | |
Handle |
StatefulRuleSession.addObject(java.lang.Object object)
Adds a given object to the rule session state of this rule session. |
Methods in javax.rules with parameters of type Handle | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |