Class ChannelResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.clustering.controller.AbstractResourceDefinition
-
- org.jboss.as.clustering.controller.ChildResourceDefinition<ManagementResourceRegistration>
-
- org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition
-
- All Implemented Interfaces:
ChildResourceRegistrar<ManagementResourceRegistration>,org.jboss.as.controller.ResourceDefinition
public class ChannelResourceDefinition extends ChildResourceDefinition<ManagementResourceRegistration>
Definition for /subsystem=jgroups/channel=* resources- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelResourceDefinition.Attribute
-
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)ManagementResourceRegistrationregister(ManagementResourceRegistration parent)-
Methods inherited from class org.jboss.as.clustering.controller.AbstractResourceDefinition
registerAttributes, registerCapabilities, registerChildren, registerNotifications, registerOperations
-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Method Detail
-
pathElement
public static org.jboss.as.controller.PathElement pathElement(String name)
-
register
public ManagementResourceRegistration register(ManagementResourceRegistration parent)
-
-