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)
-
HDFAnnotation()
- Constructs an HDFAnnotation with default parameters
-
HDFAnnotation(HDFObjectNode, String)
- Construct an HDFAnnotation with specified HDFObjectNode and filename
-
fromServer(HDFMessage)
- process the message received from the server
-
getAnnotation()
- return the annotation
-
service()
- serve the client request on the server
-
toClient()
- create a message for sending to the client
HDFAnnotation
public HDFAnnotation()
- Constructs an HDFAnnotation with default parameters
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
toClient
public HDFMessage toClient()
- create a message for sending to the client
- Returns:
- The HDFMessage created by this object
- Overrides:
- toClient in class HDFObject
service
public void service()
- serve the client request on the server
- Overrides:
- service in class HDFObject
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
getAnnotation
public String getAnnotation()
- return the annotation
All Packages Class Hierarchy This Package Previous Next Index