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

Packages that use AbstractProxyConsumerI
org.jacorb.notification   
org.jacorb.notification.servant   
 

Uses of AbstractProxyConsumerI in org.jacorb.notification
 

Methods in org.jacorb.notification with parameters of type AbstractProxyConsumerI
 Message MessageFactory.newMessage(Any any, AbstractProxyConsumerI consumer)
           
 Message MessageFactory.newMessage(StructuredEvent structuredEvent, AbstractProxyConsumerI consumer)
           
 

Uses of AbstractProxyConsumerI in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement AbstractProxyConsumerI
 class ECProxyPullConsumerImpl
           
 class ECProxyPushConsumerImpl
           
 class ProxyPullConsumerImpl
           
 class ProxyPushConsumerImpl
           
 class SequenceProxyPullConsumerImpl
           
 class SequenceProxyPushConsumerImpl
           
 class StructuredProxyPullConsumerImpl
           
 class StructuredProxyPushConsumerImpl