public interface ManageableServerConfiguration extends AbsolutePathResolver, ManageableResource, ExtensionResource.Parent, InterfaceResource.Parent, PathResource.Parent, SocketBindingGroupResource.Parent, SystemPropertyResource.Parent
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
executeManagementOperation(org.jboss.dmr.ModelNode operation) |
JBossServerConfiguration |
getConfigurationPath() |
default ManageableServerConfigurationType |
getConfigurationType() |
org.jboss.as.controller.client.ModelControllerClient |
getModelControllerClient() |
WildFlyServer10 |
getServer() |
boolean |
isStarted() |
default Path |
resolveNamedPath(String path) |
Path |
resolvePath(String path) |
default Path |
resolvePath(String path,
String relativeTo) |
void |
start() |
void |
stop() |
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, removeResourcevoid start()
void stop()
boolean isStarted()
org.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation)
throws ManagementOperationException
ManagementOperationExceptionWildFlyServer10 getServer()
Path resolvePath(String path) throws ManagementOperationException
resolvePath in interface AbsolutePathResolverManagementOperationExceptionorg.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
JBossServerConfiguration getConfigurationPath()
default ManageableServerConfigurationType getConfigurationType()
default Path resolveNamedPath(String path)
resolveNamedPath in interface AbsolutePathResolverdefault Path resolvePath(String path, String relativeTo)
resolvePath in interface AbsolutePathResolverCopyright © 2017 JBoss by Red Hat. All rights reserved.