org.apache.geronimo.transaction.context
Class UnspecifiedTransactionContext
java.lang.Object
org.apache.geronimo.transaction.context.TransactionContext
org.apache.geronimo.transaction.context.UnspecifiedTransactionContext
- public class UnspecifiedTransactionContext
- extends TransactionContext
- Version:
- $Revision: 1.1 $ $Date: 2004/07/18 22:02:01 $
| Methods inherited from class org.apache.geronimo.transaction.context.TransactionContext |
afterCommit, associate, beforeCommit, beginInvocation, connectorAfterCommit, endInvocation, flushState, getContext, getContext, getInTxCache, setContext, unassociate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnspecifiedTransactionContext
public UnspecifiedTransactionContext()
begin
public void begin()
- Specified by:
begin in class TransactionContext
suspend
public void suspend()
- Specified by:
suspend in class TransactionContext
resume
public void resume()
- Specified by:
resume in class TransactionContext
commit
public void commit()
- Specified by:
commit in class TransactionContext
rollback
public void rollback()
- Specified by:
rollback in class TransactionContext
setManagedConnectionInfo
public void setManagedConnectionInfo(ConnectionReleaser key,
Object info)
- Overrides:
setManagedConnectionInfo in class TransactionContext
getManagedConnectionInfo
public Object getManagedConnectionInfo(ConnectionReleaser key)
- Overrides:
getManagedConnectionInfo in class TransactionContext
isActive
public boolean isActive()
- Specified by:
isActive in class TransactionContext
getTransaction
public Transaction getTransaction()
- Specified by:
getTransaction in class TransactionContext
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.