Uses of Interface
org.wildfly.plugin.tools.server.ServerManager
Packages that use ServerManager
-
Uses of ServerManager in org.wildfly.plugin.server
Fields in org.wildfly.plugin.server declared as ServerManager -
Uses of ServerManager in org.wildfly.plugin.tools.server
Classes in org.wildfly.plugin.tools.server that implement ServerManagerModifier and TypeClassDescriptionclass
A utility for executing management operations on domain servers.class
A utility for managing a standalone server.Methods in org.wildfly.plugin.tools.server that return ServerManagerModifier and TypeMethodDescriptiondefault ServerManager
ServerManager.asManaged()
Returns an instance of this server manager which does not allow the shutting down the server.Methods in org.wildfly.plugin.tools.server that return types with arguments of type ServerManagerModifier and TypeMethodDescriptionServerManager.Builder.build()
default CompletableFuture
<ServerManager> ServerManager.kill()
default CompletableFuture
<ServerManager> ServerManager.shutdownAsync()
Shuts down the server without a graceful shutdown timeout.default CompletableFuture
<ServerManager> ServerManager.shutdownAsync
(long timeout) Shuts down the server.