org.apache.geronimo.tomcat.interceptor
Class UserTransactionBeforeAfter

java.lang.Object
  extended by org.apache.geronimo.tomcat.interceptor.UserTransactionBeforeAfter
All Implemented Interfaces:
BeforeAfter

public class UserTransactionBeforeAfter
extends Object
implements BeforeAfter


Field Summary
 
Fields inherited from interface org.apache.geronimo.tomcat.interceptor.BeforeAfter
DISPATCHED, EDGE_SERVLET
 
Constructor Summary
UserTransactionBeforeAfter(BeforeAfter next, int index, UserTransaction userTransaction)
           
 
Method Summary
 void after(Object[] context, ServletRequest httpRequest, ServletResponse httpResponse, int dispatch)
           
 void before(Object[] context, ServletRequest request, ServletResponse response, int dispatch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionBeforeAfter

public UserTransactionBeforeAfter(BeforeAfter next,
                                  int index,
                                  UserTransaction userTransaction)
Method Detail

after

public void after(Object[] context,
                  ServletRequest httpRequest,
                  ServletResponse httpResponse,
                  int dispatch)
Specified by:
after in interface BeforeAfter

before

public void before(Object[] context,
                   ServletRequest request,
                   ServletResponse response,
                   int dispatch)
Specified by:
before in interface BeforeAfter


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.