org.jacorb.notification
Class OfferManager
java.lang.Object
org.jacorb.notification.EventTypeSet
org.jacorb.notification.OfferManager
- All Implemented Interfaces:
- NotifyPublishOperations
- public class OfferManager
- extends EventTypeSet
- implements NotifyPublishOperations
Utility class that manages subscriptions of NotifyPublishers and broadcasting of offer_change requests.
- Version:
- $Id: OfferManager.java,v 1.9 2006/01/29 21:19:23 alphonse.bendt Exp $
- Author:
- Alphonse Bendt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_MANAGER
public static final OfferManager NULL_MANAGER
OfferManager
public OfferManager()
addListener
public void addListener(NotifyPublishOperations listener)
removeListener
public void removeListener(NotifyPublishOperations listener)
actionSetChanged
public void actionSetChanged(EventType[] added,
EventType[] removed)
- Specified by:
actionSetChanged
in class EventTypeSet
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()