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.
-
HDFMessage()
- constructs an HDFMessage without an owner.
-
HDFMessage(String)
- constructs an HDFMessage with a specified owner.
-
getOwner()
- get the owner of this message
-
setOwner(String)
- set the owner of the message
-
toString()
- Returns the String representation of this message value.
HDFMessage
public HDFMessage()
- constructs an HDFMessage without an owner.
HDFMessage
public HDFMessage(String owner)
- constructs an HDFMessage with a specified owner.
getOwner
public String getOwner()
- get the owner of this message
setOwner
public void setOwner(String newOwner)
- set the owner of the message
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