org.jacorb.notification.servant
Class TypedSupplierAdminImpl

java.lang.Object
  extended by org.jacorb.notification.servant.AbstractAdmin
      extended by org.jacorb.notification.servant.AbstractSupplierAdmin
          extended by org.jacorb.notification.servant.SupplierAdminImpl
              extended by org.jacorb.notification.servant.TypedSupplierAdminImpl
All Implemented Interfaces:
Disposable, FilterStage, FilterStageSource, JMXManageable, NotifyingDisposable, IServantLifecyle

public class TypedSupplierAdminImpl
extends SupplierAdminImpl

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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jacorb.notification.interfaces.JMXManageable
JMXManageable.JMXCallback
 
Field Summary
 
Fields inherited from class org.jacorb.notification.servant.AbstractAdmin
container_, DEFAULT_FILTER_GROUP_OPERATOR, logger_, modifyProxiesLock_, offerManager_, pullServants_, pushServants_, servantLifecycle_, subscriptionManager_
 
Constructor Summary
TypedSupplierAdminImpl(IEventChannel channelServant, org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
 
Method Summary
 java.lang.String getMBeanType()
           
 org.omg.PortableServer.Servant newServant()
           
 TypedProxyPullConsumer obtain_typed_notification_pull_consumer(java.lang.String type, org.omg.CORBA.IntHolder id)
           
 TypedProxyPushConsumer obtain_typed_notification_push_consumer(java.lang.String type, org.omg.CORBA.IntHolder id)
           
 org.omg.CosEventChannelAdmin.ProxyPullConsumer obtain_typed_pull_consumer(java.lang.String type)
           
 org.omg.CosTypedEventChannelAdmin.TypedProxyPushConsumer obtain_typed_push_consumer(java.lang.String type)
           
 
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
 

Constructor Detail

TypedSupplierAdminImpl

public TypedSupplierAdminImpl(IEventChannel channelServant,
                              org.omg.CORBA.ORB orb,
                              org.omg.PortableServer.POA poa,
                              org.apache.avalon.framework.configuration.Configuration config,
                              MessageFactory messageFactory,
                              OfferManager offerManager,
                              SubscriptionManager subscriptionManager)
Method Detail

newServant

public org.omg.PortableServer.Servant newServant()
Specified by:
newServant in interface IServantLifecyle
Overrides:
newServant in class SupplierAdminImpl

obtain_typed_notification_push_consumer

public TypedProxyPushConsumer obtain_typed_notification_push_consumer(java.lang.String type,
                                                                      org.omg.CORBA.IntHolder id)
                                                               throws AdminLimitExceeded
Throws:
AdminLimitExceeded

obtain_typed_notification_pull_consumer

public TypedProxyPullConsumer obtain_typed_notification_pull_consumer(java.lang.String type,
                                                                      org.omg.CORBA.IntHolder id)
                                                               throws AdminLimitExceeded
Throws:
AdminLimitExceeded

obtain_typed_push_consumer

public org.omg.CosTypedEventChannelAdmin.TypedProxyPushConsumer obtain_typed_push_consumer(java.lang.String type)

obtain_typed_pull_consumer

public org.omg.CosEventChannelAdmin.ProxyPullConsumer obtain_typed_pull_consumer(java.lang.String type)

getMBeanType

public java.lang.String getMBeanType()
Overrides:
getMBeanType in class SupplierAdminImpl