org.jbpm.persistence.jta
Class JtaDbPersistenceServiceFactory

java.lang.Object
  extended by org.jbpm.persistence.db.DbPersistenceServiceFactory
      extended by org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory
All Implemented Interfaces:
java.io.Serializable, ServiceFactory

public class JtaDbPersistenceServiceFactory
extends DbPersistenceServiceFactory

See Also:
Serialized Form

Constructor Summary
JtaDbPersistenceServiceFactory()
           
 
Method Summary
 void close()
          close this service factory
 Service openService()
          open a service.
 
Methods inherited from class org.jbpm.persistence.db.DbPersistenceServiceFactory
createSchema, dropSchema, getConfiguration, getDataSource, getDataSourceJndiName, getSchemaExport, getSessionFactory, getSessionFactoryJndiName, isCurrentSessionEnabled, isTransactionEnabled, setConfiguration, setCurrentSessionEnabled, setDataSource, setDataSourceJndiName, setSchemaExport, setSessionFactory, setSessionFactoryJndiName, setTransactionEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaDbPersistenceServiceFactory

public JtaDbPersistenceServiceFactory()
Method Detail

openService

public Service openService()
Description copied from interface: ServiceFactory
open a service. The service is to be closed on the Service object.

Specified by:
openService in interface ServiceFactory
Overrides:
openService in class DbPersistenceServiceFactory

close

public void close()
Description copied from interface: ServiceFactory
close this service factory

Specified by:
close in interface ServiceFactory
Overrides:
close in class DbPersistenceServiceFactory