Uses of Class
org.jacorb.notification.EventChannelImpl

Packages that use EventChannelImpl
org.jacorb.notification   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of EventChannelImpl in org.jacorb.notification
 

Methods in org.jacorb.notification that return EventChannelImpl
 EventChannelImpl EventChannelFactoryImpl.create_channel_servant(int channelID, Property[] qualitiyOfServiceProperties, Property[] administrativeProperties)
           
 EventChannelImpl EventChannelFactoryImpl.get_event_channel_servant(int id)
           
 EventChannelImpl ChannelContext.getEventChannelServant()
           
 

Methods in org.jacorb.notification with parameters of type EventChannelImpl
protected  void EventChannelFactoryImpl.eventChannelServantCreated(EventChannelImpl servant)
           
 void ChannelContext.setEventChannelServant(EventChannelImpl argEventChannelServant)
           
 

Uses of EventChannelImpl in org.jacorb.notification.interfaces
 

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

Uses of EventChannelImpl in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant that return EventChannelImpl
protected  EventChannelImpl AbstractAdmin.getChannelServant()