All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFHierarchy

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

public class HDFHierarchy
extends HDFObject
HDFHierarchy holds HDF Hierarchical tree information


Constructor Index

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

Method Index

 o fromServer(HDFMessage)
process a message receiving from the server
 o getQueue()
return the Queue containing the HDF hierarchy information
 o service()
serve the client request on the server
 o toClient()
create a message for sending to the client

Constructors

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

 o HDFHierarchy
 public HDFHierarchy(HDFObjectNode node,
                     String filename)
Construct an HDFHierarchy 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 a message receiving from the server

Parameters:
message - the HDFMessage received from the server
Overrides:
fromServer in class HDFObject
 o getQueue
 public Queue getQueue()
return the Queue containing the HDF hierarchy information


All Packages  Class Hierarchy  This Package  Previous  Next  Index