com.ibm.etools.systems.dstore.core.server
Class ServerReturnCodes
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServerReturnCodes
public ServerReturnCodes()
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.