org.jacorb.notification.servant
public class ProxyPushConsumerImpl extends AbstractProxyConsumer implements ProxyPushConsumerOperations, ProxyPushConsumerImplMBean
Version: $Id: ProxyPushConsumerImpl.java,v 1.15 2006/01/12 22:34:54 alphonse.bendt Exp $
UNKNOWN: extends = "AbstractProxyConsumerMBean"
Constructor Summary | |
---|---|
ProxyPushConsumerImpl(IAdmin admin, ORB orb, POA poa, Configuration conf, TaskProcessor taskProcessor, MessageFactory messageFactory, SupplierAdmin supplierAdmin, OfferManager offerManager, SubscriptionManager subscriptionManager) |
Method Summary | |
---|---|
void | connect_any_push_supplier(PushSupplier pushSupplier) |
protected void | disconnectClient() |
void | disconnect_push_consumer() |
ProxyType | MyType() |
Servant | newServant() |
void | push(Any event)
Supplier sends data to the consumer (this object) using this call. |