org.jacorb.notification.servant
Class TypedSupplierAdminImpl
java.lang.Object
org.jacorb.notification.servant.AbstractAdmin
org.jacorb.notification.servant.AbstractSupplierAdmin
org.jacorb.notification.servant.SupplierAdminImpl
org.jacorb.notification.servant.TypedSupplierAdminImpl
- All Implemented Interfaces:
- FilterStage, FilterStageSource, JMXManageable, NotifyingDisposable, IServantLifecyle, AbstractAdminMBean, SupplierAdminImplMBean, org.omg.CosEventChannelAdmin.SupplierAdminOperations, org.omg.CosNotification.QoSAdminOperations, org.omg.CosNotifyComm.NotifyPublishOperations, org.omg.CosNotifyFilter.FilterAdminOperations, org.omg.CosTypedEventChannelAdmin.TypedSupplierAdminOperations, org.picocontainer.Disposable
public class TypedSupplierAdminImpl
- extends SupplierAdminImpl
- implements org.omg.CosTypedNotifyChannelAdmin.TypedSupplierAdminOperations
- Version:
- $Id: TypedSupplierAdminImpl.java,v 1.11 2011-05-10 15:40:39 nick.cross Exp $
- Author:
- Alphonse Bendt
| Methods inherited from class org.jacorb.notification.servant.SupplierAdminImpl |
get_proxy_consumer, getMessageConsumer, getSubsequentFilterStages, hasInterFilterGroupOperatorOR, hasMessageConsumer, obtain_notification_pull_consumer, obtain_notification_push_consumer, obtain_pull_consumer, obtain_push_consumer, offer_change, pull_consumers, push_consumers, setSubsequentFilterStageSource |
| Methods inherited from class org.jacorb.notification.servant.AbstractAdmin |
activate, add_filter, addProxyEventListener, addProxyToMap, configureInterFilterGroupOperator, configureQoS, deactivate, destroy, dispose, fireCreateProxyRequestEvent, get_all_filters, get_all_notify_proxies, get_filter, get_qos, getChannelID, getFilters, getID, getInterFilterGroupOperator, getJMXNotificationTypes, getJMXObjectName, getLifetimeFilter, getMBeanName, getMessageFactory, getORB, getPOA, getPriorityFilter, getProxy, hasLifetimeFilter, hasPriorityFilter, isDestroyed, MyChannel, MyID, MyOperator, newContainerForEventStyleProxy, newContainerForNotifyStyleProxy, newContainerForTypedProxy, registerDisposable, remove_all_filters, remove_filter, removeProxyEventListener, sendNotification, set_qos, setInterFilterGroupOperator, setJMXCallback, validate_qos |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.omg.CosNotifyChannelAdmin.SupplierAdminOperations |
destroy, get_proxy_consumer, MyChannel, MyID, MyOperator, obtain_notification_pull_consumer, obtain_notification_push_consumer, pull_consumers, push_consumers |
| Methods inherited from interface org.omg.CosNotification.QoSAdminOperations |
get_qos, set_qos, validate_qos |
| Methods inherited from interface org.omg.CosNotifyComm.NotifyPublishOperations |
offer_change |
| Methods inherited from interface org.omg.CosNotifyFilter.FilterAdminOperations |
add_filter, get_all_filters, get_filter, remove_all_filters, remove_filter |
| Methods inherited from interface org.omg.CosEventChannelAdmin.SupplierAdminOperations |
obtain_pull_consumer, obtain_push_consumer |
| Methods inherited from interface org.picocontainer.Disposable |
dispose |
TypedSupplierAdminImpl
public TypedSupplierAdminImpl(IEventChannel channelServant,
ORB orb,
POA poa,
org.jacorb.config.Configuration config,
MessageFactory messageFactory,
OfferManager offerManager,
SubscriptionManager subscriptionManager)
newServant
public Servant newServant()
- Specified by:
newServant in interface IServantLifecyle- Overrides:
newServant in class SupplierAdminImpl
obtain_typed_notification_push_consumer
public org.omg.CosTypedNotifyChannelAdmin.TypedProxyPushConsumer obtain_typed_notification_push_consumer(String type,
IntHolder id)
throws org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
- Throws:
org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
obtain_typed_notification_pull_consumer
public org.omg.CosTypedNotifyChannelAdmin.TypedProxyPullConsumer obtain_typed_notification_pull_consumer(String type,
IntHolder id)
throws org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
- Throws:
org.omg.CosNotifyChannelAdmin.AdminLimitExceeded
obtain_typed_push_consumer
public org.omg.CosTypedEventChannelAdmin.TypedProxyPushConsumer obtain_typed_push_consumer(String type)
- Specified by:
obtain_typed_push_consumer in interface org.omg.CosTypedEventChannelAdmin.TypedSupplierAdminOperations
obtain_typed_pull_consumer
public org.omg.CosEventChannelAdmin.ProxyPullConsumer obtain_typed_pull_consumer(String type)
- Specified by:
obtain_typed_pull_consumer in interface org.omg.CosTypedEventChannelAdmin.TypedSupplierAdminOperations
getMBeanType
public String getMBeanType()
- Overrides:
getMBeanType in class SupplierAdminImpl
Copyright © 2012 JacORB. All Rights Reserved.