com.BobCo.FileExplorer
Interface BobCoFileExplorerConstants

All Known Implementing Classes:
BobCoFileExplorerServer, ConsoleRequestDirectoryContentsCommand, ConsoleRequestLocalFixedDrivesCommand, GetClientDirectoryContentsCommand, GetClientLocalFixedDrivesCommand

public interface BobCoFileExplorerConstants

This interface defines the constants that need to be shared among the BobCo file explorer classes.


Field Summary
static int ARCHIVE
          Archive file attribute
static java.lang.String clientAddressSuffix
          Name of BobCo File Explorer client's addressing suffix
static int consoleRequestDirectoryContents
          Command code issued from console to server to request directory contents
static int consoleRequestLocalFixedDrives
          Command code issued from console to server to report clients' drives
static int DIRECTORY
          Directory attribute
static int getClientDirectoryContents
          Command code issued to client to get contents of a directory
static int getClientLocalFixedDrives
          Command code issued to client to request list of local fixed drives
static int HIDDEN
          "Hidden" file attribute
static int READONLY
          Read only file attribute
static int RETURN_FIND_FAILED
           
static int RETURN_OKAY
           
static int RETURN_UNRECOGNIZED_ACT_ID
           
static int RETURN_UNRECOGNIZED_COMMAND_CODE
           
static int RTMcommandCode
          Command code used for TWGRemoteTaskManager communication
static java.lang.String serviceNodeName
          Name of BobCo File Explorer server's service node
static int SYSTEM
          "System" file attribute
 

Field Detail

serviceNodeName

public static final java.lang.String serviceNodeName
Name of BobCo File Explorer server's service node

clientAddressSuffix

public static final java.lang.String clientAddressSuffix
Name of BobCo File Explorer client's addressing suffix

RTMcommandCode

public static final int RTMcommandCode
Command code used for TWGRemoteTaskManager communication

getClientLocalFixedDrives

public static final int getClientLocalFixedDrives
Command code issued to client to request list of local fixed drives

getClientDirectoryContents

public static final int getClientDirectoryContents
Command code issued to client to get contents of a directory

consoleRequestLocalFixedDrives

public static final int consoleRequestLocalFixedDrives
Command code issued from console to server to report clients' drives

consoleRequestDirectoryContents

public static final int consoleRequestDirectoryContents
Command code issued from console to server to request directory contents

RETURN_OKAY

public static final int RETURN_OKAY

RETURN_UNRECOGNIZED_COMMAND_CODE

public static final int RETURN_UNRECOGNIZED_COMMAND_CODE

RETURN_FIND_FAILED

public static final int RETURN_FIND_FAILED

RETURN_UNRECOGNIZED_ACT_ID

public static final int RETURN_UNRECOGNIZED_ACT_ID

READONLY

public static final int READONLY
Read only file attribute

HIDDEN

public static final int HIDDEN
"Hidden" file attribute

SYSTEM

public static final int SYSTEM
"System" file attribute

DIRECTORY

public static final int DIRECTORY
Directory attribute

ARCHIVE

public static final int ARCHIVE
Archive file attribute