org.jacorb.notification.servant
Class AbstractSupplierAdmin

java.lang.Object
  extended byorg.jacorb.notification.servant.AbstractAdmin
      extended byorg.jacorb.notification.servant.AbstractSupplierAdmin
All Implemented Interfaces:
FilterAdminOperations, FilterStage, FilterStageSource, ManageableServant, QoSAdminOperations
Direct Known Subclasses:
SupplierAdminImpl

public abstract class AbstractSupplierAdmin
extends AbstractAdmin

Version:
$Id: AbstractSupplierAdmin.java,v 1.2 2005/02/14 00:11:54 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
protected AbstractSupplierAdmin(IEventChannel channelRef, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration config, MessageFactory messageFactory, OfferManager offerManager, SubscriptionManager subscriptionManager)
           
 
Method Summary
abstract  void setSubsequentFilterStageSource(FilterStageSource source)
           
 
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, getServant, 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.jacorb.notification.interfaces.FilterStage
getMessageConsumer, hasMessageConsumer
 
Methods inherited from interface org.jacorb.notification.interfaces.FilterStageSource
getSubsequentFilterStages
 
Methods inherited from interface org.jacorb.notification.servant.ManageableServant
activate
 

Constructor Detail

AbstractSupplierAdmin

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

setSubsequentFilterStageSource

public abstract void setSubsequentFilterStageSource(FilterStageSource source)