Interface InterfaceResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostConfiguration,HostControllerConfiguration,ManageableServerConfiguration,StandaloneServerConfiguration
- All Known Implementing Classes:
AbstractManageableServerConfiguration,EmbeddedHostConfiguration,EmbeddedHostControllerConfiguration,EmbeddedStandaloneServerConfiguration
- Enclosing interface:
- InterfaceResource
public static interface InterfaceResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasInterfaceResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default InterfaceResourcegetInterfaceResource(String resourceName)default StringgetInterfaceResourceAbsoluteName(String resourceName)default org.jboss.dmr.ModelNodegetInterfaceResourceConfiguration(String resourceName)default Set<String>getInterfaceResourceNames()default org.jboss.as.controller.PathAddressgetInterfaceResourcePathAddress(String resourceName)default List<InterfaceResource>getInterfaceResources()default booleanhasInterfaceResource(String resourceName)default voidremoveInterfaceResource(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
-
getInterfaceResource
default InterfaceResource getInterfaceResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getInterfaceResources
default List<InterfaceResource> getInterfaceResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getInterfaceResourceNames
default Set<String> getInterfaceResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getInterfaceResourcePathAddress
default org.jboss.as.controller.PathAddress getInterfaceResourcePathAddress(String resourceName)
-
getInterfaceResourceAbsoluteName
default String getInterfaceResourceAbsoluteName(String resourceName)
-
getInterfaceResourceConfiguration
default org.jboss.dmr.ModelNode getInterfaceResourceConfiguration(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
hasInterfaceResource
default boolean hasInterfaceResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
removeInterfaceResource
default void removeInterfaceResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-