Uses of Interface
org.jacorb.events.JacORBEventChannel

Packages that use JacORBEventChannel
org.jacorb.events   
 

Uses of JacORBEventChannel in org.jacorb.events
 

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

Fields in org.jacorb.events declared as JacORBEventChannel
 JacORBEventChannel JacORBEventChannelHolder.value
           
 

Methods in org.jacorb.events that return JacORBEventChannel
 JacORBEventChannel JacORBEventChannelPOATie._this()
           
 JacORBEventChannel JacORBEventChannelPOATie._this(ORB orb)
           
 JacORBEventChannel JacORBEventChannelPOA._this()
           
 JacORBEventChannel JacORBEventChannelPOA._this(ORB orb)
           
static JacORBEventChannel JacORBEventChannelHelper.extract(Any any)
           
static JacORBEventChannel JacORBEventChannelHelper.read(InputStream in)
           
static JacORBEventChannel JacORBEventChannelHelper.narrow(java.lang.Object obj)
           
static JacORBEventChannel JacORBEventChannelHelper.narrow(Object obj)
           
static JacORBEventChannel JacORBEventChannelHelper.unchecked_narrow(Object obj)
           
 

Methods in org.jacorb.events with parameters of type JacORBEventChannel
static void JacORBEventChannelHelper.insert(Any any, JacORBEventChannel s)
           
static void JacORBEventChannelHelper.write(OutputStream _out, JacORBEventChannel s)
           
 

Constructors in org.jacorb.events with parameters of type JacORBEventChannel
JacORBEventChannelHolder(JacORBEventChannel initial)