com.jproxy.proxy
Class DefaultInvocationInterceptor

java.lang.Object
  |
  +--com.jproxy.proxy.DefaultInvocationInterceptor
All Implemented Interfaces:
InvocationInterceptor

public class DefaultInvocationInterceptor
extends java.lang.Object
implements InvocationInterceptor


Constructor Summary
DefaultInvocationInterceptor()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInvocationInterceptor

public DefaultInvocationInterceptor()
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
Specified by:
invoke in interface InvocationInterceptor

construct

public java.lang.Object construct(long sessionId,
                                  java.lang.reflect.Constructor constr,
                                  java.lang.Object[] args)
                           throws java.lang.reflect.InvocationTargetException
Specified by:
construct in interface InvocationInterceptor

destroy

public void destroy(java.util.Vector sessionIds,
                    java.lang.Object obj)
             throws java.lang.reflect.InvocationTargetException
Specified by:
destroy in interface InvocationInterceptor


Copyright © JProxy LLC. All Rights Reserved.