biz.hammurapi.util
Class ProxyInvocationPump

java.lang.Object
  extended by biz.hammurapi.util.InvocationPump
      extended by biz.hammurapi.util.ProxyInvocationPump
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class ProxyInvocationPump
extends InvocationPump
implements java.lang.reflect.InvocationHandler

Version:
$Revision: 1.3 $
Author:
Pavel Vlasov

Nested Class Summary
 
Nested classes/interfaces inherited from class biz.hammurapi.util.InvocationPump
InvocationPump.Command
 
Constructor Summary
ProxyInvocationPump(java.lang.Object obj)
           
 
Method Summary
 java.lang.Object getProxy()
           
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class biz.hammurapi.util.InvocationPump
pump
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInvocationPump

public ProxyInvocationPump(java.lang.Object obj)
Method Detail

getProxy

public java.lang.Object getProxy()

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


Copyright © 2003 Hammurapi Group. All Rights Reserved.