org.openejb.util.proxy
Class InvalidatedReferenceHandler

java.lang.Object
  |
  +--org.openejb.util.proxy.InvalidatedReferenceHandler
All Implemented Interfaces:
InvocationHandler, java.io.Serializable

public class InvalidatedReferenceHandler
extends java.lang.Object
implements InvocationHandler, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InvalidatedReferenceHandler()
           
 
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

InvalidatedReferenceHandler

public InvalidatedReferenceHandler()
Method Detail

invoke

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