All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.message.HDFFileList

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

public class HDFFileList
extends HDFObject
HDFFileList holds the list of hdf files


Constructor Index

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

Method Index

 o fromServer(HDFMessage)
process the message received from the server
 o getFileList()
return the vector containing the file list
 o isFile()
check if the requested file is a file or directory
 o service()
serve the client request on the server
 o toClient()
create a message for sending to the client

Constructors

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

 o HDFFileList
 public HDFFileList(HDFObjectNode node,
                    String filename)
Construct an HDFFileLis 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 message received from the server
Overrides:
fromServer in class HDFObject
 o getFileList
 public String[] getFileList()
return the vector containing the file list

 o isFile
 public boolean isFile()
check if the requested file is a file or directory


All Packages  Class Hierarchy  This Package  Previous  Next  Index