org.drools.persistence.infinispan
Class InfinispanPersistenceContextManager
java.lang.Object
org.drools.persistence.infinispan.InfinispanPersistenceContextManager
- All Implemented Interfaces:
- org.drools.persistence.PersistenceContextManager
public class InfinispanPersistenceContextManager
- extends Object
- implements org.drools.persistence.PersistenceContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmdScopedCache
protected org.infinispan.Cache<String,Object> cmdScopedCache
InfinispanPersistenceContextManager
public InfinispanPersistenceContextManager(org.kie.api.runtime.Environment env)
getApplicationScopedPersistenceContext
public org.drools.persistence.PersistenceContext getApplicationScopedPersistenceContext()
- Specified by:
getApplicationScopedPersistenceContext in interface org.drools.persistence.PersistenceContextManager
getCommandScopedPersistenceContext
public org.drools.persistence.PersistenceContext getCommandScopedPersistenceContext()
- Specified by:
getCommandScopedPersistenceContext in interface org.drools.persistence.PersistenceContextManager
beginCommandScopedEntityManager
public void beginCommandScopedEntityManager()
- Specified by:
beginCommandScopedEntityManager in interface org.drools.persistence.PersistenceContextManager
endCommandScopedEntityManager
public void endCommandScopedEntityManager()
- Specified by:
endCommandScopedEntityManager in interface org.drools.persistence.PersistenceContextManager
dispose
public void dispose()
- Specified by:
dispose in interface org.drools.persistence.PersistenceContextManager
clearPersistenceContext
public void clearPersistenceContext()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.