Drools :: Core 6.0.0.Beta5

Uses of Class
org.drools.core.reteoo.ReteooStatefulSession

Packages that use ReteooStatefulSession
org.drools.core.marshalling.impl   
 

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

Methods in org.drools.core.marshalling.impl that return ReteooStatefulSession
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id)
          Create a new session into which to read the stream data
static ReteooStatefulSession ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id)
          Create a new session into which to read the stream data
static ReteooStatefulSession InputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
static ReteooStatefulSession ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.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.core.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
 


Drools :: Core 6.0.0.Beta5

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