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 TypedEventChannelFactoryImpl.newEventChannel()
           
protected  AbstractEventChannel EventChannelFactoryImpl.newEventChannel()
           
 AbstractEventChannel ChannelManager.get_channel_servant(int id)
           
protected abstract  AbstractEventChannel AbstractChannelFactory.newEventChannel()
           
protected  AbstractEventChannel AbstractChannelFactory.get_event_channel_servant(int id)
           
protected  AbstractEventChannel AbstractChannelFactory.create_channel_servant(IntHolder id, Property[] qosProps, Property[] adminProps)
           
 

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)
           
 

Uses of AbstractEventChannel in org.jacorb.notification.interfaces
 

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