Drools :: Core 6.1.0.Beta1

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

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

Uses of MarshallerReaderContext in org.drools.core.beliefsystem.simple
 

Constructors in org.drools.core.beliefsystem.simple with parameters of type MarshallerReaderContext
BeliefSystemLogicalCallback(MarshallerReaderContext context)
           
BeliefSystemLogicalCallback(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
 

Uses of MarshallerReaderContext in org.drools.core.common
 

Methods in org.drools.core.common that return MarshallerReaderContext
 MarshallerReaderContext PhreakPropagationContext.getReaderContext()
           
 

Methods in org.drools.core.common with parameters of type MarshallerReaderContext
 PropagationContext PhreakPropagationContextFactory.createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, long modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)
           
 PropagationContext PropagationContextFactory.createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, long modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)
           
 PropagationContext PhreakPropagationContextFactory.createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)
           
 PropagationContext PropagationContextFactory.createPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)
           
 void Scheduler.ActivationTimerInputMarshaller.deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
 void AbstractWorkingMemory.initInitialFact(InternalRuleBase ruleBase, MarshallerReaderContext context)
           
 

Constructors in org.drools.core.common with parameters of type MarshallerReaderContext
AbstractWorkingMemory.WorkingMemoryReteAssertAction(MarshallerReaderContext context)
           
AbstractWorkingMemory.WorkingMemoryReteAssertAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
AbstractWorkingMemory.WorkingMemoryReteExpireAction(MarshallerReaderContext context)
           
AbstractWorkingMemory.WorkingMemoryReteExpireAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
AgendaGroupQueueImpl.DeactivateCallback(MarshallerReaderContext context)
           
AgendaGroupQueueImpl.DeactivateCallback(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
PhreakPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, long modificationMask, Class<?> modifiedClass, MarshallerReaderContext readerContext)
           
PhreakPropagationContext(long number, int type, Rule rule, LeftTuple leftTuple, InternalFactHandle factHandle, EntryPointId entryPoint, MarshallerReaderContext readerContext)
           
RuleFlowGroupImpl.DeactivateCallback(MarshallerReaderContext context)
           
RuleFlowGroupImpl.DeactivateCallback(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
 

Uses of MarshallerReaderContext in org.drools.core.marshalling.impl
 

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

Methods in org.drools.core.marshalling.impl with parameters of type MarshallerReaderContext
static com.google.protobuf.ExtensionRegistry PersisterHelper.buildRegistry(MarshallerReaderContext context, ProcessMarshaller processMarshaller)
           
 void TimersInputMarshaller.deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
static WorkingMemoryAction PersisterHelper.deserializeWorkingMemoryAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
 void ProcessMarshaller.init(MarshallerReaderContext context)
           
static void ProtobufInputMarshaller.readActionQueue(MarshallerReaderContext context, ProtobufMessages.RuleData _session)
           
static void ProtobufInputMarshaller.readAgenda(MarshallerReaderContext context, ProtobufMessages.RuleData _ruleData, InternalAgenda agenda)
           
static InternalFactHandle InputMarshaller.readFactHandle(MarshallerReaderContext context)
           
static InternalFactHandle ProtobufInputMarshaller.readFactHandle(MarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint entryPoint, ProtobufMessages.FactHandle _handle)
           
static void ProtobufInputMarshaller.readFactHandles(MarshallerReaderContext context, ProtobufMessages.EntryPoint _ep, ObjectStore objectStore, List<PropagationContext> pctxs)
           
static ProtobufMessages.Header PersisterHelper.readFromStreamWithHeaderPreloaded(MarshallerReaderContext context, com.google.protobuf.ExtensionRegistry registry)
           
 List<org.kie.api.runtime.process.ProcessInstance> ProcessMarshaller.readProcessInstances(MarshallerReaderContext context)
           
 void ProcessMarshaller.readProcessTimers(MarshallerReaderContext context)
           
static AbstractWorkingMemory ProtobufInputMarshaller.readSession(AbstractWorkingMemory session, MarshallerReaderContext context)
          Stream the data into an existing session
static AbstractWorkingMemory ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id)
          Create a new session into which to read the stream data
static AbstractWorkingMemory ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
static AbstractWorkingMemory ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, AbstractWorkingMemory session, InternalAgenda agenda, MarshallerReaderContext context)
           
static void ProtobufInputMarshaller.readTimer(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
static Trigger InputMarshaller.readTrigger(MarshallerReaderContext inCtx)
           
static Trigger ProtobufInputMarshaller.readTrigger(MarshallerReaderContext inCtx, ProtobufMessages.Trigger _trigger)
           
static void ProtobufInputMarshaller.readTruthMaintenanceSystem(MarshallerReaderContext context, org.kie.api.runtime.rule.EntryPoint wmep, ProtobufMessages.EntryPoint _ep, List<PropagationContext> pctxs)
           
static WorkingMemoryAction PersisterHelper.readWorkingMemoryAction(MarshallerReaderContext context)
           
 WorkItem ProcessMarshaller.readWorkItem(MarshallerReaderContext context)
           
static WorkItem ProtobufInputMarshaller.readWorkItem(MarshallerReaderContext context)
           
static WorkItem InputMarshaller.readWorkItem(MarshallerReaderContext context)
           
 void ProcessMarshaller.readWorkItems(MarshallerReaderContext context)
           
 

Uses of MarshallerReaderContext in org.drools.core.phreak
 

Methods in org.drools.core.phreak with parameters of type MarshallerReaderContext
 void PhreakTimerNode.TimerNodeTimerInputMarshaller.deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
 void PhreakTimerNode.TimerNodeTimerInputMarshaller.read(MarshallerReaderContext inCtx)
           
 

Uses of MarshallerReaderContext in org.drools.core.reteoo
 

Methods in org.drools.core.reteoo with parameters of type MarshallerReaderContext
 void ObjectTypeNode.ExpireJobContextTimerInputMarshaller.deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
 void ObjectTypeNode.ExpireJobContextTimerInputMarshaller.read(MarshallerReaderContext inCtx)
           
 

Constructors in org.drools.core.reteoo with parameters of type MarshallerReaderContext
PropagationQueuingNode.PropagateAction(MarshallerReaderContext context)
           
PropagationQueuingNode.PropagateAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
QueryRiaFixerNode.QueryRiaFixerNodeFixer(MarshallerReaderContext context)
           
 

Uses of MarshallerReaderContext in org.drools.core.rule
 

Methods in org.drools.core.rule with parameters of type MarshallerReaderContext
 void SlidingTimeWindow.BehaviorJobContextTimerInputMarshaller.deserialize(MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer _timer)
           
 void SlidingTimeWindow.BehaviorJobContextTimerInputMarshaller.read(MarshallerReaderContext inCtx)
           
 

Constructors in org.drools.core.rule with parameters of type MarshallerReaderContext
SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext inCtx)
           
SlidingTimeWindow.BehaviorExpireWMAction(MarshallerReaderContext context, ProtobufMessages.ActionQueue.Action _action)
           
 

Uses of MarshallerReaderContext in org.drools.core.spi
 

Methods in org.drools.core.spi that return MarshallerReaderContext
 MarshallerReaderContext PropagationContext.getReaderContext()
           
 


Drools :: Core 6.1.0.Beta1

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