org.jacorb.notification.servant

Class TypedSupplierAdminImpl

public class TypedSupplierAdminImpl extends SupplierAdminImpl implements TypedSupplierAdminOperations

Version: $Id: TypedSupplierAdminImpl.java,v 1.9 2006/05/17 13:09:39 alphonse.bendt Exp $

Author: Alphonse Bendt

Constructor Summary
TypedSupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
Method Summary
StringgetMBeanType()
ServantnewServant()
TypedProxyPullConsumerobtain_typed_notification_pull_consumer(String type, IntHolder id)
TypedProxyPushConsumerobtain_typed_notification_push_consumer(String type, IntHolder id)
ProxyPullConsumerobtain_typed_pull_consumer(String type)
TypedProxyPushConsumerobtain_typed_push_consumer(String type)

Constructor Detail

TypedSupplierAdminImpl

public TypedSupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)

Method Detail

getMBeanType

public String getMBeanType()

newServant

public Servant newServant()

obtain_typed_notification_pull_consumer

public TypedProxyPullConsumer obtain_typed_notification_pull_consumer(String type, IntHolder id)

obtain_typed_notification_push_consumer

public TypedProxyPushConsumer obtain_typed_notification_push_consumer(String type, IntHolder id)

obtain_typed_pull_consumer

public ProxyPullConsumer obtain_typed_pull_consumer(String type)

obtain_typed_push_consumer

public TypedProxyPushConsumer obtain_typed_push_consumer(String type)