org.jtools.info
Class PublisherConfig
java.lang.Object
org.jtools.info.PublisherConfig
public class PublisherConfig
- extends Object
TODO type-description
- Author:
- Rainer Noack
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublisherConfig
public PublisherConfig()
getConsumer
public final Collection<InfoConsumer> getConsumer()
getKey
public final Object getKey()
getParent
public final InfoPublisher getParent()
getParentKey
public final Object getParentKey()
getPublisher
public InfoPublisher getPublisher(InfoPublisher parentPublisher)
addConsumer
public final void addConsumer(InfoConsumer... consumers)
addConsumer
public final void addConsumer(Collection<? extends InfoConsumer> consumer)
setKey
public final void setKey(Object key)
setParent
public final void setParent(InfoPublisher parent)
setParentKey
public final void setParentKey(Object parentKey)
© 2000-2006, JTools.org.