public interface ManagedServerBootConfiguration
Modifier and Type | Method and Description |
---|---|
HostControllerEnvironment |
getHostControllerEnvironment()
Get the host controller environment.
|
List<String> |
getServerLaunchCommand()
Get server launch command.
|
Map<String,String> |
getServerLaunchEnvironment()
Get the server launch environment.
|
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
|
Map<String,String> getServerLaunchEnvironment()
List<String> getServerLaunchCommand()
HostControllerEnvironment getHostControllerEnvironment()
boolean isManagementSubsystemEndpoint()
org.jboss.dmr.ModelNode getSubsystemEndpointConfiguration()
Copyright © 2014 JBoss by Red Hat. All rights reserved.