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
- Version:
- 1.1.3 September 22 1997
- Author:
- Peter X. Cao
-
HDFHierarchy()
- Constructs an HDFHierarchy with default parameters
-
HDFHierarchy(HDFObjectNode, String)
- Construct an HDFHierarchy with specified HDFObjectNode and filename
-
fromServer(HDFMessage)
- process a message receiving from the server
-
getQueue()
- return the Queue containing the HDF hierarchy information
-
service()
- serve the client request on the server
-
toClient()
- create a message for sending to the client
HDFHierarchy
public HDFHierarchy()
- Constructs an HDFHierarchy with default parameters
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
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 a message receiving from the server
- Parameters:
- message - the HDFMessage received from the server
- Overrides:
- fromServer in class HDFObject
getQueue
public Queue getQueue()
- return the Queue containing the HDF hierarchy information
All Packages Class Hierarchy This Package Previous Next Index