org.freecompany.util.multicaster
Class InvocationLogger

java.lang.Object
  extended by org.freecompany.util.multicaster.InvocationLogger
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

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


Field Summary
protected  LoggerNotification notifier
           
 
Constructor Summary
InvocationLogger(java.lang.Class<?> clazz)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
static
<T> T
newInstance(java.lang.Class<T> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifier

protected final LoggerNotification notifier
Constructor Detail

InvocationLogger

public InvocationLogger(java.lang.Class<?> clazz)
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

newInstance

public static <T> T newInstance(java.lang.Class<T> clazz)