Interface ManageableServerConfiguration
-
- All Superinterfaces:
org.jboss.migration.core.jboss.AbsolutePathResolver,ExtensionResource.Parent,InterfaceResource.Parent,ManageableResource,PathResource.Parent,SocketBindingGroupResource.Parent,SystemPropertyResource.Parent
- All Known Subinterfaces:
HostConfiguration,HostControllerConfiguration,StandaloneServerConfiguration
- All Known Implementing Classes:
AbstractManageableServerConfiguration,EmbeddedHostConfiguration,EmbeddedHostControllerConfiguration,EmbeddedStandaloneServerConfiguration
public interface ManageableServerConfiguration extends org.jboss.migration.core.jboss.AbsolutePathResolver, ManageableResource, ExtensionResource.Parent, InterfaceResource.Parent, PathResource.Parent, SocketBindingGroupResource.Parent, SystemPropertyResource.Parent
- Author:
- emmartins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jboss.dmr.ModelNodeexecuteManagementOperation(org.jboss.dmr.ModelNode operation)org.jboss.migration.core.jboss.JBossServerConfigurationgetConfigurationPath()default ManageableServerConfigurationTypegetConfigurationType()org.jboss.as.controller.client.ModelControllerClientgetModelControllerClient()WildFlyServer10getServer()booleanisStarted()default PathresolveNamedPath(String path)PathresolvePath(String path)default PathresolvePath(String path, String relativeTo)voidstart()voidstop()-
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.InterfaceResource.Parent
getInterfaceResource, getInterfaceResourceAbsoluteName, getInterfaceResourceConfiguration, getInterfaceResourceNames, getInterfaceResourcePathAddress, getInterfaceResources, hasInterfaceResource, removeInterfaceResource
-
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, getResourceType, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
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.SocketBindingGroupResource.Parent
getSocketBindingGroupResource, getSocketBindingGroupResourceAbsoluteName, getSocketBindingGroupResourceConfiguration, getSocketBindingGroupResourceNames, getSocketBindingGroupResourcePathAddress, getSocketBindingGroupResources, hasSocketBindingGroupResource, removeSocketBindingGroupResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.SystemPropertyResource.Parent
getSystemPropertyResource, getSystemPropertyResourceAbsoluteName, getSystemPropertyResourceConfiguration, getSystemPropertyResourceNames, getSystemPropertyResourcePathAddress, getSystemPropertyResources, hasSystemPropertyResource, removeSystemPropertyResource
-
-
-
-
Method Detail
-
start
void start()
-
stop
void stop()
-
isStarted
boolean isStarted()
-
executeManagementOperation
org.jboss.dmr.ModelNode executeManagementOperation(org.jboss.dmr.ModelNode operation) throws ManagementOperationException- Throws:
ManagementOperationException
-
getServer
WildFlyServer10 getServer()
-
resolvePath
Path resolvePath(String path) throws ManagementOperationException
- Specified by:
resolvePathin interfaceorg.jboss.migration.core.jboss.AbsolutePathResolver- Throws:
ManagementOperationException
-
getModelControllerClient
org.jboss.as.controller.client.ModelControllerClient getModelControllerClient()
-
getConfigurationPath
org.jboss.migration.core.jboss.JBossServerConfiguration getConfigurationPath()
-
getConfigurationType
default ManageableServerConfigurationType getConfigurationType()
-
resolveNamedPath
default Path resolveNamedPath(String path)
- Specified by:
resolveNamedPathin interfaceorg.jboss.migration.core.jboss.AbsolutePathResolver
-
-