org.jacorb.notification
Class SubscriptionManager
java.lang.Object
org.jacorb.notification.EventTypeSet
org.jacorb.notification.SubscriptionManager
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, NotifySubscribeOperations
- public class SubscriptionManager
- extends org.jacorb.notification.EventTypeSet
- 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_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger_
protected org.apache.avalon.framework.logger.Logger logger_
SubscriptionManager
public SubscriptionManager()
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