net.sf.bus.spi
Class MessageBusConfig

java.lang.Object
  |
  +--net.sf.bus.spi.MessageBusConfig

public class MessageBusConfig
extends java.lang.Object

Represents the configuration of the MessageBus controller, including any specific channel configurations that need to be explicity defined. If a channel is not specifically defined within this configuration, a channel is assigned the default values defined within the ChannelConfig class.

Version:
$Revision: 1.1 $
Author:
James Higginbotham

Constructor Summary
MessageBusConfig()
           
 
Method Summary
 void addChannel(ChannelConfig config)
           
 ChannelConfig getChannel(java.lang.String channelName)
           
 java.util.Iterator getChannels()
           
 void setChannels(java.util.List newChannels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBusConfig

public MessageBusConfig()
Method Detail

getChannels

public java.util.Iterator getChannels()

getChannel

public ChannelConfig getChannel(java.lang.String channelName)

setChannels

public void setChannels(java.util.List newChannels)

addChannel

public void addChannel(ChannelConfig config)


This code may be freely distributed and modified under the terms of the GNU Lesser General Public Licence..