com.jproxy.proxy.providers
Class OrionInvocationInterceptor
java.lang.Object
|
+--com.jproxy.proxy.providers.OrionInvocationInterceptor
- All Implemented Interfaces:
- InvocationInterceptor
- public class OrionInvocationInterceptor
- extends java.lang.Object
- implements 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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrionInvocationInterceptor
public OrionInvocationInterceptor()
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
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
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.