Uses of Interface
org.drools.marshalling.ObjectMarshallingStrategy

Packages that use ObjectMarshallingStrategy
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
 

Uses of ObjectMarshallingStrategy in org.drools.marshalling
 

Methods in org.drools.marshalling that return ObjectMarshallingStrategy
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategy(int index)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(Object object)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName)
           
static ObjectMarshallingStrategy MarshallerFactory.newIdentityMarshallingStrategy()
           
 ObjectMarshallingStrategy MarshallerProvider.newIdentityMarshallingStrategy()
           
static ObjectMarshallingStrategy MarshallerFactory.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 ObjectMarshallingStrategy MarshallerProvider.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
static ObjectMarshallingStrategy MarshallerFactory.newSerializeMarshallingStrategy()
           
 ObjectMarshallingStrategy MarshallerProvider.newSerializeMarshallingStrategy()
           
static ObjectMarshallingStrategy MarshallerFactory.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 ObjectMarshallingStrategy MarshallerProvider.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 

Methods in org.drools.marshalling with parameters of type ObjectMarshallingStrategy
static Marshaller MarshallerFactory.newMarshaller(KnowledgeBase kbase, ObjectMarshallingStrategy[] strategies)
           
 Marshaller MarshallerProvider.newMarshaller(KnowledgeBase kbase, ObjectMarshallingStrategy[] strategies)
          This will override the strategies specified in the ksession or environment.
 



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