Uses of Class
org.jacorb.notification.AbstractChannelFactory

Packages that use AbstractChannelFactory
org.jacorb.notification   
 

Uses of AbstractChannelFactory in org.jacorb.notification
 

Subclasses of AbstractChannelFactory in org.jacorb.notification
 class EventChannelFactoryImpl
          EventChannelFactoryImpl is a implementation of the EventChannelFactory interface which defines operations for creating and managing new Notification Service style event channels.
 class TypedEventChannelFactoryImpl
           
 

Methods in org.jacorb.notification that return AbstractChannelFactory
static AbstractChannelFactory NotifyServer.newFactory(ORB orb, POA rootPOA)
           
static AbstractChannelFactory NotifyServer.createInstance(ORB orb, POA rootPOA)
           
static AbstractChannelFactory ConsoleMain.newFactory(java.lang.String[] args)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(ORB optionalORB, org.picocontainer.MutablePicoContainer optionalContainer, java.util.Properties props)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(java.util.Properties props)