Uses of Interface
org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelFactory

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

Uses of TypedEventChannelFactory in org.jacorb.notification
 

Methods in org.jacorb.notification that return TypedEventChannelFactory
 TypedEventChannelFactory TypedEventChannelImpl.MyFactory()
           
 

Constructors in org.jacorb.notification with parameters of type TypedEventChannelFactory
TypedEventChannelImpl(IFactory factory, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, FilterFactory filterFactory, TypedEventChannelFactory factoryRef)
           
 

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()
           
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)
           
 TypedEventChannelFactory TypedEventChannelPOATie.MyFactory()
           
 TypedEventChannelFactory TypedEventChannelOperations.MyFactory()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOATie._this(ORB orb)
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this()
           
 TypedEventChannelFactory TypedEventChannelFactoryPOA._this(ORB orb)
           
 

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)