|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.store.jdbc.TransactionContext
Helps keep track of the current transaction/JDBC connection.
Constructor Summary | |
TransactionContext()
|
Method Summary | |
static java.sql.Connection |
peekConnection()
|
static java.sql.Connection |
popConnection()
Pops off the current Connection from the stack |
static void |
pushConnection(java.sql.Connection connection)
Sets the current transaction, possibly including nesting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransactionContext()
Method Detail |
public static java.sql.Connection popConnection()
public static void pushConnection(java.sql.Connection connection)
public static java.sql.Connection peekConnection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |