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
-
HDFFileList()
- Constructs an HDFFileList with default parameters
-
HDFFileList(HDFObjectNode, String)
- Construct an HDFFileLis with specified HDFObjectNode and filename
-
fromServer(HDFMessage)
- process the message received from the server
-
getFileList()
- return the vector containing the file list
-
isFile()
- check if the requested file is a file or directory
-
service()
- serve the client request on the server
-
toClient()
- create a message for sending to the client
HDFFileList
public HDFFileList()
- Constructs an HDFFileList with default parameters
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
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 message received from the server
- Overrides:
- fromServer in class HDFObject
getFileList
public String[] getFileList()
- return the vector containing the file list
isFile
public boolean isFile()
- check if the requested file is a file or directory
All Packages Class Hierarchy This Package Previous Next Index