static DBServerState | DerbyImpl.getServerState() | Gets the state of the Derby network server. |
---|
static DBServerState | DerbyImpl.isSocketConnectable(java.lang.String host, int port, int timeout, IWebServiceEngine wsEngine) | Checks if a host is Socket connectable on the specified host name and port. |
---|
static DBServerState | DerbyImpl.startServer(java.io.File jdbcDriversDir, java.io.File dbDir, int port) | Starts the Derby network server with configured port if running on "localhost". |
---|
static DBServerState | DerbyImpl.stopServer(java.io.File jdbcDriversDir) | Stops the Derby network server if started from this instance. |
---|
static DBServerState | DBServerState.valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. |
---|
static DBServerState[] | DBServerState.values() | Returns an array containing the constants of this enum type, in the order they are declared. |
---|