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 ConsoleMain.newFactory(java.lang.String[] args)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(org.picocontainer.PicoContainer container, ORB orb, boolean startThread, java.util.Properties props)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(ORB orb, boolean startThread, java.util.Properties props)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(org.picocontainer.PicoContainer container, java.util.Properties props)
           
static AbstractChannelFactory AbstractChannelFactory.newFactory(java.util.Properties props)