Class ChannelResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.infinispan.server.jgroups.subsystem.ChannelResourceDefinition
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ChannelResourceDefinition extends org.jboss.as.controller.SimpleResourceDefinitionDefinition for /subsystem=jgroups/channel=* resources- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.SimpleAttributeDefinitionSTACKstatic 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)voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration)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, 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
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
-