Remote Systems
v6.4.1

com.ibm.etools.systems.dstore.core.server
Class ServerReturnCodes

java.lang.Object
  extended bycom.ibm.etools.systems.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 Copyright
           
static String RC_BIND_ERROR
           
static String RC_CONNECTION_ERROR
           
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

Copyright

public static final String Copyright
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 Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.