public class EmbeddedHostConfiguration extends AbstractManageableServerConfiguration implements HostConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedHostConfiguration.HostConfigFileMigrationFactory |
| Constructor and Description |
|---|
EmbeddedHostConfiguration(HostControllerConfiguration hostController,
String host) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsManagement |
getExtensionsManagement() |
InterfacesManagement |
getInterfacesManagement() |
JVMsManagement |
getJVMsManagement() |
ManagementInterfacesManagement |
getManagementInterfacesManagement() |
org.jboss.as.controller.PathAddress |
getPathAddress() |
SecurityRealmsManagement |
getSecurityRealmsManagement() |
SocketBindingGroupsManagement |
getSocketBindingGroupsManagement() |
SubsystemsManagement |
getSubsystemsManagement() |
protected org.jboss.as.controller.client.ModelControllerClient |
startConfiguration() |
protected void |
stopConfiguration() |
executeManagementOperation, getModelControllerClient, getServer, isStarted, processResult, resolvePath, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteManagementOperation, getModelControllerClient, getServer, isStarted, resolvePath, start, stoppublic EmbeddedHostConfiguration(HostControllerConfiguration hostController, String host)
protected org.jboss.as.controller.client.ModelControllerClient startConfiguration()
startConfiguration in class AbstractManageableServerConfigurationprotected void stopConfiguration()
stopConfiguration in class AbstractManageableServerConfigurationpublic ExtensionsManagement getExtensionsManagement()
getExtensionsManagement in interface ManageableServerConfigurationpublic InterfacesManagement getInterfacesManagement()
getInterfacesManagement in interface ManageableServerConfigurationpublic SecurityRealmsManagement getSecurityRealmsManagement()
getSecurityRealmsManagement in interface HostConfigurationpublic SubsystemsManagement getSubsystemsManagement()
getSubsystemsManagement in interface HostConfigurationpublic SocketBindingGroupsManagement getSocketBindingGroupsManagement()
getSocketBindingGroupsManagement in interface ManageableServerConfigurationpublic JVMsManagement getJVMsManagement()
getJVMsManagement in interface HostConfigurationpublic ManagementInterfacesManagement getManagementInterfacesManagement()
getManagementInterfacesManagement in interface HostConfigurationpublic org.jboss.as.controller.PathAddress getPathAddress()
getPathAddress in interface HostConfigurationCopyright © 2016 JBoss by Red Hat. All rights reserved.