Interface JvmResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostConfiguration,ServerGroupResource
- All Known Implementing Classes:
EmbeddedHostConfiguration,ServerGroupResourceImpl
- Enclosing interface:
- JvmResource
public static interface JvmResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasJvmResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default JvmResourcegetJvmResource(String resourceName)default StringgetJvmResourceAbsoluteName(String resourceName)default org.jboss.dmr.ModelNodegetJvmResourceConfiguration(String resourceName)default Set<String>getJvmResourceNames()default org.jboss.as.controller.PathAddressgetJvmResourcePathAddress(String resourceName)default List<JvmResource>getJvmResources()default booleanhasJvmResource(String resourceName)default voidremoveJvmResource(String resourceName)-
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
-
-
-
-
Method Detail
-
getJvmResource
default JvmResource getJvmResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getJvmResources
default List<JvmResource> getJvmResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getJvmResourceNames
default Set<String> getJvmResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getJvmResourcePathAddress
default org.jboss.as.controller.PathAddress getJvmResourcePathAddress(String resourceName)
-
getJvmResourceConfiguration
default org.jboss.dmr.ModelNode getJvmResourceConfiguration(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
hasJvmResource
default boolean hasJvmResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
removeJvmResource
default void removeJvmResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-