Uses of Interface
org.omg.CosTypedEventChannelAdmin.TypedEventChannel

Packages that use TypedEventChannel
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of TypedEventChannel in org.omg.CosTypedEventChannelAdmin
 

Classes in org.omg.CosTypedEventChannelAdmin that implement TypedEventChannel
 class _TypedEventChannelStub
          Generated from IDL interface "TypedEventChannel"
 

Fields in org.omg.CosTypedEventChannelAdmin declared as TypedEventChannel
 TypedEventChannel TypedEventChannelHolder.value
           
 

Methods in org.omg.CosTypedEventChannelAdmin that return TypedEventChannel
static TypedEventChannel TypedEventChannelHelper.extract(Any any)
           
static TypedEventChannel TypedEventChannelHelper.read(InputStream in)
           
static TypedEventChannel TypedEventChannelHelper.narrow(java.lang.Object obj)
           
static TypedEventChannel TypedEventChannelHelper.narrow(Object obj)
           
static TypedEventChannel TypedEventChannelHelper.unchecked_narrow(Object obj)
           
 TypedEventChannel TypedEventChannelPOA._this()
           
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
 TypedEventChannel TypedEventChannelPOATie._this()
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type TypedEventChannel
static void TypedEventChannelHelper.insert(Any any, TypedEventChannel s)
           
static void TypedEventChannelHelper.write(OutputStream _out, TypedEventChannel s)
           
 

Constructors in org.omg.CosTypedEventChannelAdmin with parameters of type TypedEventChannel
TypedEventChannelHolder(TypedEventChannel initial)
           
 

Uses of TypedEventChannel in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of TypedEventChannel in org.omg.CosTypedNotifyChannelAdmin
 interface TypedEventChannel
          Generated from IDL interface "TypedEventChannel"