Uses of Class
org.drools.marshalling.impl.ObjectMarshallingStrategyStore

Packages that use ObjectMarshallingStrategyStore
org.drools.common   
org.drools.marshalling.impl   
 

Uses of ObjectMarshallingStrategyStore in org.drools.common
 

Methods in org.drools.common that return ObjectMarshallingStrategyStore
 ObjectMarshallingStrategyStore AbstractWorkingMemory.getObjectMarshallingStrategyStore()
           
 

Uses of ObjectMarshallingStrategyStore in org.drools.marshalling.impl
 

Fields in org.drools.marshalling.impl declared as ObjectMarshallingStrategyStore
 ObjectMarshallingStrategyStore MarshallerWriteContext.objectMarshallingStrategyStore
           
 ObjectMarshallingStrategyStore MarshallerReaderContext.resolverStrategyFactory
           
 

Methods in org.drools.marshalling.impl that return ObjectMarshallingStrategyStore
 ObjectMarshallingStrategyStore MarshallingConfigurationImpl.getObjectMarshallingStrategyStore()
           
 ObjectMarshallingStrategyStore MarshallingConfiguration.getObjectMarshallingStrategyStore()
           
 

Methods in org.drools.marshalling.impl with parameters of type ObjectMarshallingStrategyStore
 void MarshallingConfigurationImpl.setPlaceholderResolverStrategyFactory(ObjectMarshallingStrategyStore placeholderResolverStrategyFactory)
           
 

Constructors in org.drools.marshalling.impl with parameters of type ObjectMarshallingStrategyStore
MarshallerReaderContext(InputStream stream, InternalRuleBase ruleBase, Map<Integer,BaseNode> sinks, ObjectMarshallingStrategyStore resolverStrategyFactory, boolean marshalProcessInstances, boolean marshalWorkItems, org.drools.runtime.Environment env)
           
MarshallerReaderContext(InputStream stream, InternalRuleBase ruleBase, Map<Integer,BaseNode> sinks, ObjectMarshallingStrategyStore resolverStrategyFactory, org.drools.runtime.Environment env)
           
MarshallerWriteContext(OutputStream stream, InternalRuleBase ruleBase, InternalWorkingMemory wm, Map<Integer,BaseNode> sinks, ObjectMarshallingStrategyStore resolverStrategyFactory, boolean marshalProcessInstances, boolean marshalWorkItems, org.drools.runtime.Environment env)
           
MarshallerWriteContext(OutputStream stream, InternalRuleBase ruleBase, InternalWorkingMemory wm, Map<Integer,BaseNode> sinks, ObjectMarshallingStrategyStore resolverStrategyFactory, org.drools.runtime.Environment env)
           
 



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