| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.persistence
|
Class TransactionManagerFactory
|
public abstract class TransactionManagerFactory
manages creation and initialization of TransactionManager implementations
Abstract.
Creates and initializes TransactionManager instances of the specified class
Exceptions:
PersistenceException if an error occurs creating or initializing the TransactionManager implementation
Return:
an instance of the specified TransactionManager implementation
Abstract.
Throws:
PersistenceException
create and retrieves a TransactionManagerFactory instances of the specified Class
Parameters:
className the full name of the class implementing the TransactionManagerFactory interface
Exceptions:
IllegalAccessException if an error occurs creating the factory
InstantiationException if an error occurs creating the factory
ExceptionInInitializerError if an error occurs creating the factory
SecurityException if an error occurs creating the factory
ClassNotFoundException if an error occurs creating the factory
Return:
a TransactionManagerFactory instance
Static.
Throws:
IllegalAccessException,InstantiationException,SecurityException,ClassNotFoundException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|