Interface StServerType
-
Method Details
-
start
Start the server instance. Can be called multiple times redundantly, and can be called before or after #close() has been called.- Throws:
StException- On errors
-
database
StDatabaseType database()- Returns:
- The server's database instance
-
configuration
StConfiguration configuration()- Returns:
- The server's associated configuration
-
isClosed
boolean isClosed()- Returns:
trueif the server is closed- See Also:
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
StException
-