|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.ee.AbstractManagedRuntime
org.apache.openjpa.ee.WASManagedRuntime
public class WASManagedRuntime
ManagedRuntime
implementation that allows synchronization with a
WebSphere managed transaction.
WebSphere Application Server does not expose the TransactionManager to an application. Instead it provides a proprietary interface to register for synchronization and obtain transaction ids.
WASManagedRuntime provides the wrapper classes needed to interact with the WAS proprietary interface and the OpenJPA kernel.
Constructor Summary | |
---|---|
WASManagedRuntime()
|
Method Summary | |
---|---|
void |
endConfiguration()
EndConfiguration stub. |
java.lang.Throwable |
getRollbackCause()
Returns the Throwable that caused the current transaction to be marked for rollback, provided that any exists. |
javax.transaction.TransactionManager |
getTransactionManager()
Gets an extendedJTATransaction from JNDI and creates a transaction wrapper |
static void |
main(java.lang.String[] args)
|
void |
setConfiguration(org.apache.openjpa.lib.conf.Configuration conf)
Caches a copy of the configuration. |
void |
setRollbackOnly(java.lang.Throwable cause)
Sets the rollback only flag on the current transaction. |
void |
startConfiguration()
StartConfiguration stub. |
Methods inherited from class org.apache.openjpa.ee.AbstractManagedRuntime |
---|
getTransactionKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.openjpa.ee.ManagedRuntime |
---|
getTransactionKey |
Constructor Detail |
---|
public WASManagedRuntime()
Method Detail |
---|
public javax.transaction.TransactionManager getTransactionManager() throws java.lang.Exception
getTransactionManager
in interface ManagedRuntime
java.lang.Exception
public void setConfiguration(org.apache.openjpa.lib.conf.Configuration conf)
setConfiguration
in interface org.apache.openjpa.lib.conf.Configurable
public void endConfiguration()
endConfiguration
in interface org.apache.openjpa.lib.conf.Configurable
public void startConfiguration()
startConfiguration
in interface org.apache.openjpa.lib.conf.Configurable
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
public void setRollbackOnly(java.lang.Throwable cause) throws java.lang.Exception
ManagedRuntime
setRollbackOnly
in interface ManagedRuntime
cause
- the Throwable that caused the transaction to be
marked for rollback, or null of none is known
java.lang.Exception
public java.lang.Throwable getRollbackCause() throws java.lang.Exception
ManagedRuntime
getRollbackCause
in interface ManagedRuntime
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |