Uses of Interface
org.omg.CosNotifyChannelAdmin.EventChannelFactoryOperations

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

Uses of EventChannelFactoryOperations in org.jacorb.notification
 

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

Classes in org.jacorb.notification that implement EventChannelFactoryOperations
 class _JacORBEventChannelFactoryStub
          Generated from IDL interface "JacORBEventChannelFactory"
 class EventChannelFactoryImpl
          EventChannelFactoryImpl is a implementation of the EventChannelFactory interface which defines operations for creating and managing new Notification Service style event channels.
 class JacORBEventChannelFactoryPOA
          Generated from IDL interface "JacORBEventChannelFactory"
 class JacORBEventChannelFactoryPOATie
          Generated from IDL interface "JacORBEventChannelFactory"
 

Uses of EventChannelFactoryOperations in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of EventChannelFactoryOperations in org.omg.CosNotifyChannelAdmin
 interface EventChannelFactory
          Generated from IDL interface "EventChannelFactory"
 

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

Methods in org.omg.CosNotifyChannelAdmin that return EventChannelFactoryOperations
 EventChannelFactoryOperations EventChannelFactoryPOATie._delegate()
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type EventChannelFactoryOperations
 void EventChannelFactoryPOATie._delegate(EventChannelFactoryOperations delegate)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type EventChannelFactoryOperations
EventChannelFactoryPOATie(EventChannelFactoryOperations delegate)
           
EventChannelFactoryPOATie(EventChannelFactoryOperations delegate, POA poa)