org.jacorb.notification

Class SubscriptionManager

Implemented Interfaces:
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

Fields inherited from class org.jacorb.notification.EventTypeSet

logger_

Method Summary

void
actionSetChanged(EventType added, EventType removed)
void
addListener(NotifySubscribeOperations listener)
EventType[]
obtain_subscription_types()
void
removeListener(NotifySubscribeOperations listener)
void
subscription_change(EventType added, EventType removed)

Methods inherited from class org.jacorb.notification.EventTypeSet

changeSet, configure, getAllTypes

Method Details

actionSetChanged

public void actionSetChanged(EventType added,
                             EventType removed)


addListener

public void addListener(NotifySubscribeOperations listener)


obtain_subscription_types

public EventType[] obtain_subscription_types()


removeListener

public void removeListener(NotifySubscribeOperations listener)


subscription_change

public void subscription_change(EventType added,
                                EventType removed)
            throws InvalidEventType