public interface ManagedServerBootConfiguration
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareServerLaunchCommand(ManagedServerBootConfiguration other)
Compares the launch command that would be produced by this object to the one
that would be produced by
other. |
HostControllerEnvironment |
getHostControllerEnvironment()
Get the host controller environment.
|
List<String> |
getServerLaunchCommand()
Get server launch command, in a form suitable for constructing a
ProcessBuilder. |
Map<String,String> |
getServerLaunchEnvironment()
Gets the environment variables that should be provided to the launched server process.
|
Map<String,String> |
getServerLaunchProperties()
Gets the system properties that will be set on the launched server process as part
of the
launch command. |
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()
nullList<String> getServerLaunchCommand()
ProcessBuilder.nullMap<String,String> getServerLaunchProperties()
launch command.nullboolean compareServerLaunchCommand(ManagedServerBootConfiguration other)
other. Useful as a means of comparing configurations.other - the other ManagedServerBootConfiguration. Cannot be nulltrue if both objects would produce the same launch commandHostControllerEnvironment 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 © 2019 JBoss by Red Hat. All rights reserved.