|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.gems.util.Multicaster
public class Multicaster
Factory for creating a multicaster object that multicasts calls to all components in a PicoContainer instance.
Constructor Summary | |
---|---|
Multicaster()
|
Method Summary | |
---|---|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Multicaster()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |