org.picocontainer.gems.util
Class Multicaster

java.lang.Object
  extended by org.picocontainer.gems.util.Multicaster

public class Multicaster
extends Object

Factory for creating a multicaster object that multicasts calls to all components in a PicoContainer instance.

Author:
Aslak Hellesøy, Chris Stevenson, Paul Hammant

Constructor Summary
Multicaster()
           
 
Method Summary
static Object object(PicoContainer pico, boolean callInInstantiationOrder, ProxyFactory proxyFactory)
          Create a Multicasting proxy for the components of a PicoContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Multicaster

public Multicaster()
Method Detail

object

public static Object object(PicoContainer pico,
                            boolean callInInstantiationOrder,
                            ProxyFactory proxyFactory)
Create a Multicasting proxy for the components of a PicoContainer.

Parameters:
pico - the container
callInInstantiationOrder - true if the components will be called in instantiation order
proxyFactory - the ProxyFactory to use
Returns:
the Multicasting proxy


Copyright © 2003-2010 Codehaus. All Rights Reserved.