|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.persistence.openjpa.EasyBeansManagedRuntime
public class EasyBeansManagedRuntime
This class manages the specific features required for OpenJPA : the link to the Transaction manager.
Field Summary | |
---|---|
private static java.lang.String |
JOTM_BINDING
JOTM binding in registry. |
Constructor Summary | |
---|---|
EasyBeansManagedRuntime()
|
Method Summary | |
---|---|
javax.transaction.TransactionManager |
getTransactionManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String JOTM_BINDING
Constructor Detail |
---|
public EasyBeansManagedRuntime()
Method Detail |
---|
public javax.transaction.TransactionManager getTransactionManager() throws java.lang.Exception
getTransactionManager
in interface org.apache.openjpa.ee.ManagedRuntime
java.lang.Exception
- if the transactionManager cannot be found.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |