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 EventChannelFactoryImpl.newEventChannel()
           
protected  AbstractEventChannel TypedEventChannelFactoryImpl.newEventChannel()
           
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)
           
 AbstractEventChannel ChannelManager.get_channel_servant(int id)
           
 

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

Uses of AbstractEventChannel in org.jacorb.notification.interfaces
 

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