public class ManagedServerBootCmdFactory extends Object implements ManagedServerBootConfiguration
| Constructor and Description |
|---|
ManagedServerBootCmdFactory(String serverName,
org.jboss.dmr.ModelNode domainModel,
org.jboss.dmr.ModelNode hostModel,
HostControllerEnvironment environment,
ExpressionResolver expressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
ManagedServerBootConfiguration |
createConfiguration()
Create and verify the configuration before trying to start the process.
|
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
|
public ManagedServerBootCmdFactory(String serverName, org.jboss.dmr.ModelNode domainModel, org.jboss.dmr.ModelNode hostModel, HostControllerEnvironment environment, ExpressionResolver expressionResolver)
public ManagedServerBootConfiguration createConfiguration()
public HostControllerEnvironment getHostControllerEnvironment()
getHostControllerEnvironment in interface ManagedServerBootConfigurationpublic List<String> getServerLaunchCommand()
getServerLaunchCommand in interface ManagedServerBootConfigurationpublic boolean isManagementSubsystemEndpoint()
ManagedServerBootConfigurationisManagementSubsystemEndpoint in interface ManagedServerBootConfigurationpublic org.jboss.dmr.ModelNode getSubsystemEndpointConfiguration()
ManagedServerBootConfigurationgetSubsystemEndpointConfiguration in interface ManagedServerBootConfigurationpublic Map<String,String> getServerLaunchEnvironment()
getServerLaunchEnvironment in interface ManagedServerBootConfigurationCopyright © 2015 JBoss by Red Hat. All rights reserved.