org.hsqldb
Interface ServerConstants


public interface ServerConstants

An enumeration of the property keys and default property values used by HSQLDB servers

Since:
1.7.2
Version:
1.7.2
Author:
boucherb@users.sourceforge.net

Field Summary
static int SC_DATABASE_SHUTDOWN
           
static String SC_DEFAULT_ADDRESS
           
static String SC_DEFAULT_DATABASE
           
static int SC_DEFAULT_HSQL_SERVER_PORT
           
static int SC_DEFAULT_HSQLS_SERVER_PORT
           
static int SC_DEFAULT_HTTP_SERVER_PORT
           
static int SC_DEFAULT_HTTPS_SERVER_PORT
           
static boolean SC_DEFAULT_NO_SYSTEM_EXIT
           
static boolean SC_DEFAULT_SERVER_AUTORESTART
           
static boolean SC_DEFAULT_SILENT
           
static boolean SC_DEFAULT_TLS
           
static boolean SC_DEFAULT_TRACE
           
static String SC_DEFAULT_WEB_MIME
           
static String SC_DEFAULT_WEB_PAGE
           
static String SC_DEFAULT_WEB_ROOT
           
static String SC_KEY_ADDRESS
           
static String SC_KEY_AUTORESTART_SERVER
           
static String SC_KEY_DATABASE
           
static String SC_KEY_DBNAME
           
static String SC_KEY_MAX_CONNECTIONS
           
static String SC_KEY_NO_SYSTEM_EXIT
           
static String SC_KEY_PORT
           
static String SC_KEY_PREFIX
           
static String SC_KEY_SILENT
           
static String SC_KEY_TLS
           
static String SC_KEY_TRACE
           
static String SC_KEY_WEB_DEFAULT_PAGE
           
static String SC_KEY_WEB_ROOT
           
static int SC_PROTOCOL_HSQL
           
static int SC_PROTOCOL_HTTP
           
static int SERVER_STATE_CLOSING
           
static int SERVER_STATE_ONLINE
           
static int SERVER_STATE_OPENING
           
static int SERVER_STATE_SHUTDOWN
           
 

Field Detail

SERVER_STATE_ONLINE

public static final int SERVER_STATE_ONLINE
See Also:
Constant Field Values

SERVER_STATE_OPENING

public static final int SERVER_STATE_OPENING
See Also:
Constant Field Values

SERVER_STATE_CLOSING

public static final int SERVER_STATE_CLOSING
See Also:
Constant Field Values

SERVER_STATE_SHUTDOWN

public static final int SERVER_STATE_SHUTDOWN
See Also:
Constant Field Values

SC_DATABASE_SHUTDOWN

public static final int SC_DATABASE_SHUTDOWN
See Also:
Constant Field Values

SC_DEFAULT_ADDRESS

public static final String SC_DEFAULT_ADDRESS
See Also:
Constant Field Values

SC_DEFAULT_DATABASE

public static final String SC_DEFAULT_DATABASE
See Also:
Constant Field Values

SC_DEFAULT_HSQL_SERVER_PORT

public static final int SC_DEFAULT_HSQL_SERVER_PORT
See Also:
Constant Field Values

SC_DEFAULT_HSQLS_SERVER_PORT

public static final int SC_DEFAULT_HSQLS_SERVER_PORT
See Also:
Constant Field Values

SC_DEFAULT_HTTP_SERVER_PORT

public static final int SC_DEFAULT_HTTP_SERVER_PORT
See Also:
Constant Field Values

SC_DEFAULT_HTTPS_SERVER_PORT

public static final int SC_DEFAULT_HTTPS_SERVER_PORT
See Also:
Constant Field Values

SC_DEFAULT_SERVER_AUTORESTART

public static final boolean SC_DEFAULT_SERVER_AUTORESTART
See Also:
Constant Field Values

SC_DEFAULT_NO_SYSTEM_EXIT

public static final boolean SC_DEFAULT_NO_SYSTEM_EXIT
See Also:
Constant Field Values

SC_DEFAULT_SILENT

public static final boolean SC_DEFAULT_SILENT
See Also:
Constant Field Values

SC_DEFAULT_TLS

public static final boolean SC_DEFAULT_TLS
See Also:
Constant Field Values

SC_DEFAULT_TRACE

public static final boolean SC_DEFAULT_TRACE
See Also:
Constant Field Values

SC_PROTOCOL_HTTP

public static final int SC_PROTOCOL_HTTP
See Also:
Constant Field Values

SC_PROTOCOL_HSQL

public static final int SC_PROTOCOL_HSQL
See Also:
Constant Field Values

SC_KEY_PREFIX

public static final String SC_KEY_PREFIX
See Also:
Constant Field Values

SC_KEY_ADDRESS

public static final String SC_KEY_ADDRESS
See Also:
Constant Field Values

SC_KEY_AUTORESTART_SERVER

public static final String SC_KEY_AUTORESTART_SERVER
See Also:
Constant Field Values

SC_KEY_DATABASE

public static final String SC_KEY_DATABASE
See Also:
Constant Field Values

SC_KEY_DBNAME

public static final String SC_KEY_DBNAME
See Also:
Constant Field Values

SC_KEY_NO_SYSTEM_EXIT

public static final String SC_KEY_NO_SYSTEM_EXIT
See Also:
Constant Field Values

SC_KEY_PORT

public static final String SC_KEY_PORT
See Also:
Constant Field Values

SC_KEY_SILENT

public static final String SC_KEY_SILENT
See Also:
Constant Field Values

SC_KEY_TLS

public static final String SC_KEY_TLS
See Also:
Constant Field Values

SC_KEY_TRACE

public static final String SC_KEY_TRACE
See Also:
Constant Field Values

SC_KEY_WEB_DEFAULT_PAGE

public static final String SC_KEY_WEB_DEFAULT_PAGE
See Also:
Constant Field Values

SC_KEY_WEB_ROOT

public static final String SC_KEY_WEB_ROOT
See Also:
Constant Field Values

SC_KEY_MAX_CONNECTIONS

public static final String SC_KEY_MAX_CONNECTIONS
See Also:
Constant Field Values

SC_DEFAULT_WEB_MIME

public static final String SC_DEFAULT_WEB_MIME
See Also:
Constant Field Values

SC_DEFAULT_WEB_PAGE

public static final String SC_DEFAULT_WEB_PAGE
See Also:
Constant Field Values

SC_DEFAULT_WEB_ROOT

public static final String SC_DEFAULT_WEB_ROOT
See Also:
Constant Field Values


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.