org.openejb.util.proxy
Class InvalidatedReferenceHandler

java.lang.Object
  extended by org.openejb.util.proxy.InvalidatedReferenceHandler
All Implemented Interfaces:
java.io.Serializable, InvocationHandler

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
Throws:
java.lang.Throwable


Copyright © 1999-2011 OpenEJB. All Rights Reserved.