com.jproxy.proxy
Interface InvocationInterceptor

All Known Implementing Classes:
DefaultInvocationInterceptor, OrionInvocationInterceptor, JaasInvocationInterceptor

public interface InvocationInterceptor


Method Summary
 java.lang.Object construct(long sessionId, java.lang.reflect.Constructor constr, java.lang.Object[] args)
           
 void destroy(java.util.Vector sessionIds, java.lang.Object obj)
           
 java.lang.Object invoke(long sessionId, java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args)
           
 

Method Detail

invoke

public java.lang.Object invoke(long sessionId,
                               java.lang.Object obj,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.reflect.InvocationTargetException

construct

public java.lang.Object construct(long sessionId,
                                  java.lang.reflect.Constructor constr,
                                  java.lang.Object[] args)
                           throws java.lang.reflect.InvocationTargetException

destroy

public void destroy(java.util.Vector sessionIds,
                    java.lang.Object obj)
             throws java.lang.reflect.InvocationTargetException


Copyright © JProxy LLC. All Rights Reserved.