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

Packages that use MarshallerReaderContext
org.drools.common   
org.drools.marshalling.impl   
org.drools.reteoo   
 

Uses of MarshallerReaderContext in org.drools.common
 

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
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)
           
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, MarshallerReaderContext context)
          Stream the data into an existing session
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.QueryEvaluationAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryInsertModifyAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryResultRetractAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryResultUpdateAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryRetractAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryRetractInsertAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.QueryRiaFixerNodeFixer(MarshallerReaderContext context)
           
ReteooWorkingMemory.WorkingMemoryReteAssertAction(MarshallerReaderContext context)
           
ReteooWorkingMemory.WorkingMemoryReteExpireAction(MarshallerReaderContext context)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.