org.jacorb.notification.queue
Class HeapEntry

java.lang.Object
  extended byorg.jacorb.notification.queue.HeapEntry

public class HeapEntry
extends java.lang.Object

Single entry within a Heap. An entry consists of a payload (the Notification) and order of primitive int type. The order member is used to keep track in which order the single elements were inserted in a Heap.

Version:
$Id: HeapEntry.java,v 1.3 2005/02/14 00:11:10 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
HeapEntry(Message event, long order)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeapEntry

public HeapEntry(Message event,
                 long order)
Method Detail

toString

public java.lang.String toString()