All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFAnnotation

java.lang.Object
   |
   +----ncsa.hdf.message.HDFObject
           |
           +----ncsa.hdf.message.HDFAnnotation

public class HDFAnnotation
extends HDFObject
HDFAnnotation holds HDF annotation information

Version:
1.1.3 September 22 1997
Author:
Peter X. Cao (xcao@ncsa.uiuc.edu)

Constructor Index

 o HDFAnnotation()
Constructs an HDFAnnotation with default parameters
 o HDFAnnotation(HDFObjectNode, String)
Construct an HDFAnnotation with specified HDFObjectNode and filename

Method Index

 o fromServer(HDFMessage)
process the message received from the server
 o getAnnotation()
return the annotation
 o service()
serve the client request on the server
 o toClient()
create a message for sending to the client

Constructors

 o HDFAnnotation
 public HDFAnnotation()
Constructs an HDFAnnotation with default parameters

 o HDFAnnotation
 public HDFAnnotation(HDFObjectNode node,
                      String filename)
Construct an HDFAnnotation with specified HDFObjectNode and filename

Parameters:
node - the HDFObjectNode to be transfered to the server
filename - the requested HDF file

Methods

 o toClient
 public HDFMessage toClient()
create a message for sending to the client

Returns:
The HDFMessage created by this object
Overrides:
toClient in class HDFObject
 o service
 public void service()
serve the client request on the server

Overrides:
service in class HDFObject
 o fromServer
 public void fromServer(HDFMessage message)
process the message received from the server

Parameters:
message - The HDFMessage from the server
Overrides:
fromServer in class HDFObject
 o getAnnotation
 public String getAnnotation()
return the annotation


All Packages  Class Hierarchy  This Package  Previous  Next  Index