Uses of Interface
org.omg.CosNotifyComm.StructuredPushConsumer

Packages that use StructuredPushConsumer
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
 

Uses of StructuredPushConsumer in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of StructuredPushConsumer in org.omg.CosNotifyChannelAdmin
 interface StructuredProxyPushConsumer
          Generated from IDL interface "StructuredProxyPushConsumer"
 

Classes in org.omg.CosNotifyChannelAdmin that implement StructuredPushConsumer
 class _StructuredProxyPushConsumerStub
          Generated from IDL interface "StructuredProxyPushConsumer"
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type StructuredPushConsumer
 void _StructuredProxyPushSupplierStub.connect_structured_push_consumer(StructuredPushConsumer push_consumer)
           
 void StructuredProxyPushSupplierPOATie.connect_structured_push_consumer(StructuredPushConsumer push_consumer)
           
 void StructuredProxyPushSupplierOperations.connect_structured_push_consumer(StructuredPushConsumer push_consumer)
           
 

Uses of StructuredPushConsumer in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement StructuredPushConsumer
 class _StructuredPushConsumerStub
          Generated from IDL interface "StructuredPushConsumer"
 

Fields in org.omg.CosNotifyComm declared as StructuredPushConsumer
 StructuredPushConsumer StructuredPushConsumerHolder.value
           
 

Methods in org.omg.CosNotifyComm that return StructuredPushConsumer
 StructuredPushConsumer StructuredPushConsumerPOATie._this()
           
 StructuredPushConsumer StructuredPushConsumerPOATie._this(ORB orb)
           
 StructuredPushConsumer StructuredPushConsumerPOA._this()
           
 StructuredPushConsumer StructuredPushConsumerPOA._this(ORB orb)
           
static StructuredPushConsumer StructuredPushConsumerHelper.extract(Any any)
           
static StructuredPushConsumer StructuredPushConsumerHelper.read(InputStream in)
           
static StructuredPushConsumer StructuredPushConsumerHelper.narrow(java.lang.Object obj)
           
static StructuredPushConsumer StructuredPushConsumerHelper.narrow(Object obj)
           
static StructuredPushConsumer StructuredPushConsumerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosNotifyComm with parameters of type StructuredPushConsumer
static void StructuredPushConsumerHelper.insert(Any any, StructuredPushConsumer s)
           
static void StructuredPushConsumerHelper.write(OutputStream _out, StructuredPushConsumer s)
           
 

Constructors in org.omg.CosNotifyComm with parameters of type StructuredPushConsumer
StructuredPushConsumerHolder(StructuredPushConsumer initial)