borland Packages Class Hierarchy datastore.jdbc Package
com.borland.datastore.jdbc.ServerStatus
Variables
ServerStatus
enumerates the statusCode
property of a
ServerStatusEvent
, which reports connections and errors that
occur with a DataStoreServer
.
static final int CONNECT = 0x4A new connection was started successfully.
static final int CONNECT_ERROR = 0x2A connection failed.
static final int DISCONNECT = 0x5A connection was broken.
static final int SERVER_ERROR = 0x1An error in the server (not one of its connections) occurred.
static final int STATUS_LOG_ERROR = 0x6Used to report that the
ServerConnection
was unable to create the status log.