org.jacorb.notification.servant
Class TypedConsumerAdminImpl

java.lang.Object
  extended byorg.jacorb.notification.servant.AbstractAdmin
      extended byorg.jacorb.notification.servant.ConsumerAdminImpl
          extended byorg.jacorb.notification.servant.TypedConsumerAdminImpl
All Implemented Interfaces:
ConsumerAdminOperations, ConsumerAdminOperations, org.picocontainer.Disposable, Disposable, FilterAdminOperations, FilterStage, FilterStageSource, ManageableServant, NotifySubscribeOperations, ProxyEventListener, QoSAdminOperations, TypedConsumerAdminOperations, TypedConsumerAdminOperations

public class TypedConsumerAdminImpl
extends ConsumerAdminImpl
implements TypedConsumerAdminOperations

Version:
$Id: TypedConsumerAdminImpl.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.ConsumerAdminImpl
thisServant_
 
Fields inherited from class org.jacorb.notification.servant.AbstractAdmin
channelID_, container_, DEFAULT_FILTER_GROUP_OPERATOR, logger_, modifyProxiesLock_, offerManager_, pullServants_, pushServants_, subscriptionManager_
 
Constructor Summary
TypedConsumerAdminImpl(ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager, IEventChannel channelServant)
           
 
Method Summary
 Object activate()
           
protected  Servant createServant()
           
 TypedProxyPullSupplier obtain_typed_notification_pull_supplier(java.lang.String type, IntHolder id)
           
 TypedProxyPushSupplier obtain_typed_notification_push_supplier(java.lang.String type, IntHolder id)
           
 TypedProxyPullSupplier obtain_typed_pull_supplier(java.lang.String type)
           
 ProxyPushSupplier obtain_typed_push_supplier(java.lang.String type)
           
 
Methods inherited from class org.jacorb.notification.servant.ConsumerAdminImpl
actionProxyCreated, actionProxyCreationRequest, actionProxyDisposed, configureMappingFilters, get_proxy_supplier, getMessageConsumer, getServant, getSubsequentFilterStages, hasMessageConsumer, lifetime_filter, lifetime_filter, obtain_notification_pull_supplier, obtain_notification_push_supplier, obtain_pull_supplier, obtain_push_supplier, priority_filter, priority_filter, pull_suppliers, push_suppliers, subscription_change
 
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, hasInterFilterGroupOperatorOR, 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.ConsumerAdminOperations
destroy, get_proxy_supplier, lifetime_filter, lifetime_filter, MyChannel, MyID, MyOperator, obtain_notification_pull_supplier, obtain_notification_push_supplier, priority_filter, priority_filter, pull_suppliers, push_suppliers
 
Methods inherited from interface org.omg.CosNotification.QoSAdminOperations
get_qos, set_qos, validate_qos
 
Methods inherited from interface org.omg.CosNotifyComm.NotifySubscribeOperations
subscription_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.ConsumerAdminOperations
obtain_pull_supplier, obtain_push_supplier
 
Methods inherited from interface org.picocontainer.Disposable
dispose
 

Constructor Detail

TypedConsumerAdminImpl

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

createServant

protected Servant createServant()
Overrides:
createServant in class ConsumerAdminImpl

activate

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

obtain_typed_notification_pull_supplier

public TypedProxyPullSupplier obtain_typed_notification_pull_supplier(java.lang.String type,
                                                                      IntHolder id)
Specified by:
obtain_typed_notification_pull_supplier in interface TypedConsumerAdminOperations

obtain_typed_notification_push_supplier

public TypedProxyPushSupplier obtain_typed_notification_push_supplier(java.lang.String type,
                                                                      IntHolder id)
Specified by:
obtain_typed_notification_push_supplier in interface TypedConsumerAdminOperations

obtain_typed_push_supplier

public ProxyPushSupplier obtain_typed_push_supplier(java.lang.String type)
Specified by:
obtain_typed_push_supplier in interface TypedConsumerAdminOperations

obtain_typed_pull_supplier

public TypedProxyPullSupplier obtain_typed_pull_supplier(java.lang.String type)
Specified by:
obtain_typed_pull_supplier in interface TypedConsumerAdminOperations