Uses of Interface
org.omg.CosNotifyChannelAdmin.EventChannelFactory

Packages that use EventChannelFactory
org.jacorb.notification   
org.omg.CosNotifyChannelAdmin   
 

Uses of EventChannelFactory in org.jacorb.notification
 

Subinterfaces of EventChannelFactory in org.jacorb.notification
 interface JacORBEventChannelFactory
          Generated from IDL interface "JacORBEventChannelFactory"
 

Classes in org.jacorb.notification that implement EventChannelFactory
 class _JacORBEventChannelFactoryStub
          Generated from IDL interface "JacORBEventChannelFactory"
 

Methods in org.jacorb.notification that return EventChannelFactory
 EventChannelFactory EventChannelFactoryImpl.getEventChannelFactory()
           
 EventChannelFactory EventChannelImpl.MyFactory()
          The MyFactory attribute is a readonly attribute that maintains the object reference of the event channel factory, which created a given Notification Service EventChannel instance.
 

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

Uses of EventChannelFactory in org.omg.CosNotifyChannelAdmin
 

Classes in org.omg.CosNotifyChannelAdmin that implement EventChannelFactory
 class _EventChannelFactoryStub
          Generated from IDL interface "EventChannelFactory"
 

Fields in org.omg.CosNotifyChannelAdmin declared as EventChannelFactory
 EventChannelFactory EventChannelFactoryHolder.value
           
 

Methods in org.omg.CosNotifyChannelAdmin that return EventChannelFactory
 EventChannelFactory EventChannelFactoryPOATie._this()
           
 EventChannelFactory EventChannelFactoryPOATie._this(ORB orb)
           
 EventChannelFactory _EventChannelStub.MyFactory()
           
 EventChannelFactory EventChannelFactoryPOA._this()
           
 EventChannelFactory EventChannelFactoryPOA._this(ORB orb)
           
 EventChannelFactory EventChannelOperations.MyFactory()
           
 EventChannelFactory EventChannelPOATie.MyFactory()
           
static EventChannelFactory EventChannelFactoryHelper.extract(Any any)
           
static EventChannelFactory EventChannelFactoryHelper.read(InputStream in)
           
static EventChannelFactory EventChannelFactoryHelper.narrow(java.lang.Object obj)
           
static EventChannelFactory EventChannelFactoryHelper.narrow(Object obj)
           
static EventChannelFactory EventChannelFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type EventChannelFactory
static void EventChannelFactoryHelper.insert(Any any, EventChannelFactory s)
           
static void EventChannelFactoryHelper.write(OutputStream _out, EventChannelFactory s)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type EventChannelFactory
EventChannelFactoryHolder(EventChannelFactory initial)