org.jacorb.notification.servant
public class SupplierAdminImpl extends AbstractSupplierAdmin implements SupplierAdminOperations, Disposable, SupplierAdminImplMBean
Version: $Id: SupplierAdminImpl.java,v 1.10 2006/01/12 22:34:54 alphonse.bendt Exp $
UNKNOWN: extends = "AbstractAdminMBean"
Constructor Summary | |
---|---|
SupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager) |
Method Summary | |
---|---|
String | getMBeanType() |
MessageConsumer | getMessageConsumer()
SupplierAdmin does not ever have a MessageConsumer. |
List | getSubsequentFilterStages() |
ProxyConsumer | get_proxy_consumer(int id) |
boolean | hasInterFilterGroupOperatorOR() |
boolean | hasMessageConsumer()
SupplierAdmin does not ever have a MessageConsumer. |
Servant | newServant() |
ProxyConsumer | obtain_notification_pull_consumer(ClientType clientType, IntHolder intHolder) |
ProxyConsumer | obtain_notification_push_consumer(ClientType clienttype, IntHolder intHolder) |
ProxyPullConsumer | obtain_pull_consumer()
get a ProxyPullConsumer (EventService Style) |
ProxyPushConsumer | obtain_push_consumer()
get a ProxyPushConsumer (EventService Style) |
void | offer_change(EventType[] added, EventType[] removed) |
int[] | pull_consumers()
access the ids of all PullConsumers (NotifyStyle) |
int[] | push_consumers()
access the ids of all PushConsumers (NotifyStyle) |
void | setSubsequentFilterStageSource(FilterStageSource source) |