public class Jsr94FactHandle
extends org.drools.core.common.DefaultFactHandle
implements javax.rules.Handle
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.org.drools.core.common.DefaultFactHandle.CompositeLinkedTuples, org.drools.core.common.DefaultFactHandle.SingleLinkedTuplesaddFirstLeftTuple, addFirstRightTuple, addLastLeftTuple, addLastRightTuple, addTupleInPosition, as, clearLeftTuples, clearRightTuples, clone, createFromExternalFormat, detachLinkedTuples, detachLinkedTuplesForPartition, determineIdentityHashCode, disconnect, equals, findFirstLeftTuple, findFirstRightTuple, forEachLeftTuple, forEachRightTuple, getDataSource, getEntryPoint, getEqualityKey, getExternalForm, getFirstLeftTuple, getFirstRightTuple, getFormatVersion, getId, getIdentityHashCode, getLinkedTuples, getObject, getObjectClassName, getObjectHashCode, getParentHandle, getRecency, getTraitType, hashCode, invalidate, isDisconnected, isEvent, isExpired, isNegated, isPendingRemoveFromStore, isTraitable, isTraiting, isTraitOrTraitable, isValid, removeLeftTuple, removeRightTuple, setDisconnected, setEntryPoint, setEqualityKey, setExternalForm, setFirstLeftTuple, setIdentityHashCode, setNegated, setObject, setObjectHashCode, setParentHandle, setRecency, setTraitType, toExternalForm, toStringCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.