|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.hiveevents.ChannelRepositoryImpl
public class ChannelRepositoryImpl
Default implementation of a ChannelRepository.
Constructor Summary | |
---|---|
ChannelRepositoryImpl(org.apache.commons.logging.Log logger,
java.util.Map<java.lang.String,ChannelContribution> config)
|
Method Summary | |
---|---|
Channel<?> |
getChannel(java.lang.String name)
Get an event channel by its name (unique identifier). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelRepositoryImpl(org.apache.commons.logging.Log logger, java.util.Map<java.lang.String,ChannelContribution> config)
Method Detail |
---|
public Channel<?> getChannel(java.lang.String name)
ChannelRepository
getChannel
in interface ChannelRepository
name
- identifier of the channel
name
, or null
if there
is no such channel in configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |