| java.lang.Object org.jacorb.notification.EventTypeSet org.jacorb.notification.SubscriptionManager
SubscriptionManager | public class SubscriptionManager extends EventTypeSet implements NotifySubscribeOperations(Code) | | Utility class that manages subscriptions of NotifySubscribers and broadcasting of subscription_change
requests.
author: Alphonse Bendt version: $Id: SubscriptionManager.java,v 1.10 2006/01/29 21:19:23 alphonse.bendt Exp $ |
SubscriptionManager | public SubscriptionManager()(Code) | | |
actionSetChanged | public void actionSetChanged(EventType[] added, EventType[] removed)(Code) | | |
addListener | public void addListener(NotifySubscribeOperations listener)(Code) | | |
obtain_subscription_types | public EventType[] obtain_subscription_types()(Code) | | |
removeListener | public void removeListener(NotifySubscribeOperations listener)(Code) | | |
subscription_change | public void subscription_change(EventType[] added, EventType[] removed) throws InvalidEventType(Code) | | |
Fields inherited from org.jacorb.notification.EventTypeSet | final protected static EventType[] EMPTY_EVENT_TYPE(Code)(Java Doc)
|
Methods inherited from org.jacorb.notification.EventTypeSet | abstract protected void actionSetChanged(EventType[] added, EventType[] removed)(Code)(Java Doc) public void changeSet(EventType[] added, EventType[] removed)(Code)(Java Doc) protected EventType[] getAllTypes()(Code)(Java Doc)
|
|
|