Class EmbeddedHostConfiguration
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource
-
- org.jboss.migration.wfly10.config.management.impl.AbstractManageableServerConfiguration
-
- org.jboss.migration.wfly10.config.management.impl.EmbeddedHostConfiguration
-
- All Implemented Interfaces:
org.jboss.migration.core.jboss.AbsolutePathResolver,ExtensionResource.Parent,HostConfiguration,InterfaceResource.Parent,JvmResource.Parent,ManageableResource,ManageableServerConfiguration,ManagementInterfaceResource.Parent,PathResource.Parent,SecurityRealmResource.Parent,SocketBindingGroupResource.Parent,SubsystemResource.Parent,SystemPropertyResource.Parent
public class EmbeddedHostConfiguration extends AbstractManageableServerConfiguration implements HostConfiguration
- Author:
- emmartins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedHostConfiguration.HostConfigFileMigrationFactory-
Nested classes/interfaces inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource
AbstractManageableResource.Factory<T extends ManageableResource,P extends ManageableResource>
-
-
Field Summary
-
Fields inherited from interface org.jboss.migration.wfly10.config.management.HostConfiguration
RESOURCE_TYPE
-
-
Constructor Summary
Constructors Constructor Description EmbeddedHostConfiguration(HostControllerConfiguration hostController, String host)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.as.controller.client.ModelControllerClientstartConfiguration()protected voidstopConfiguration()-
Methods inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableServerConfiguration
executeManagementOperation, getConfigurationPath, getModelControllerClient, getServer, isStarted, processResult, resolvePath, start, stop, writeConfiguration
-
Methods inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource
addChildResourceFactory, equals, findResources, findResources, findResources, findResources, getChildResource, getChildResourceFactories, getChildResourceFactory, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getDescendantResourceFactories, getDescendantResourceFactories, getParentResource, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hashCode, removeChildResource, removeResource, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ExtensionResource.Parent
getExtensionResource, getExtensionResourceAbsoluteName, getExtensionResourceConfiguration, getExtensionResourceNames, getExtensionResourcePathAddress, getExtensionResources, hasExtensionResource, removeExtensionResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.HostConfiguration
getResourceType
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.InterfaceResource.Parent
getInterfaceResource, getInterfaceResourceAbsoluteName, getInterfaceResourceConfiguration, getInterfaceResourceNames, getInterfaceResourcePathAddress, getInterfaceResources, hasInterfaceResource, removeInterfaceResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.JvmResource.Parent
getJvmResource, getJvmResourceAbsoluteName, getJvmResourceConfiguration, getJvmResourceNames, getJvmResourcePathAddress, getJvmResources, hasJvmResource, removeJvmResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableServerConfiguration
executeManagementOperation, getConfigurationPath, getConfigurationType, getModelControllerClient, getServer, isStarted, resolveNamedPath, resolvePath, resolvePath, start, stop
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManagementInterfaceResource.Parent
getManagementInterfaceResource, getManagementInterfaceResourceAbsoluteName, getManagementInterfaceResourceNames, getManagementInterfaceResourcePathAddress, getManagementInterfaceResources, removeManagementInterfaceResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.PathResource.Parent
getPathResource, getPathResourceAbsoluteName, getPathResourceConfiguration, getPathResourceNames, getPathResourcePathAddress, getPathResources, hasPathResource, removePathResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SecurityRealmResource.Parent
getSecurityRealmResource, getSecurityRealmResourceAbsoluteName, getSecurityRealmResourceConfiguration, getSecurityRealmResourceNames, getSecurityRealmResourcePathAddress, getSecurityRealmResources, hasSecurityRealmResource, removeSecurityRealmResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SocketBindingGroupResource.Parent
getSocketBindingGroupResource, getSocketBindingGroupResourceAbsoluteName, getSocketBindingGroupResourceConfiguration, getSocketBindingGroupResourceNames, getSocketBindingGroupResourcePathAddress, getSocketBindingGroupResources, hasSocketBindingGroupResource, removeSocketBindingGroupResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SubsystemResource.Parent
getSubsystemResource, getSubsystemResourceAbsoluteName, getSubsystemResourceConfiguration, getSubsystemResourceNames, getSubsystemResourcePathAddress, getSubsystemResources, hasSubsystemResource, removeSubsystemResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SystemPropertyResource.Parent
getSystemPropertyResource, getSystemPropertyResourceAbsoluteName, getSystemPropertyResourceConfiguration, getSystemPropertyResourceNames, getSystemPropertyResourcePathAddress, getSystemPropertyResources, hasSystemPropertyResource, removeSystemPropertyResource
-
-
-
-
Constructor Detail
-
EmbeddedHostConfiguration
public EmbeddedHostConfiguration(HostControllerConfiguration hostController, String host)
-
-
Method Detail
-
startConfiguration
protected org.jboss.as.controller.client.ModelControllerClient startConfiguration()
- Specified by:
startConfigurationin classAbstractManageableServerConfiguration
-
stopConfiguration
protected void stopConfiguration()
- Specified by:
stopConfigurationin classAbstractManageableServerConfiguration
-
-