public interface ManagedServerBootConfiguration
| Modifier and Type | Method and Description |
|---|---|
HostControllerEnvironment |
getHostControllerEnvironment()
Get the host controller environment.
|
List<String> |
getServerLaunchCommand(boolean includeProcessId)
Get server launch command.
|
Map<String,String> |
getServerLaunchEnvironment()
Get the server launch environment.
|
int |
getServerProcessId()
Gets a semi-unique id for the server process.
|
Supplier<SSLContext> |
getSSLContextSupplier()
Get a
Serializable Supplier that the server will use to create an SSLContext for connecting
back to the HostController. |
org.jboss.dmr.ModelNode |
getSubsystemEndpointConfiguration()
Get the subsystem endpoint configuration, in case we use the subsystem.
|
boolean |
isManagementSubsystemEndpoint()
Get whether the native management remoting connector should use the endpoint set up by
|
boolean |
isSuspended() |
Map<String,String> getServerLaunchEnvironment()
List<String> getServerLaunchCommand(boolean includeProcessId)
The command can optionally omit the usual arg that reports the server's
semi-unique process id. Omitting this allows comparison of launch
commands without having to account for the fact that process ids for the same logical server
will be different for different launches.
includeProcessId - true if the command should include a -D arg
reporting the server process id.HostControllerEnvironment getHostControllerEnvironment()
boolean isManagementSubsystemEndpoint()
org.jboss.dmr.ModelNode getSubsystemEndpointConfiguration()
Supplier<SSLContext> getSSLContextSupplier()
Serializable Supplier that the server will use to create an SSLContext for connecting
back to the HostController.Supplier or null if no SSL configuration specified.boolean isSuspended()
int getServerProcessId()
Copyright © 2018 JBoss by Red Hat. All rights reserved.