com.bigbross.bossa.notify
Class NotificationQueue

java.lang.Object
  extended bycom.bigbross.bossa.notify.NotificationQueue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceEvents, WFNetEvents

public abstract class NotificationQueue
extends Object
implements Serializable

This class implements a notification queue. It is intended to be used by other Bossa packages to queue and send notifications in a atomic way.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
NotificationQueue()
          Creates new empty notification queue.
 
Method Summary
 void notifyAll(Bossa bossa)
          Notifies all events currently present in this queue and flushes it.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationQueue

public NotificationQueue()
Creates new empty notification queue.

Method Detail

notifyAll

public void notifyAll(Bossa bossa)
Notifies all events currently present in this queue and flushes it.

Parameters:
bossa - the root of the bossa system.


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.