org.jacorb.notification
Class ChannelManager
java.lang.Object
org.jacorb.notification.ChannelManager
- All Implemented Interfaces:
- org.picocontainer.Disposable
public class ChannelManager
- extends Object
- implements Disposable
- Author:
- Alphonse Bendt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelManager
public ChannelManager()
get_all_channels
public int[] get_all_channels()
get_channel_servant
public AbstractEventChannel get_channel_servant(int id)
throws ChannelNotFound
- Throws:
ChannelNotFound
add_channel
public void add_channel(int key,
AbstractEventChannel channel)
addEventChannelEventListener
public void addEventChannelEventListener(EventChannelEventListener listener)
removeEventChannelEventListener
public void removeEventChannelEventListener(EventChannelEventListener listener)
getChannelIterator
public Iterator getChannelIterator()
dispose
public void dispose()
- Specified by:
dispose in interface org.picocontainer.Disposable
Copyright © 2015 JacORB. All rights reserved.