Uses of Interface
org.omg.CosEventChannelAdmin.EventChannel

Packages that use EventChannel
org.jacorb.events   
org.omg.CosEventChannelAdmin   
org.omg.CosNotifyChannelAdmin   
 

Uses of EventChannel in org.jacorb.events
 

Subinterfaces of EventChannel in org.jacorb.events
 interface JacORBEventChannel
          Generated from IDL interface "JacORBEventChannel"
 

Classes in org.jacorb.events that implement EventChannel
 class _JacORBEventChannelStub
          Generated from IDL interface "JacORBEventChannel"
 

Uses of EventChannel in org.omg.CosEventChannelAdmin
 

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

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

Methods in org.omg.CosEventChannelAdmin that return EventChannel
 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)
           
 

Methods in org.omg.CosEventChannelAdmin 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.CosEventChannelAdmin with parameters of type EventChannel
EventChannelHolder(EventChannel initial)
           
 

Uses of EventChannel in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of EventChannel in org.omg.CosNotifyChannelAdmin
 interface EventChannel
          Generated from IDL interface "EventChannel"