Class ServerGroupResourceImpl
- java.lang.Object
-
- org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource<ServerGroupResource.Parent>
-
- org.jboss.migration.wfly10.config.management.impl.ServerGroupResourceImpl
-
- All Implemented Interfaces:
DeploymentOverlayResource.Parent,DeploymentResource.Parent,JvmResource.Parent,ManageableResource,ServerGroupResource
public class ServerGroupResourceImpl extends AbstractManageableResource<ServerGroupResource.Parent> implements ServerGroupResource
- Author:
- emmartins
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServerGroupResourceImpl.Factory-
Nested classes/interfaces inherited from interface org.jboss.migration.wfly10.config.management.ServerGroupResource
ServerGroupResource.Parent
-
-
Field Summary
-
Fields inherited from interface org.jboss.migration.wfly10.config.management.ServerGroupResource
RESOURCE_TYPE
-
-
Method Summary
-
Methods inherited from class org.jboss.migration.wfly10.config.management.impl.AbstractManageableResource
addChildResourceFactory, equals, findResources, findResources, findResources, findResources, getChildResource, getChildResourceFactories, getChildResourceFactory, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getDescendantResourceFactories, getDescendantResourceFactories, getParentResource, getResourceConfiguration, getResourceName, getResourcePathAddress, getServerConfiguration, hashCode, removeChildResource, removeResource, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ServerGroupResource
getParentResource, getResourceType
-
-