public interface  org.glassfish.api.invocation.ComponentInvocationHandler extends java.lang.Object
{
public abstract void beforePreInvoke(org.glassfish.api.invocation.ComponentInvocation$ComponentInvocationType, org.glassfish.api.invocation.ComponentInvocation, org.glassfish.api.invocation.ComponentInvocation) throws org.glassfish.api.invocation.InvocationException;
public abstract void afterPreInvoke(org.glassfish.api.invocation.ComponentInvocation$ComponentInvocationType, org.glassfish.api.invocation.ComponentInvocation, org.glassfish.api.invocation.ComponentInvocation) throws org.glassfish.api.invocation.InvocationException;
public abstract void beforePostInvoke(org.glassfish.api.invocation.ComponentInvocation$ComponentInvocationType, org.glassfish.api.invocation.ComponentInvocation, org.glassfish.api.invocation.ComponentInvocation) throws org.glassfish.api.invocation.InvocationException;
public abstract void afterPostInvoke(org.glassfish.api.invocation.ComponentInvocation$ComponentInvocationType, org.glassfish.api.invocation.ComponentInvocation, org.glassfish.api.invocation.ComponentInvocation) throws org.glassfish.api.invocation.InvocationException;
}