public class ResourcesManagementImpl extends Object implements ResourcesManagement
| Constructor and Description |
|---|
ResourcesManagementImpl(String type,
org.jboss.as.controller.PathAddress parentPathAddress,
ManageableServerConfiguration configurationManagement) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.PathAddress |
getParentPathAddress() |
protected org.jboss.as.controller.PathAddress |
getPathAddress(org.jboss.as.controller.PathElement... elements) |
org.jboss.dmr.ModelNode |
getResource(String name) |
Set<String> |
getResourceNames() |
org.jboss.as.controller.PathAddress |
getResourcePathAddress(String resourceName) |
String |
getResourceType() |
ManageableServerConfiguration |
getServerConfiguration() |
void |
removeResource(String resourceName) |
public ResourcesManagementImpl(String type, org.jboss.as.controller.PathAddress parentPathAddress, ManageableServerConfiguration configurationManagement)
public ManageableServerConfiguration getServerConfiguration()
getServerConfiguration in interface ResourceManagementpublic org.jboss.as.controller.PathAddress getParentPathAddress()
getParentPathAddress in interface ResourcesManagementpublic String getResourceType()
getResourceType in interface ResourcesManagementprotected org.jboss.as.controller.PathAddress getPathAddress(org.jboss.as.controller.PathElement... elements)
public org.jboss.as.controller.PathAddress getResourcePathAddress(String resourceName)
getResourcePathAddress in interface ResourcesManagementpublic Set<String> getResourceNames() throws IOException
getResourceNames in interface ResourcesManagementIOExceptionpublic org.jboss.dmr.ModelNode getResource(String name) throws IOException
getResource in interface ResourcesManagementIOExceptionpublic void removeResource(String resourceName) throws IOException
removeResource in interface ResourcesManagementIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.