org.javalid.core.support
Class JvGroupProxyHandler

java.lang.Object
  extended by org.javalid.core.support.JvGroupProxyHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class JvGroupProxyHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Handler that simulates a default JvGroup, this handler is used once we synthetically add a JvGroup to a method / field.

Since:
1.2
Version:
1.0
Author:
M.Reuvers

Constructor Summary
JvGroupProxyHandler()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JvGroupProxyHandler

public JvGroupProxyHandler()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
Specified by:
invoke in interface java.lang.reflect.InvocationHandler