org.logicalcobwebs.cglib
Class MyProxy

java.lang.Object
  extended by org.logicalcobwebs.cglib.MyProxy

public class MyProxy
extends java.lang.Object

See EnhancerTest

Version:
$Revision: 1.1 $, $Date: 2004/06/02 20:54:57 $
Author:
billhorsman, $Author: billhorsman $ (current maintainer)

Field Summary
private  MyConcreteClass myConcreteClass
           
 
Constructor Summary
MyProxy(MyConcreteClass myConcreteClass)
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, MethodProxy proxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myConcreteClass

private MyConcreteClass myConcreteClass
Constructor Detail

MyProxy

public MyProxy(MyConcreteClass myConcreteClass)
Method Detail

intercept

public java.lang.Object intercept(java.lang.Object obj,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args,
                                  MethodProxy proxy)
                           throws java.lang.Throwable
Throws:
java.lang.Throwable