Package org.drools.kiesession.agenda
Class PartitionedDefaultAgenda
java.lang.Object
org.drools.kiesession.agenda.DefaultAgenda
org.drools.kiesession.agenda.PartitionedDefaultAgenda
- All Implemented Interfaces:
ActivationsManager,InternalAgenda,Agenda
-
Field Summary
Fields inherited from class org.drools.kiesession.agenda.DefaultAgenda
activationCounter, log, workingMemoryFields inherited from interface org.drools.core.common.ActivationsManager
ON_AFTER_ALL_FIRES_CONSEQUENCE_NAME, ON_BEFORE_ALL_FIRES_CONSEQUENCE_NAME, ON_DELETE_MATCH_CONSEQUENCE_NAME -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisPendingRemoveFactHandleFromStore(InternalFactHandle factHandle) protected voidretractFactHandle(PropagationContext ectx, InternalFactHandle factHandle) Do not use this constructor! It should be used just by deserialization.Methods inherited from class org.drools.kiesession.agenda.DefaultAgenda
activate, activateRuleFlowGroup, activateRuleFlowGroup, activateRuleFlowGroup, addEagerRuleAgendaItem, addItemToActivationGroup, addPropagation, addQueryAgendaItem, cancelActivation, clear, clearAndCancel, clearAndCancelActivationGroup, clearAndCancelActivationGroup, clearAndCancelAgendaGroup, clearAndCancelRuleFlowGroup, createAgendaItem, createPropagationList, createRuleAgendaItem, deactivate, dispose, doRetract, evaluateEagerList, evaluateQueriesForRule, executeFlush, executeTask, fireAllRules, fireUntilHalt, fireUntilHalt, flushPropagations, getActionsIterator, getActivationGroup, getActivationGroupsMap, getActivationsFilter, getAgendaEventSupport, getAgendaGroup, getAgendaGroupsManager, getFocusName, getKnowledgeHelper, getPropagationList, getReteEvaluator, getRuleFlowGroup, getWorkingMemory, halt, haltGroupEvaluation, handleException, hasPendingPropagations, internalHalt, isAlive, isDeclarativeAgenda, isFiring, isParallelAgenda, isRuleActiveInRuleFlowGroup, notifyWaitOnRest, peekNextRule, registerExpiration, removeEagerRuleAgendaItem, removeQueryAgendaItem, reset, resetKnowledgeHelper, setActivationsFilter, setFocus, setFocus, sizeOfRuleFlowGroup, tryDeactivateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.core.common.ActivationsManager
getPartitionedAgenda, getPartitionedAgendaForNode, stageLeftTuple
-
Method Details
-
retractFactHandle
Do not use this constructor! It should be used just by deserialization.- Overrides:
retractFactHandlein classDefaultAgenda
-
isPendingRemoveFactHandleFromStore
- Overrides:
isPendingRemoveFactHandleFromStorein classDefaultAgenda
-