Uses of Class
org.jacorb.notification.AbstractEventChannel

Packages that use AbstractEventChannel
org.jacorb.notification   
org.jacorb.notification.interfaces   
 

Uses of AbstractEventChannel in org.jacorb.notification
 

Subclasses of AbstractEventChannel in org.jacorb.notification
 class EventChannelImpl
           
 class TypedEventChannelImpl
           
 

Methods in org.jacorb.notification that return AbstractEventChannel
protected  AbstractEventChannel AbstractChannelFactory.create_channel_servant(IntHolder id, Property[] qosProps, Property[] adminProps)
           
 AbstractEventChannel ChannelManager.get_channel_servant(int id)
           
protected  AbstractEventChannel AbstractChannelFactory.get_event_channel_servant(int id)
           
protected  AbstractEventChannel EventChannelFactoryImpl.newEventChannel()
           
protected abstract  AbstractEventChannel AbstractChannelFactory.newEventChannel()
           
protected  AbstractEventChannel TypedEventChannelFactoryImpl.newEventChannel()
           
 

Methods in org.jacorb.notification with parameters of type AbstractEventChannel
 void ChannelManager.add_channel(int key, AbstractEventChannel channel)
           
protected  void AbstractChannelFactory.addToChannels(int id, AbstractEventChannel channel)
           
protected  void EventChannelFactoryImpl.channelCreated(AbstractEventChannel channel)
           
protected  void AbstractChannelFactory.channelCreated(AbstractEventChannel channel)
           
 

Uses of AbstractEventChannel in org.jacorb.notification.interfaces
 

Constructors in org.jacorb.notification.interfaces with parameters of type AbstractEventChannel
EventChannelEvent(AbstractEventChannel servant)