Uses of Interface
org.omg.CosTypedNotifyChannelAdmin.TypedEventChannel

Packages that use TypedEventChannel
org.jacorb.notification   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of TypedEventChannel in org.jacorb.notification
 

Methods in org.jacorb.notification that return TypedEventChannel
 TypedEventChannel TypedEventChannelFactoryImpl.create_typed_channel(Property[] qosProps, Property[] adminProps, IntHolder intHolder)
           
 TypedEventChannel TypedEventChannelFactoryImpl.get_typed_event_channel(int id)
           
 

Uses of TypedEventChannel in org.omg.CosTypedNotifyChannelAdmin
 

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

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

Methods in org.omg.CosTypedNotifyChannelAdmin that return TypedEventChannel
 TypedEventChannel TypedEventChannelPOA._this()
           
 TypedEventChannel TypedEventChannelPOA._this(ORB orb)
           
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 TypedEventChannelPOATie._this()
           
 TypedEventChannel TypedEventChannelPOATie._this(ORB orb)
           
 TypedEventChannel TypedEventChannelFactoryPOATie.get_typed_event_channel(int id)
           
 TypedEventChannel TypedEventChannelFactoryPOATie.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
           
 TypedEventChannel TypedEventChannelFactoryOperations.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
           
 TypedEventChannel TypedEventChannelFactoryOperations.get_typed_event_channel(int id)
           
 TypedEventChannel _TypedEventChannelFactoryStub.get_typed_event_channel(int id)
           
 TypedEventChannel _TypedEventChannelFactoryStub.create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
           
 

Methods in org.omg.CosTypedNotifyChannelAdmin 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.CosTypedNotifyChannelAdmin with parameters of type TypedEventChannel
TypedEventChannelHolder(TypedEventChannel initial)