com.sun.enterprise.admin.util.proxy
Interface Interceptor

All Known Implementing Classes:
InterceptorImpl

public interface Interceptor

A call interceptor


Method Summary
 void postInvoke(CallStack callStack)
           
 void preInvoke(CallStack callStack)
           
 

Method Detail

preInvoke

void preInvoke(CallStack callStack)

postInvoke

void postInvoke(CallStack callStack)


Copyright © 2012 GlassFish Community. All Rights Reserved.