Package | Description |
---|---|
com.massa.mrules.session |
Modifier and Type | Method and Description |
---|---|
MHandle |
MStatefulRuleSession.addObject(Object o)
JSR94 spec entry point AND real entry point
|
Modifier and Type | Method and Description |
---|---|
List<MHandle> |
MStatefulRuleSession.addObjects(Collection<?> c)
real entry point for
MStatefulRuleSession.addObjects(List) |
List<MHandle> |
MStatefulRuleSession.addObjects(List l)
JSR94 spec entry point
|
List<MHandle> |
MStatefulRuleSession.getHandles()
JSR94 spec entry point AND real entry point
|
Modifier and Type | Method and Description |
---|---|
boolean |
MStatefulRuleSession.containsObject(MHandle h)
real entry point for
MStatefulRuleSession.containsObject(Handle) |
Object |
MStatefulRuleSession.getObject(MHandle h)
real entry point for
MStatefulRuleSession.getObject(Handle) |
Object |
MStatefulRuleSession.removeObject(MHandle h)
real entry point for
MStatefulRuleSession.removeObject(Handle) |
void |
MStatefulRuleSession.updateObject(MHandle h,
Object o)
real entry point for
MStatefulRuleSession.removeObject(Handle) |