com.sun.enterprise.admin.util.proxy
Class InterceptorImpl

java.lang.Object
  extended by com.sun.enterprise.admin.util.proxy.InterceptorImpl
All Implemented Interfaces:
Interceptor

public class InterceptorImpl
extends java.lang.Object
implements Interceptor

A simple call interceptor implementation (does nothing, intended for sub-classing)


Constructor Summary
InterceptorImpl()
           
 
Method Summary
 void postInvoke(CallStack callStack)
           
 void preInvoke(CallStack callStack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorImpl

public InterceptorImpl()
Method Detail

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 GlassFish Community. All Rights Reserved.