Uses of Interface
org.jacorb.notification.JacORBEventChannelFactory

Packages that use JacORBEventChannelFactory
org.jacorb.notification   
 

Uses of JacORBEventChannelFactory in org.jacorb.notification
 

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

Fields in org.jacorb.notification declared as JacORBEventChannelFactory
 JacORBEventChannelFactory JacORBEventChannelFactoryHolder.value
           
 

Methods in org.jacorb.notification that return JacORBEventChannelFactory
 JacORBEventChannelFactory JacORBEventChannelFactoryPOA._this()
           
 JacORBEventChannelFactory JacORBEventChannelFactoryPOA._this(ORB orb)
           
static JacORBEventChannelFactory JacORBEventChannelFactoryHelper.extract(Any any)
           
static JacORBEventChannelFactory JacORBEventChannelFactoryHelper.read(InputStream in)
           
static JacORBEventChannelFactory JacORBEventChannelFactoryHelper.narrow(java.lang.Object obj)
           
static JacORBEventChannelFactory JacORBEventChannelFactoryHelper.narrow(Object obj)
           
static JacORBEventChannelFactory JacORBEventChannelFactoryHelper.unchecked_narrow(Object obj)
           
 JacORBEventChannelFactory JacORBEventChannelFactoryPOATie._this()
           
 JacORBEventChannelFactory JacORBEventChannelFactoryPOATie._this(ORB orb)
           
 

Methods in org.jacorb.notification with parameters of type JacORBEventChannelFactory
static void JacORBEventChannelFactoryHelper.insert(Any any, JacORBEventChannelFactory s)
           
static void JacORBEventChannelFactoryHelper.write(OutputStream _out, JacORBEventChannelFactory s)
           
 

Constructors in org.jacorb.notification with parameters of type JacORBEventChannelFactory
JacORBEventChannelFactoryHolder(JacORBEventChannelFactory initial)