org.jacorb.notification.servant
Class TypedSupplierAdminImpl

java.lang.Object
  extended byorg.jacorb.notification.servant.AbstractAdmin
      extended byorg.jacorb.notification.servant.AbstractSupplierAdmin
          extended byorg.jacorb.notification.servant.SupplierAdminImpl
              extended byorg.jacorb.notification.servant.TypedSupplierAdminImpl
All Implemented Interfaces:
org.picocontainer.Disposable, Disposable, FilterAdminOperations, FilterStage, FilterStageSource, ManageableServant, NotifyPublishOperations, QoSAdminOperations, SupplierAdminOperations, SupplierAdminOperations, TypedSupplierAdminOperations, TypedSupplierAdminOperations

public class TypedSupplierAdminImpl
extends SupplierAdminImpl
implements TypedSupplierAdminOperations

Version:
$Id: TypedSupplierAdminImpl.java,v 1.5 2005/04/10 14:32:57 alphonse.bendt Exp $
Author:
Alphonse Bendt

Field Summary
 
Fields inherited from class org.jacorb.notification.servant.AbstractAdmin
channelID_, container_, DEFAULT_FILTER_GROUP_OPERATOR, logger_, modifyProxiesLock_, offerManager_, pullServants_, pushServants_, subscriptionManager_
 
Constructor Summary
TypedSupplierAdminImpl(IEventChannel channelServant, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
 
Method Summary
 Object activate()
           
protected  Servant createServant()
           
 TypedProxyPullConsumer obtain_typed_notification_pull_consumer(java.lang.String type, IntHolder id)
           
 TypedProxyPushConsumer obtain_typed_notification_push_consumer(java.lang.String type, IntHolder id)
           
 ProxyPullConsumer obtain_typed_pull_consumer(java.lang.String type)
           
 TypedProxyPushConsumer obtain_typed_push_consumer(java.lang.String type)
           
 
Methods inherited from class org.jacorb.notification.servant.SupplierAdminImpl
get_proxy_consumer, getMessageConsumer, getServant, 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
_default_POA, add_filter, addDisposeHook, addProxyEventListener, addProxyToMap, configureInterFilterGroupOperator, configureQoS, deactivate, destroy, dispose, fireCreateProxyRequestEvent, get_all_filters, get_all_notify_proxies, get_filter, get_qos, getFilters, getID, getLifetimeFilter, getMessageFactory, getORB, getPOA, getPriorityFilter, getProxies, getProxy, hasLifetimeFilter, hasPriorityFilter, isDisposed, MyChannel, MyID, MyOperator, newComponentAdapter, newContainerForEventStyleProxy, newContainerForNotifyStyleProxy, newContainerForTypedProxy, remove_all_filters, remove_filter, removeProxyEventListener, set_qos, setInterFilterGroupOperator, 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
 

Constructor Detail

TypedSupplierAdminImpl

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

createServant

protected Servant createServant()
Overrides:
createServant in class SupplierAdminImpl

activate

public Object activate()
Specified by:
activate in interface ManageableServant
Overrides:
activate in class SupplierAdminImpl

obtain_typed_notification_push_consumer

public TypedProxyPushConsumer obtain_typed_notification_push_consumer(java.lang.String type,
                                                                      IntHolder id)
                                                               throws AdminLimitExceeded
Specified by:
obtain_typed_notification_push_consumer in interface TypedSupplierAdminOperations
Throws:
AdminLimitExceeded

obtain_typed_notification_pull_consumer

public TypedProxyPullConsumer obtain_typed_notification_pull_consumer(java.lang.String type,
                                                                      IntHolder id)
                                                               throws AdminLimitExceeded
Specified by:
obtain_typed_notification_pull_consumer in interface TypedSupplierAdminOperations
Throws:
AdminLimitExceeded

obtain_typed_push_consumer

public TypedProxyPushConsumer obtain_typed_push_consumer(java.lang.String type)
Specified by:
obtain_typed_push_consumer in interface TypedSupplierAdminOperations

obtain_typed_pull_consumer

public ProxyPullConsumer obtain_typed_pull_consumer(java.lang.String type)
Specified by:
obtain_typed_pull_consumer in interface TypedSupplierAdminOperations