| java.lang.Object org.jacorb.notification.servant.AbstractAdmin org.jacorb.notification.servant.AbstractSupplierAdmin org.jacorb.notification.servant.SupplierAdminImpl
All known Subclasses: org.jacorb.notification.servant.TypedSupplierAdminImpl,
SupplierAdminImpl | public class SupplierAdminImpl extends AbstractSupplierAdmin implements SupplierAdminOperations,Disposable,SupplierAdminImplMBean(Code) | | author: Alphonse Bendt version: $Id: SupplierAdminImpl.java,v 1.10 2006/01/12 22:34:54 alphonse.bendt Exp $ |
getMessageConsumer | public MessageConsumer getMessageConsumer()(Code) | | SupplierAdmin does not ever have a MessageConsumer.
|
getSubsequentFilterStages | public List getSubsequentFilterStages()(Code) | | |
get_proxy_consumer | public ProxyConsumer get_proxy_consumer(int id) throws ProxyNotFound(Code) | | |
hasInterFilterGroupOperatorOR | public boolean hasInterFilterGroupOperatorOR()(Code) | | |
hasMessageConsumer | public boolean hasMessageConsumer()(Code) | | SupplierAdmin does not ever have a MessageConsumer.
|
newProxyPullConsumer | AbstractProxy newProxyPullConsumer(ClientType clientType)(Code) | | factory method to create new ProxyPullConsumerServants.
|
obtain_notification_pull_consumer | public ProxyConsumer obtain_notification_pull_consumer(ClientType clientType, IntHolder intHolder) throws AdminLimitExceeded(Code) | | |
obtain_notification_push_consumer | public ProxyConsumer obtain_notification_push_consumer(ClientType clienttype, IntHolder intHolder) throws AdminLimitExceeded(Code) | | |
obtain_pull_consumer | public ProxyPullConsumer obtain_pull_consumer()(Code) | | get a ProxyPullConsumer (EventService Style)
|
obtain_push_consumer | public ProxyPushConsumer obtain_push_consumer()(Code) | | get a ProxyPushConsumer (EventService Style)
|
offer_change | public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType(Code) | | |
pull_consumers | public int[] pull_consumers()(Code) | | access the ids of all PullConsumers (NotifyStyle)
|
push_consumers | public int[] push_consumers()(Code) | | access the ids of all PushConsumers (NotifyStyle)
|
Methods inherited from org.jacorb.notification.servant.AbstractSupplierAdmin | abstract public void setSubsequentFilterStageSource(FilterStageSource source)(Code)(Java Doc)
|
|
|