public abstract class AbstractManageableServerConfiguration extends AbstractManageableResource implements ManageableServerConfiguration
AbstractManageableResource.Factory<T extends ManageableResource,P extends ManageableResource>| Modifier | Constructor and Description |
|---|---|
protected |
AbstractManageableServerConfiguration(String resourceName,
org.jboss.as.controller.PathAddress pathAddress,
WildFlyServer10 server) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
executeManagementOperation(org.jboss.dmr.ModelNode operation) |
org.jboss.as.controller.client.ModelControllerClient |
getModelControllerClient() |
WildFlyServer10 |
getServer() |
boolean |
isStarted() |
protected void |
processResult(org.jboss.dmr.ModelNode result) |
Path |
resolvePath(String pathName) |
void |
start() |
protected abstract org.jboss.as.controller.client.ModelControllerClient |
startConfiguration() |
void |
stop() |
protected abstract void |
stopConfiguration() |
protected void |
writeConfiguration() |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConfigurationDir, getConfigurationType, getContentDir, getDataDir, resolveNamedPathresolvePath, 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, getResourceType, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResourceprotected AbstractManageableServerConfiguration(String resourceName, org.jboss.as.controller.PathAddress pathAddress, WildFlyServer10 server)
public void start()
start in interface ManageableServerConfigurationprotected abstract org.jboss.as.controller.client.ModelControllerClient startConfiguration()
public void stop()
stop in interface ManageableServerConfigurationprotected abstract void stopConfiguration()
public boolean isStarted()
isStarted in interface ManageableServerConfigurationpublic WildFlyServer10 getServer()
getServer in interface ManageableServerConfigurationprotected void processResult(org.jboss.dmr.ModelNode result)
throws ManagementOperationException
ManagementOperationExceptionpublic org.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation)
throws ManagementOperationException
executeManagementOperation in interface ManageableServerConfigurationManagementOperationExceptionpublic Path resolvePath(String pathName) throws ManagementOperationException
resolvePath in interface org.jboss.migration.core.jboss.AbsolutePathResolverresolvePath in interface ManageableServerConfigurationManagementOperationExceptionpublic org.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
getModelControllerClient in interface ManageableServerConfigurationprotected void writeConfiguration()
Copyright © 2017 JBoss by Red Hat. All rights reserved.