|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.activemq.store.jdbc.TransactionContext
Helps keep track of the current transaction/JDBC connection.
Method Summary | |
static Connection |
peekConnection()
|
static Connection |
popConnection()
Pops off the current Connection from the stack |
static void |
pushConnection(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 |
Method Detail |
public static Connection popConnection()
public static void pushConnection(Connection connection)
public static Connection peekConnection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |