org.jpu.patterns.proxy
Class JPUInvocationHandler.DelegationState

java.lang.Object
  extended byorg.jpu.patterns.proxy.JPUInvocationHandler.DelegationState
Enclosing class:
JPUInvocationHandler

protected static class JPUInvocationHandler.DelegationState
extends java.lang.Object


Field Summary
 java.lang.reflect.Method interfaceMethod
           
 JPUInvocationHandler.DelegationState parent
           
 java.lang.Object proxy
           
 java.lang.Object target
           
 
Constructor Summary
JPUInvocationHandler.DelegationState(java.lang.Object theTarget, java.lang.reflect.Method theInterfaceMethod, java.lang.Object theProxy, JPUInvocationHandler.DelegationState theParent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public java.lang.Object target

interfaceMethod

public java.lang.reflect.Method interfaceMethod

proxy

public java.lang.Object proxy

parent

public JPUInvocationHandler.DelegationState parent
Constructor Detail

JPUInvocationHandler.DelegationState

public JPUInvocationHandler.DelegationState(java.lang.Object theTarget,
                                            java.lang.reflect.Method theInterfaceMethod,
                                            java.lang.Object theProxy,
                                            JPUInvocationHandler.DelegationState theParent)


Copyright (c) 2001-2003 - Apache Software Foundation