org.eclipse.dstore.core.server
Class ServerReturnCodes
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServerReturnCodes
public ServerReturnCodes()
Guidelines for using DataStore APIs.