Interface ServerGroupResource
-
- All Superinterfaces:
DeploymentOverlayResource.Parent,DeploymentResource.Parent,JvmResource.Parent,ManageableResource
- All Known Implementing Classes:
ServerGroupResourceImpl
public interface ServerGroupResource extends ManageableResource, DeploymentResource.Parent, DeploymentOverlayResource.Parent, JvmResource.Parent
- Author:
- emmartins
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceServerGroupResource.ParentA facade (with full defaults) for aManageableResourcewhich hasServerGroupResourcechildren.
-
Field Summary
Fields Modifier and Type Field Description static ManageableResourceTypeRESOURCE_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ServerGroupResource.ParentgetParentResource()default ManageableResourceTypegetResourceType()-
Methods inherited from interface org.jboss.migration.wfly10.config.management.DeploymentOverlayResource.Parent
getDeploymentOverlayResource, getDeploymentOverlayResourceAbsoluteName, getDeploymentOverlayResourceConfiguration, getDeploymentOverlayResourceNames, getDeploymentOverlayResourcePathAddress, getDeploymentOverlayResources, hasDeploymentOverlayResource, removeDeploymentOverlayResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.DeploymentResource.Parent
getDeploymentResource, getDeploymentResourceAbsoluteName, getDeploymentResourceConfiguration, getDeploymentResourceNames, getDeploymentResourcePathAddress, getDeploymentResources, hasDeploymentResource, removeDeploymentResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.JvmResource.Parent
getJvmResource, getJvmResourceAbsoluteName, getJvmResourceConfiguration, getJvmResourceNames, getJvmResourcePathAddress, getJvmResources, hasJvmResource, removeJvmResource
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
-
-
-
Field Detail
-
RESOURCE_TYPE
static final ManageableResourceType RESOURCE_TYPE
-
-
Method Detail
-
getResourceType
default ManageableResourceType getResourceType()
- Specified by:
getResourceTypein interfaceManageableResource
-
getParentResource
ServerGroupResource.Parent getParentResource()
- Specified by:
getParentResourcein interfaceManageableResource
-
-