Uses of Interface
org.omg.CosNotifyChannelAdmin.EventChannel

Packages that use EventChannel
org.omg.CosNotifyChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of EventChannel in org.omg.CosNotifyChannelAdmin
 

Classes in org.omg.CosNotifyChannelAdmin that implement EventChannel
 class _EventChannelStub
          Generated from IDL interface "EventChannel"
 

Fields in org.omg.CosNotifyChannelAdmin declared as EventChannel
 EventChannel EventChannelHolder.value
           
 

Methods in org.omg.CosNotifyChannelAdmin that return EventChannel
 EventChannel _SupplierAdminStub.MyChannel()
           
 EventChannel _EventChannelFactoryStub.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 EventChannel _EventChannelFactoryStub.get_event_channel(int id)
           
 EventChannel _ConsumerAdminStub.MyChannel()
           
 EventChannel SupplierAdminPOATie.MyChannel()
           
 EventChannel SupplierAdminOperations.MyChannel()
           
 EventChannel EventChannelPOATie._this()
           
 EventChannel EventChannelPOATie._this(ORB orb)
           
 EventChannel EventChannelPOA._this()
           
 EventChannel EventChannelPOA._this(ORB orb)
           
static EventChannel EventChannelHelper.extract(Any any)
           
static EventChannel EventChannelHelper.read(InputStream in)
           
static EventChannel EventChannelHelper.narrow(java.lang.Object obj)
           
static EventChannel EventChannelHelper.narrow(Object obj)
           
static EventChannel EventChannelHelper.unchecked_narrow(Object obj)
           
 EventChannel EventChannelFactoryPOATie.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 EventChannel EventChannelFactoryPOATie.get_event_channel(int id)
           
 EventChannel EventChannelFactoryOperations.create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
           
 EventChannel EventChannelFactoryOperations.get_event_channel(int id)
           
 EventChannel ConsumerAdminPOATie.MyChannel()
           
 EventChannel ConsumerAdminOperations.MyChannel()
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type EventChannel
static void EventChannelHelper.insert(Any any, EventChannel s)
           
static void EventChannelHelper.write(OutputStream _out, EventChannel s)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type EventChannel
EventChannelHolder(EventChannel initial)
           
 

Uses of EventChannel in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin that return EventChannel
 EventChannel _TypedSupplierAdminStub.MyChannel()
           
 EventChannel _TypedConsumerAdminStub.MyChannel()
           
 EventChannel TypedSupplierAdminPOATie.MyChannel()
           
 EventChannel TypedConsumerAdminPOATie.MyChannel()