Uses of Interface
org.omg.CosTypedNotifyComm.TypedPushConsumer

Packages that use TypedPushConsumer
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
 

Uses of TypedPushConsumer in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of TypedPushConsumer in org.omg.CosTypedNotifyChannelAdmin
 interface TypedProxyPushConsumer
          Generated from IDL interface "TypedProxyPushConsumer"
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement TypedPushConsumer
 class _TypedProxyPushConsumerStub
          Generated from IDL interface "TypedProxyPushConsumer"
 

Uses of TypedPushConsumer in org.omg.CosTypedNotifyComm
 

Classes in org.omg.CosTypedNotifyComm that implement TypedPushConsumer
 class _TypedPushConsumerStub
          Generated from IDL interface "TypedPushConsumer"
 

Fields in org.omg.CosTypedNotifyComm declared as TypedPushConsumer
 TypedPushConsumer TypedPushConsumerHolder.value
           
 

Methods in org.omg.CosTypedNotifyComm that return TypedPushConsumer
 TypedPushConsumer TypedPushConsumerPOATie._this()
           
 TypedPushConsumer TypedPushConsumerPOATie._this(ORB orb)
           
 TypedPushConsumer TypedPushConsumerPOA._this()
           
 TypedPushConsumer TypedPushConsumerPOA._this(ORB orb)
           
static TypedPushConsumer TypedPushConsumerHelper.extract(Any any)
           
static TypedPushConsumer TypedPushConsumerHelper.read(InputStream in)
           
static TypedPushConsumer TypedPushConsumerHelper.narrow(java.lang.Object obj)
           
static TypedPushConsumer TypedPushConsumerHelper.narrow(Object obj)
           
static TypedPushConsumer TypedPushConsumerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTypedNotifyComm with parameters of type TypedPushConsumer
static void TypedPushConsumerHelper.insert(Any any, TypedPushConsumer s)
           
static void TypedPushConsumerHelper.write(OutputStream _out, TypedPushConsumer s)
           
 

Constructors in org.omg.CosTypedNotifyComm with parameters of type TypedPushConsumer
TypedPushConsumerHolder(TypedPushConsumer initial)