Interface ManagementInterfaceResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostConfiguration,StandaloneServerConfiguration
- All Known Implementing Classes:
EmbeddedHostConfiguration,EmbeddedStandaloneServerConfiguration
- Enclosing interface:
- ManagementInterfaceResource
public static interface ManagementInterfaceResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasManagementInterfaceResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ManagementInterfaceResourcegetManagementInterfaceResource(String resourceName)default StringgetManagementInterfaceResourceAbsoluteName(String resourceName)default Set<String>getManagementInterfaceResourceNames()default org.jboss.as.controller.PathAddressgetManagementInterfaceResourcePathAddress(String resourceName)default List<ManagementInterfaceResource>getManagementInterfaceResources()default voidremoveManagementInterfaceResource(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
-
getManagementInterfaceResource
default ManagementInterfaceResource getManagementInterfaceResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getManagementInterfaceResources
default List<ManagementInterfaceResource> getManagementInterfaceResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getManagementInterfaceResourceNames
default Set<String> getManagementInterfaceResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getManagementInterfaceResourcePathAddress
default org.jboss.as.controller.PathAddress getManagementInterfaceResourcePathAddress(String resourceName)
-
getManagementInterfaceResourceAbsoluteName
default String getManagementInterfaceResourceAbsoluteName(String resourceName)
-
removeManagementInterfaceResource
default void removeManagementInterfaceResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-