Uses of Interface
org.jacorb.notification.servant.IProxyConsumer

Packages that use IProxyConsumer
org.jacorb.notification   
org.jacorb.notification.impl   
org.jacorb.notification.servant   
 

Uses of IProxyConsumer in org.jacorb.notification
 

Methods in org.jacorb.notification with parameters of type IProxyConsumer
 Message MessageFactory.newMessage(Any any, IProxyConsumer consumer)
           
 Message MessageFactory.newMessage(StructuredEvent structuredEvent, IProxyConsumer consumer)
           
 Message MessageFactory.newMessage(java.lang.String interfaceName, java.lang.String operationName, NVList args, IProxyConsumer consumer)
           
 

Uses of IProxyConsumer in org.jacorb.notification.impl
 

Methods in org.jacorb.notification.impl with parameters of type IProxyConsumer
 Message DefaultMessageFactory.newMessage(Any any, IProxyConsumer consumer)
          create a Message wrapping an unstructured event.
 Message DefaultMessageFactory.newMessage(StructuredEvent structuredEvent, IProxyConsumer consumer)
          create a Message wrapping a structured event.
 Message DefaultMessageFactory.newMessage(java.lang.String interfaceName, java.lang.String operationName, NVList args, IProxyConsumer consumer)
          create a Message wrapping a typed event.
 

Uses of IProxyConsumer in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement IProxyConsumer
 class AbstractProxyConsumer
           
 class ECProxyPullConsumerImpl
           
 class ECProxyPushConsumerImpl
           
 class ProxyPullConsumerImpl
           
 class ProxyPushConsumerImpl
           
 class SequenceProxyPullConsumerImpl
           
 class SequenceProxyPushConsumerImpl
           
 class StructuredProxyPullConsumerImpl
           
 class StructuredProxyPushConsumerImpl
           
 class TypedProxyPullConsumerImpl
           
 class TypedProxyPushConsumerImpl