Uses of Enum Class
com.iizix.jdbc.DBServerState
Packages that use DBServerState
Uses of DBServerState in com.iizix.jdbc
Methods in com.iizix.jdbc that return DBServerStateModifier and TypeMethodDescriptionstatic DBServerStateDerbyImpl.getServerState()Gets the state of the Derby network server.static DBServerStateDerbyImpl.isSocketConnectable(String host, int port, int timeout, IWebServiceEngine wsEngine) Checks if a host is Socket connectable on the specified host name and port.static DBServerStateDerbyImpl.startServer(File jdbcDriversDir, File dbDir, int port) Starts the Derby network server with configured port if running on "localhost".static DBServerStateDerbyImpl.stopServer(File jdbcDriversDir) Stops the Derby network server if started from this instance.static DBServerStateReturns 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.