org.jacorb.notification
Class OfferManager

java.lang.Object
  extended byorg.jacorb.notification.EventTypeSet
      extended byorg.jacorb.notification.OfferManager
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, NotifyPublishOperations

public class OfferManager
extends org.jacorb.notification.EventTypeSet
implements NotifyPublishOperations

Version:
$Id: OfferManager.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Field Summary
protected  org.apache.avalon.framework.logger.Logger logger_
           
 
Constructor Summary
OfferManager()
           
 
Method Summary
 void actionSetChanged(EventType[] added, EventType[] removed)
           
 void addListener(NotifyPublishOperations listener)
           
protected  void changeSet(EventType[] added, EventType[] removed)
           
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
protected  EventType[] getAllTypes()
           
 EventType[] obtain_offered_types()
           
 void offer_change(EventType[] added, EventType[] removed)
           
 void removeListener(NotifyPublishOperations listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger_

protected org.apache.avalon.framework.logger.Logger logger_
Constructor Detail

OfferManager

public OfferManager()
Method Detail

addListener

public void addListener(NotifyPublishOperations listener)

removeListener

public void removeListener(NotifyPublishOperations listener)

actionSetChanged

public void actionSetChanged(EventType[] added,
                             EventType[] removed)

offer_change

public void offer_change(EventType[] added,
                         EventType[] removed)
                  throws InvalidEventType
Specified by:
offer_change in interface NotifyPublishOperations
Throws:
InvalidEventType

obtain_offered_types

public EventType[] obtain_offered_types()

configure

public void configure(org.apache.avalon.framework.configuration.Configuration conf)
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable

changeSet

protected void changeSet(EventType[] added,
                         EventType[] removed)
                  throws InvalidEventType,
                         java.lang.InterruptedException
Throws:
InvalidEventType
java.lang.InterruptedException

getAllTypes

protected EventType[] getAllTypes()
                           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException