org.camunda.bpm.engine.impl.persistence
Class GenericManagerFactory

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.GenericManagerFactory
All Implemented Interfaces:
SessionFactory

public class GenericManagerFactory
extends Object
implements SessionFactory

Author:
Tom Baeyens

Field Summary
protected static EnginePersistenceLogger LOG
           
protected  Class<? extends Session> managerImplementation
           
 
Constructor Summary
GenericManagerFactory(Class<? extends Session> managerImplementation)
           
GenericManagerFactory(String classname)
           
 
Method Summary
 Class<?> getSessionType()
           
 Session openSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final EnginePersistenceLogger LOG

managerImplementation

protected Class<? extends Session> managerImplementation
Constructor Detail

GenericManagerFactory

public GenericManagerFactory(Class<? extends Session> managerImplementation)

GenericManagerFactory

public GenericManagerFactory(String classname)
Method Detail

getSessionType

public Class<?> getSessionType()
Specified by:
getSessionType in interface SessionFactory

openSession

public Session openSession()
Specified by:
openSession in interface SessionFactory


Copyright © 2016 camunda services GmbH. All rights reserved.