Uses of Interface
org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelFactory

Packages that use TypedEventChannelFactory
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of TypedEventChannelFactory in org.omg.CosTypedNotifyChannelAdmin
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement TypedEventChannelFactory
 class _TypedEventChannelFactoryStub
          Generated from IDL interface "TypedEventChannelFactory"
 

Fields in org.omg.CosTypedNotifyChannelAdmin declared as TypedEventChannelFactory
 TypedEventChannelFactory TypedEventChannelFactoryHolder.value
           
 

Methods in org.omg.CosTypedNotifyChannelAdmin that return TypedEventChannelFactory
 TypedEventChannelFactory _TypedEventChannelStub.MyFactory()
           
 TypedEventChannelFactory TypedEventChannelPOATie.MyFactory()
           
 TypedEventChannelFactory TypedEventChannelOperations.MyFactory()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this(ORB orb)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.extract(Any any)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.read(InputStream in)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.narrow(java.lang.Object obj)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.narrow(Object obj)
           
static TypedEventChannelFactory TypedEventChannelFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type TypedEventChannelFactory
static void TypedEventChannelFactoryHelper.insert(Any any, TypedEventChannelFactory s)
           
static void TypedEventChannelFactoryHelper.write(OutputStream _out, TypedEventChannelFactory s)
           
 

Constructors in org.omg.CosTypedNotifyChannelAdmin with parameters of type TypedEventChannelFactory
TypedEventChannelFactoryHolder(TypedEventChannelFactory initial)