Remote System Explorer DataStore
Release 1.0

org.eclipse.dstore.core.server
Class ServerReturnCodes

java.lang.Object
  extended byorg.eclipse.dstore.core.server.ServerReturnCodes

public class ServerReturnCodes
extends Object

This class contains a list of server return codes that are used to negociate server communication with a client


Field Summary
static String RC_BIND_ERROR
           
static String RC_CONNECTION_ERROR
           
static String RC_DSTORE_SERVER_MAGIC
           
static String RC_FINISHED
           
static String RC_GENERAL_IO_ERROR
           
static String RC_JRE_VERSION_ERROR
           
static String RC_SECURITY_ERROR
           
static String RC_SUCCESS
           
static String RC_UNKNOWN_HOST_ERROR
           
 
Constructor Summary
ServerReturnCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC_DSTORE_SERVER_MAGIC

public static final String RC_DSTORE_SERVER_MAGIC
See Also:
Constant Field Values

RC_SUCCESS

public static final String RC_SUCCESS
See Also:
Constant Field Values

RC_UNKNOWN_HOST_ERROR

public static final String RC_UNKNOWN_HOST_ERROR
See Also:
Constant Field Values

RC_BIND_ERROR

public static final String RC_BIND_ERROR
See Also:
Constant Field Values

RC_GENERAL_IO_ERROR

public static final String RC_GENERAL_IO_ERROR
See Also:
Constant Field Values

RC_CONNECTION_ERROR

public static final String RC_CONNECTION_ERROR
See Also:
Constant Field Values

RC_SECURITY_ERROR

public static final String RC_SECURITY_ERROR
See Also:
Constant Field Values

RC_FINISHED

public static final String RC_FINISHED
See Also:
Constant Field Values

RC_JRE_VERSION_ERROR

public static final String RC_JRE_VERSION_ERROR
See Also:
Constant Field Values
Constructor Detail

ServerReturnCodes

public ServerReturnCodes()

Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.