org.slim3.container.interceptor
Class AbstractTransactionInterceptor

java.lang.Object
  extended by org.slim3.container.interceptor.AbstractTransactionInterceptor
Direct Known Subclasses:
MandatoryInterceptor, NeverInterceptor, NotSupportedInterceptor, RequiredInterceptor, RequiresNewInterceptor

public abstract class AbstractTransactionInterceptor
extends Object

An abstract interceptor for transaction.

Author:
higa

Field Summary
protected  TransactionController transactionController
          The transaction controller.
 
Constructor Summary
AbstractTransactionInterceptor()
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactionController

protected TransactionController transactionController
The transaction controller.

Constructor Detail

AbstractTransactionInterceptor

public AbstractTransactionInterceptor()
Constructor.



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.