org.picocontainer.gems.util
Class Multicaster
java.lang.Object
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.
- Since:
- 1.2
- Author:
- Aslak Hellesøy, Chris Stevenson, Paul Hammant
Method Summary |
static Object |
object(org.picocontainer.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 |
Multicaster
public Multicaster()
object
public static Object object(org.picocontainer.PicoContainer pico,
boolean callInInstantiationOrder,
ProxyFactory proxyFactory)
- Create a
Multicasting
proxy for the components of a PicoContainer
.
- Parameters:
pico
- the containercallInInstantiationOrder
- true
if the components will be called in instantiation orderproxyFactory
- the ProxyFactory to use
- Returns:
- the Multicasting proxy
- Since:
- 1.2
Copyright © 2003-2007 Codehaus. All Rights Reserved.