All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class kraft.monitor.adapter.MessageHashtable

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----kraft.monitor.adapter.MessageHashtable

class MessageHashtable
extends Hashtable
Used to keep a store of the messages currently monitored. Stores them in a reduced way, in an Entry object which contains the message's sender,reciever,timestamp,reply_with,in_reply_to, and the content length.

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index