Uses of Enum Class
com.iizix.jdbc.DBServerState
Uses of DBServerState in com.iizix.jdbc
Modifier and TypeMethodDescriptionstatic DBServerState
DerbyImpl.getServerState()
Gets the state of the Derby network server.static DBServerState
DerbyImpl.isSocketConnectable
(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
(File jdbcDriversDir, File dbDir, int port) Starts the Derby network server with configured port if running on "localhost".static DBServerState
DerbyImpl.stopServer
(File jdbcDriversDir) Stops the Derby network server if started from this instance.static DBServerState
Returns the enum constant of this class with the specified name.static DBServerState[]
DBServerState.values()
Returns an array containing the constants of this enum class, in the order they are declared.