当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
Jsr94FactHandle (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.jsr94.rules
Class Jsr94FactHandle
java.lang.Object
org.drools.common.DefaultFactHandle
org.drools.jsr94.rules.Jsr94FactHandle
- All Implemented Interfaces:
- Serializable, javax.rules.Handle, InternalFactHandle, FactHandle
public class Jsr94FactHandle
- extends DefaultFactHandle
- implements javax.rules.Handle
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.
Handles 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.
- See Also:
- Serialized Form
| Methods inherited from class org.drools.common.DefaultFactHandle |
equals, getEqualityKey, getId, getObject, getObjectHashCode, getRecency, hashCode, invalidate, isShadowFact, setEqualityKey, setObject, setRecency, setShadowFact, toExternalForm, toString |
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.