com.sun.enterprise.admin.util.proxy
Class InterceptorImpl
java.lang.Object
com.sun.enterprise.admin.util.proxy.InterceptorImpl
- All Implemented Interfaces:
- Interceptor
public class InterceptorImpl
- extends Object
- implements Interceptor
A simple call interceptor implementation (does nothing, intended for
sub-classing)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorImpl
public InterceptorImpl()
preInvoke
public void preInvoke(CallStack callStack)
- Specified by:
preInvoke in interface Interceptor
postInvoke
public void postInvoke(CallStack callStack)
- Specified by:
postInvoke in interface Interceptor
Copyright © 2012. All Rights Reserved.