Interface ServerGroupResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostControllerConfiguration
- All Known Implementing Classes:
EmbeddedHostControllerConfiguration
- Enclosing interface:
- ServerGroupResource
public static interface ServerGroupResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasServerGroupResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ServerGroupResourcegetServerGroupResource(String resourceName)default StringgetServerGroupResourceAbsoluteName(String resourceName)default org.jboss.dmr.ModelNodegetServerGroupResourceConfiguration(String resourceName)default Set<String>getServerGroupResourceNames()default org.jboss.as.controller.PathAddressgetServerGroupResourcePathAddress(String resourceName)default List<ServerGroupResource>getServerGroupResources()default booleanhasServerGroupResource(String resourceName)default voidremoveServerGroupResource(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
-
getServerGroupResource
default ServerGroupResource getServerGroupResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getServerGroupResources
default List<ServerGroupResource> getServerGroupResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getServerGroupResourceNames
default Set<String> getServerGroupResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getServerGroupResourcePathAddress
default org.jboss.as.controller.PathAddress getServerGroupResourcePathAddress(String resourceName)
-
getServerGroupResourceAbsoluteName
default String getServerGroupResourceAbsoluteName(String resourceName)
-
getServerGroupResourceConfiguration
default org.jboss.dmr.ModelNode getServerGroupResourceConfiguration(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
hasServerGroupResource
default boolean hasServerGroupResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
removeServerGroupResource
default void removeServerGroupResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-