Uses of Class
org.drools.marshalling.impl.MarshallerReaderContext

Packages that use MarshallerReaderContext
org.drools.common   
org.drools.marshalling.impl   
org.drools.reteoo   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of MarshallerReaderContext in org.drools.common
 

Methods in org.drools.common with parameters of type MarshallerReaderContext
 void Scheduler.ActivationTimerInputMarshaller.read(MarshallerReaderContext inCtx)
           
 

Constructors in org.drools.common with parameters of type MarshallerReaderContext
RuleFlowGroupImpl.DeactivateCallback(MarshallerReaderContext context)
           
TruthMaintenanceSystem.LogicalRetractCallback(MarshallerReaderContext context)
           
 

Uses of MarshallerReaderContext in org.drools.marshalling.impl
 

Fields in org.drools.marshalling.impl declared as MarshallerReaderContext
 MarshallerReaderContext MarshallerReaderContext.stream
           
 

Methods in org.drools.marshalling.impl with parameters of type MarshallerReaderContext
 void TimersInputMarshaller.read(MarshallerReaderContext inCtx)
           
static void InputMarshaller.readActionQueue(MarshallerReaderContext context)
           
static Activation InputMarshaller.readActivation(MarshallerReaderContext context)
           
static void InputMarshaller.readActivations(MarshallerReaderContext context)
           
static void InputMarshaller.readAgenda(MarshallerReaderContext context, DefaultAgenda agenda)
           
static InternalFactHandle InputMarshaller.readFactHandle(MarshallerReaderContext context)
           
static void InputMarshaller.readFactHandles(MarshallerReaderContext context, ObjectStore objectStore)
           
static void InputMarshaller.readLeftTuple(LeftTuple parentLeftTuple, MarshallerReaderContext context)
           
static void InputMarshaller.readLeftTuples(MarshallerReaderContext context)
           
 void ProcessMarshaller.readProcessInstances(MarshallerReaderContext context)
           
 void ProcessMarshaller.readProcessTimers(MarshallerReaderContext context)
           
static void InputMarshaller.readPropagationContext(MarshallerReaderContext context)
           
static void InputMarshaller.readPropagationContexts(MarshallerReaderContext context)
           
static void InputMarshaller.readRightTuple(MarshallerReaderContext context, InternalFactHandle factHandle)
           
static void InputMarshaller.readRightTuples(InternalFactHandle factHandle, MarshallerReaderContext context)
           
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, ExecutorService executor)
          Create a new session into which to read the stream data
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, ExecutorService executor, org.drools.runtime.Environment environment, SessionConfiguration config)
           
static ReteooStatefulSession InputMarshaller.readSession(ReteooStatefulSession session, DefaultAgenda agenda, long time, boolean multithread, MarshallerReaderContext context)
           
static ReteooStatefulSession InputMarshaller.readSession(ReteooStatefulSession session, MarshallerReaderContext context)
          Stream the data into an existing session
static void InputMarshaller.readTimer(MarshallerReaderContext inCtx)
           
static Trigger InputMarshaller.readTrigger(MarshallerReaderContext inCtx)
           
static void InputMarshaller.readTruthMaintenanceSystem(MarshallerReaderContext context)
           
static WorkingMemoryAction PersisterHelper.readWorkingMemoryAction(MarshallerReaderContext context)
           
static WorkItem InputMarshaller.readWorkItem(MarshallerReaderContext context)
           
 void ProcessMarshaller.readWorkItems(MarshallerReaderContext context)
           
 

Uses of MarshallerReaderContext in org.drools.reteoo
 

Constructors in org.drools.reteoo with parameters of type MarshallerReaderContext
PropagationQueuingNode.PropagateAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.EvaluateResultConstraints(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryInsertAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryResultInsertAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryResultRetractAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryResultUpdateAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryRetractAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryRiaFixerNodeFixer(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryUpdateAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.WorkingMemoryReteAssertAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.WorkingMemoryReteExpireAction(MarshallerReaderContext context)
           
 

Uses of MarshallerReaderContext in org.drools.rule
 

Methods in org.drools.rule with parameters of type MarshallerReaderContext
 void SlidingTimeWindow.BehaviorJobContextTimerInputMarshaller.read(MarshallerReaderContext inCtx)
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.