borland Packages  Class Hierarchy  datastore.jdbc Package 

ServerStatus interface

com.borland.datastore.jdbc.ServerStatus

About the ServerStatus interface

Variables  
ServerStatus enumerates the statusCode property of a ServerStatusEvent, which reports connections and errors that occur with a DataStoreServer.

ServerStatus variables

Variables defined in this interface


ServerStatus variables

CONNECT

  static final int CONNECT = 0x4
A new connection was started successfully.

CONNECT_ERROR

  static final int CONNECT_ERROR = 0x2
A connection failed.

DISCONNECT

  static final int DISCONNECT = 0x5
A connection was broken.

SERVER_ERROR

  static final int SERVER_ERROR = 0x1
An error in the server (not one of its connections) occurred.