public class Multicaster
extends java.lang.Object
Constructor and Description |
---|
Multicaster() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
object(org.picocontainer.PicoContainer pico,
boolean callInInstantiationOrder,
com.thoughtworks.proxy.ProxyFactory proxyFactory)
Create a
Multicasting proxy for the components of a PicoContainer . |
public static java.lang.Object object(org.picocontainer.PicoContainer pico, boolean callInInstantiationOrder, com.thoughtworks.proxy.ProxyFactory proxyFactory)
Multicasting
proxy for the components of a PicoContainer
.pico
- the containercallInInstantiationOrder
- true
if the components will be called in instantiation orderproxyFactory
- the ProxyFactory to use