public class NotifyServices
extends java.lang.Object
List<NotifyServiceData>.
It gets created by EventModel to pass around its (alive) list of Notify Services to GUI elements.
TODO: Replace with EMF generated class.
| Modifier and Type | Method and Description |
|---|---|
ChannelData |
findChannel(java.lang.String channelName)
Searches the local data structures for an NC of the given name.
|
NotifyServiceData |
findHostingService(java.lang.String channelName) |
java.util.List<ChannelData> |
getAllChannels() |
java.util.List<NotifyServiceData> |
getServices()
Gets the live, unordered list of notify services.
|
public java.util.List<NotifyServiceData> getServices()
public NotifyServiceData findHostingService(java.lang.String channelName)
public ChannelData findChannel(java.lang.String channelName) throws AcsJCouldntPerformActionEx
channelName - The name of the NC to search for.null if no match was found.AcsJCouldntPerformActionEx - If more than one channel was found with this name. Such a misconfiguration could happen for channels
not registered in the naming service, or if two NCs have the same name but different NC domains. In
any case it is considered an error.public java.util.List<ChannelData> getAllChannels()