All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFMessage

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----ncsa.hdf.message.HDFMessage

public class HDFMessage
extends Hashtable
HDFMessage holds information to be transfered between the server and client.


Constructor Index

 o HDFMessage()
constructs an HDFMessage without an owner.
 o HDFMessage(String)
constructs an HDFMessage with a specified owner.

Method Index

 o getOwner()
get the owner of this message
 o setOwner(String)
set the owner of the message
 o toString()
Returns the String representation of this message value.

Constructors

 o HDFMessage
 public HDFMessage()
constructs an HDFMessage without an owner.

 o HDFMessage
 public HDFMessage(String owner)
constructs an HDFMessage with a specified owner.

Methods

 o getOwner
 public String getOwner()
get the owner of this message

 o setOwner
 public void setOwner(String newOwner)
set the owner of the message

 o toString
 public String toString()
Returns the String representation of this message value.

Overrides:
toString in class Hashtable

All Packages  Class Hierarchy  This Package  Previous  Next  Index