|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.genuine.organizer.internal.DefaultMessageBus
Default implementation of message bus
Constructor Summary | |
(package private) |
DefaultMessageBus()
|
Method Summary | |
Channel |
getChannel(java.lang.String channelName)
Returns an existing channel with the given name if such a channel exists, null otherwise. |
void |
initializeChannels(org.jdom.Element messageBusElement)
Takes an XML element that contains configuration data about the message channels. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
DefaultMessageBus()
Method Detail |
public void initializeChannels(org.jdom.Element messageBusElement) throws ConfigurationException
InternalMessageBus
initializeChannels
in interface InternalMessageBus
ConfigurationException
public Channel getChannel(java.lang.String channelName)
getChannel
in interface MessageBus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |