org.jacorb.notification

Class OfferManager

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

Field Summary
static OfferManagerNULL_MANAGER
Constructor Summary
OfferManager()
Method Summary
voidactionSetChanged(EventType[] added, EventType[] removed)
voidaddListener(NotifyPublishOperations listener)
EventType[]obtain_offered_types()
voidoffer_change(EventType[] added, EventType[] removed)
voidremoveListener(NotifyPublishOperations listener)

Field Detail

NULL_MANAGER

public static final OfferManager NULL_MANAGER

Constructor Detail

OfferManager

public OfferManager()

Method Detail

actionSetChanged

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

addListener

public void addListener(NotifyPublishOperations listener)

obtain_offered_types

public EventType[] obtain_offered_types()

offer_change

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

removeListener

public void removeListener(NotifyPublishOperations listener)