|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.webapps.session.components.DefaultTransactionManager
public final class DefaultTransactionManager
This is the default implementation for the transaction manager.
Field Summary | |
---|---|
protected Context |
context
Deprecated. |
Fields inherited from interface org.apache.cocoon.webapps.session.TransactionManager |
---|
ROLE |
Constructor Summary | |
---|---|
DefaultTransactionManager()
Deprecated. |
Method Summary | |
---|---|
void |
contextualize(Context context)
Deprecated. |
void |
resetTransactions(SessionContext context)
Deprecated. Reset the transaction management state. |
void |
startReadingTransaction(SessionContext context)
Deprecated. Start a reading transaction. |
void |
startWritingTransaction(SessionContext context)
Deprecated. Start a writing transaction. |
void |
stopReadingTransaction(SessionContext context)
Deprecated. Stop a reading transaction. |
void |
stopWritingTransaction(SessionContext context)
Deprecated. Stop a writing transaction. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Context context
Constructor Detail |
---|
public DefaultTransactionManager()
Method Detail |
---|
public void resetTransactions(SessionContext context)
resetTransactions
in interface TransactionManager
public void startReadingTransaction(SessionContext context) throws ProcessingException
startReadingTransaction
in interface TransactionManager
ProcessingException
public void stopReadingTransaction(SessionContext context)
stopReadingTransaction
in interface TransactionManager
public void startWritingTransaction(SessionContext context) throws ProcessingException
startWritingTransaction
in interface TransactionManager
ProcessingException
public void stopWritingTransaction(SessionContext context)
stopWritingTransaction
in interface TransactionManager
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |