MCPcopy Create free account
hub / github.com/BaseXdb/basex / stopServer

Method stopServer

basex-core/src/main/java/org/basex/core/Sandbox.java:562–564  ·  view source on GitHub ↗

Stops a server instance. @param server server @throws IOException I/O exception

(final BaseXServer server)

Source from the content-addressed store, hash-verified

560 * @throws IOException I/O exception
561 */
562 public static void stopServer(final BaseXServer server) throws IOException {
563 if(server != null) server.stop();
564 }
565
566 /**
567 * Creates a client instance.

Callers 15

afterMethod · 0.80
runMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80
stopMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by 15

afterMethod · 0.64
runMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64
stopMethod · 0.64