public class WLSManagedRuntime extends AbstractManagedRuntime implements ManagedRuntime
ManagedRuntime
implementation that directly accesses the
transaction manager via WebLogic Server helper classes.Constructor and Description |
---|
WLSManagedRuntime() |
Modifier and Type | Method and Description |
---|---|
Throwable |
getRollbackCause()
Returns the Throwable that caused the current transaction to be
marked for rollback, provided that any exists.
|
TransactionManager |
getTransactionManager()
Return the TransactionManager for the managed runtime.
|
void |
setRollbackOnly(Throwable cause)
Sets the rollback only flag on the current transaction.
|
doNonTransactionalWork, getTransactionKey
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doNonTransactionalWork, getTransactionKey
public WLSManagedRuntime() throws ClassNotFoundException, NoSuchMethodException
public TransactionManager getTransactionManager() throws Exception
ManagedRuntime
getTransactionManager
in interface ManagedRuntime
Exception
public void setRollbackOnly(Throwable cause) throws Exception
ManagedRuntime
setRollbackOnly
in interface ManagedRuntime
cause
- the Throwable that caused the transaction to be
marked for rollback, or null of none is knownException
public Throwable getRollbackCause() throws Exception
ManagedRuntime
getRollbackCause
in interface ManagedRuntime
Exception
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.