Uses of Class
org.drools.reteoo.ReteooStatefulSession

Packages that use ReteooStatefulSession
org.drools.marshalling.impl   
 

Uses of ReteooStatefulSession in org.drools.marshalling.impl
 

Methods in org.drools.marshalling.impl that return ReteooStatefulSession
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, ExecutorService executor)
          Create a new session into which to read the stream data
static ReteooStatefulSession ProtobufInputMarshaller.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 ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, ExecutorService executor, org.drools.runtime.Environment environment, SessionConfiguration config)
           
static ReteooStatefulSession ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, ReteooStatefulSession session, DefaultAgenda agenda, MarshallerReaderContext context)
           
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 ReteooStatefulSession ProtobufInputMarshaller.readSession(ReteooStatefulSession session, MarshallerReaderContext context)
          Stream the data into an existing session
 

Methods in org.drools.marshalling.impl with parameters of type ReteooStatefulSession
static ReteooStatefulSession ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, ReteooStatefulSession session, DefaultAgenda agenda, MarshallerReaderContext context)
           
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 ReteooStatefulSession ProtobufInputMarshaller.readSession(ReteooStatefulSession session, MarshallerReaderContext context)
          Stream the data into an existing session
 



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