Joda System API

org.joda.property.impl
Class ProxyBeanList

java.lang.Object
  |
  +--org.joda.property.impl.ProxyBeanList
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class ProxyBeanList
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Proxy invocation handler which implements a list of Beans.

Author:
Stephen Colebourne

Constructor Summary
ProxyBeanList(java.util.List list)
          Constructor.
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
          Main handler method for the proxy system, called when any method on the proxy is called.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyBeanList

public ProxyBeanList(java.util.List list)
Constructor.

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
Main handler method for the proxy system, called when any method on the proxy is called.

Specified by:
invoke in interface java.lang.reflect.InvocationHandler
java.lang.Throwable

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.