org.jacorb.notification
Class SubscriptionManager

java.lang.Object
  extended by org.jacorb.notification.SubscriptionManager
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, NotifySubscribeOperations

public class SubscriptionManager
extends java.lang.Object
implements NotifySubscribeOperations

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

Field Summary
protected  org.apache.avalon.framework.logger.Logger logger_
           
 
Constructor Summary
SubscriptionManager()
           
 
Method Summary
 void actionSetChanged(EventType[] added, EventType[] removed)
           
 void addListener(NotifySubscribeOperations listener)
           
protected  void changeSet(EventType[] added, EventType[] removed)
           
 void configure(org.apache.avalon.framework.configuration.Configuration conf)
           
protected  EventType[] getAllTypes()
           
 EventType[] obtain_subscription_types()
           
 void removeListener(NotifySubscribeOperations listener)
           
 void subscription_change(EventType[] added, EventType[] removed)
           
 
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

SubscriptionManager

public SubscriptionManager()
Method Detail

addListener

public void addListener(NotifySubscribeOperations listener)

removeListener

public void removeListener(NotifySubscribeOperations listener)

actionSetChanged

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

subscription_change

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

obtain_subscription_types

public EventType[] obtain_subscription_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