org.picocontainer.defaults
Class MulticastInvoker

java.lang.Object
  extended byorg.picocontainer.defaults.MulticastInvoker
All Implemented Interfaces:
Invoker

public class MulticastInvoker
extends Object
implements Invoker

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy

Constructor Summary
MulticastInvoker()
           
 
Method Summary
 void invoke(Object[] targets, Class declaringClass, Method method, Object[] args, List results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastInvoker

public MulticastInvoker()
Method Detail

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.