net.sourceforge.hiveevents
Interface ChannelRepository

All Known Implementing Classes:
ChannelRepositoryImpl

public interface ChannelRepository

Service definition for the repository of all event channels.

Author:
Jean-Francois Poilpret

Method Summary
 Channel<?> getChannel(java.lang.String name)
          Get an event channel by its name (unique identifier).
 

Method Detail

getChannel

Channel<?> getChannel(java.lang.String name)
Get an event channel by its name (unique identifier).

Parameters:
name - identifier of the channel
Returns:
the channel for name, or null if there is no such channel in configuration