Class PropertyResourceDefinition
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.clustering.controller.AbstractResourceDefinition
-
- org.jboss.as.clustering.controller.ChildResourceDefinition<org.jboss.as.controller.registry.ManagementResourceRegistration>
-
- org.jboss.as.clustering.jgroups.subsystem.PropertyResourceDefinition
-
- All Implemented Interfaces:
ChildResourceDefinitionRegistration<org.jboss.as.controller.registry.ManagementResourceRegistration>,org.jboss.as.controller.ResourceDefinition
@Deprecated public class PropertyResourceDefinition extends ChildResourceDefinition<org.jboss.as.controller.registry.ManagementResourceRegistration>
Deprecated.Resource description for the addressable resources: /subsystem=jgroups/stack=X/transport=TRANSPORT/property=Z /subsystem=jgroups/stack=X/protocol=Y/property=Z- Author:
- Richard Achmatowicz (c) 2011 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.as.controller.registry.ManagementResourceRegistrationregister(org.jboss.as.controller.registry.ManagementResourceRegistration parent)Deprecated.-
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
-
-