org.picocontainer.defaults
Class MulticastInvoker
java.lang.Object
org.picocontainer.defaults.MulticastInvoker
- All Implemented Interfaces:
- Invoker
- public class MulticastInvoker
- extends Object
- implements Invoker
- Version:
- $Revision: 1.2 $
- Author:
- Aslak Hellesøy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastInvoker
public MulticastInvoker()
invoke
public void invoke(Object[] targets,
Class declaringClass,
Method method,
Object[] args,
List results)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
invoke
in interface Invoker
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2003-2004 Codehaus. All Rights Reserved.