Class ForkResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.infinispan.server.jgroups.subsystem.ForkResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ForkResourceDefinition extends org.jboss.as.controller.SimpleResourceDefinitionDefinition of a fork resource.- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.PathElementWILDCARD_PATH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.as.controller.PathElementpathElement(String name)voidregisterChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerAttributes, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
pathElement
public static org.jboss.as.controller.PathElement pathElement(String name)
-
registerChildren
public void registerChildren(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
- Specified by:
registerChildrenin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerChildrenin classorg.jboss.as.controller.SimpleResourceDefinition
-
-