public class EmbeddedStandaloneServerConfiguration extends AbstractManageableServerConfiguration implements StandaloneServerConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedStandaloneServerConfiguration.ConfigFileMigrationFactory |
AbstractManageableResource.Factory<T extends ManageableResource,P extends ManageableResource>RESOURCE_TYPE| Constructor and Description |
|---|
EmbeddedStandaloneServerConfiguration(String config,
WildFlyServer10 server) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentResource |
getDeploymentResource(String resourceName) |
Set<String> |
getDeploymentResourceNames() |
org.jboss.as.controller.PathAddress |
getDeploymentResourcePathAddress(String resourceName) |
List<DeploymentResource> |
getDeploymentResources() |
void |
removeDeploymentResource(String resourceName) |
protected org.jboss.as.controller.client.ModelControllerClient |
startConfiguration() |
protected void |
stopConfiguration() |
executeManagementOperation, getModelControllerClient, getServer, isStarted, processResult, resolvePath, start, stop, writeConfigurationaddChildResourceFactory, equals, findResources, findResources, findResources, findResources, getChildResource, getChildResourceFactories, getChildResourceFactory, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getDescendantResourceFactories, getDescendantResourceFactories, getParentResource, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hashCode, removeChildResource, removeResource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConfigurationDir, getContentDir, getDataDir, getResourceTypeexecuteManagementOperation, getConfigurationType, getModelControllerClient, getServer, isStarted, resolveNamedPath, resolvePath, start, stopresolvePath, resolvePath, resolvePath, resolvePathgetExtensionResource, getExtensionResourceAbsoluteName, getExtensionResourceConfiguration, getExtensionResourceNames, getExtensionResourcePathAddress, getExtensionResources, hasExtensionResource, removeExtensionResourcegetInterfaceResource, getInterfaceResourceAbsoluteName, getInterfaceResourceConfiguration, getInterfaceResourceNames, getInterfaceResourcePathAddress, getInterfaceResources, hasInterfaceResource, removeInterfaceResourcegetPathResource, getPathResourceAbsoluteName, getPathResourceConfiguration, getPathResourceNames, getPathResourcePathAddress, getPathResources, hasPathResource, removePathResourcegetSocketBindingGroupResource, getSocketBindingGroupResourceAbsoluteName, getSocketBindingGroupResourceConfiguration, getSocketBindingGroupResourceNames, getSocketBindingGroupResourcePathAddress, getSocketBindingGroupResources, hasSocketBindingGroupResource, removeSocketBindingGroupResourcegetSystemPropertyResource, getSystemPropertyResourceAbsoluteName, getSystemPropertyResourceConfiguration, getSystemPropertyResourceNames, getSystemPropertyResourcePathAddress, getSystemPropertyResources, hasSystemPropertyResource, removeSystemPropertyResourcefindResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResourcegetDeploymentResourceAbsoluteName, getDeploymentResourceConfiguration, hasDeploymentResourcegetDeploymentOverlayResource, getDeploymentOverlayResourceAbsoluteName, getDeploymentOverlayResourceConfiguration, getDeploymentOverlayResourceNames, getDeploymentOverlayResourcePathAddress, getDeploymentOverlayResources, hasDeploymentOverlayResource, removeDeploymentOverlayResourcegetManagementInterfaceResource, getManagementInterfaceResourceAbsoluteName, getManagementInterfaceResourceNames, getManagementInterfaceResourcePathAddress, getManagementInterfaceResources, removeManagementInterfaceResourcegetSecurityRealmResource, getSecurityRealmResourceAbsoluteName, getSecurityRealmResourceConfiguration, getSecurityRealmResourceNames, getSecurityRealmResourcePathAddress, getSecurityRealmResources, hasSecurityRealmResource, removeSecurityRealmResourcegetSubsystemResource, getSubsystemResourceAbsoluteName, getSubsystemResourceConfiguration, getSubsystemResourceNames, getSubsystemResourcePathAddress, getSubsystemResources, hasSubsystemResource, removeSubsystemResourcepublic EmbeddedStandaloneServerConfiguration(String config, WildFlyServer10 server)
protected org.jboss.as.controller.client.ModelControllerClient startConfiguration()
startConfiguration in class AbstractManageableServerConfigurationprotected void stopConfiguration()
stopConfiguration in class AbstractManageableServerConfigurationpublic DeploymentResource getDeploymentResource(String resourceName) throws ManagementOperationException
getDeploymentResource in interface DeploymentResource.ParentManagementOperationExceptionpublic List<DeploymentResource> getDeploymentResources() throws ManagementOperationException
getDeploymentResources in interface DeploymentResource.ParentManagementOperationExceptionpublic Set<String> getDeploymentResourceNames() throws ManagementOperationException
getDeploymentResourceNames in interface DeploymentResource.ParentManagementOperationExceptionpublic org.jboss.as.controller.PathAddress getDeploymentResourcePathAddress(String resourceName)
getDeploymentResourcePathAddress in interface DeploymentResource.Parentpublic void removeDeploymentResource(String resourceName) throws ManagementOperationException
removeDeploymentResource in interface DeploymentResource.ParentManagementOperationExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.