|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.FactHandleImpl
org.drools.jsr94.rules.Jsr94FactHandle
public class Jsr94FactHandle
The Drools implementation of the Handle
interface which provides
a marker interface for Drools-specific object identity mechanism. When using
the StatefulRuleSession
objects that are added to rule session
state are identified using a Drools-supplied Handle
implementation.
Handle
s are used to unambigiously identify objects within the
rule session state and should not suffer many of the object identity issues
that arise when using muliple class loaders, serializing
StatefulRuleSessions
, or using Object.equals
or
object1 == object2
reference equality.
Method Summary |
---|
Methods inherited from class org.drools.reteoo.FactHandleImpl |
---|
equals, getId, getRecency, hashCode, toExternalForm, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |