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 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
 

Methods in org.drools.marshalling.impl with parameters of type ReteooStatefulSession
static ReteooStatefulSession InputMarshaller.readSession(ReteooStatefulSession session, MarshallerReaderContext context)
          Stream the data into an existing session
 



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