org.jboss.portal.core.aspects.server
Class TransactionInterceptor

java.lang.Object
  extended by org.jboss.portal.server.ServerInterceptor
      extended by org.jboss.portal.core.aspects.server.TransactionInterceptor
All Implemented Interfaces:
Interceptor

public class TransactionInterceptor
extends ServerInterceptor

This interceptor start and terminate a transaction around the request.

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
TransactionInterceptor()
           
 
Method Summary
protected  void invoke(ServerInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.server.ServerInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInterceptor

public TransactionInterceptor()
Method Detail

invoke

protected void invoke(ServerInvocation invocation)
               throws java.lang.Exception,
                      InvocationException
Specified by:
invoke in class ServerInterceptor
Throws:
java.lang.Exception
InvocationException