JTools

org.jtools.info
Class PublisherConfig

java.lang.Object
  extended by org.jtools.info.PublisherConfig

public class PublisherConfig
extends Object

TODO type-description

Author:
Rainer Noack

Nested Class Summary
static interface PublisherConfig.Support
           
 
Constructor Summary
PublisherConfig()
           
 
Method Summary
 void addConsumer(Collection<? extends InfoConsumer> consumer)
           
 void addConsumer(InfoConsumer... consumers)
           
 Collection<InfoConsumer> getConsumer()
           
 Object getKey()
           
 InfoPublisher getParent()
           
 Object getParentKey()
           
 InfoPublisher getPublisher(InfoPublisher parentPublisher)
           
 void setKey(Object key)
           
 void setParent(InfoPublisher parent)
           
 void setParentKey(Object parentKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherConfig

public PublisherConfig()
Method Detail

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)

JTools

© 2000-2006, JTools.org.