org.apache.geronimo.tomcat.interceptor
Class UserTransactionBeforeAfter
java.lang.Object
org.apache.geronimo.tomcat.interceptor.UserTransactionBeforeAfter
- All Implemented Interfaces:
- BeforeAfter
public class UserTransactionBeforeAfter
- extends Object
- implements BeforeAfter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTransactionBeforeAfter
public UserTransactionBeforeAfter(BeforeAfter next,
int index,
UserTransaction userTransaction)
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-2008 The Apache Geronimo development community. All Rights Reserved.