org.drools.persistence.map
Class KnowledgeSessionStorageEnvironmentBuilder

java.lang.Object
  extended by org.drools.persistence.map.KnowledgeSessionStorageEnvironmentBuilder
All Implemented Interfaces:
EnvironmentBuilder

public class KnowledgeSessionStorageEnvironmentBuilder
extends Object
implements EnvironmentBuilder


Constructor Summary
KnowledgeSessionStorageEnvironmentBuilder(KnowledgeSessionStorage storage)
           
 
Method Summary
 PersistenceContextManager getPersistenceContextManager()
           
 TransactionManager getTransactionManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KnowledgeSessionStorageEnvironmentBuilder

public KnowledgeSessionStorageEnvironmentBuilder(KnowledgeSessionStorage storage)
Method Detail

getPersistenceContextManager

public PersistenceContextManager getPersistenceContextManager()
Specified by:
getPersistenceContextManager in interface EnvironmentBuilder

getTransactionManager

public TransactionManager getTransactionManager()
Specified by:
getTransactionManager in interface EnvironmentBuilder


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