Package org.jboss.as.remoting
Class PropertyResource
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.remoting.PropertyResource
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class PropertyResource extends org.jboss.as.controller.SimpleResourceDefinition- Author:
- Kabir Khan, Tomaz Cerar
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPropertyResource(String parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)-
Methods inherited from class org.jboss.as.controller.SimpleResourceDefinition
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecated
-
-
-
-
Constructor Detail
-
PropertyResource
protected PropertyResource(String parent)
-
-
Method Detail
-
registerAttributes
public void registerAttributes(org.jboss.as.controller.registry.ManagementResourceRegistration resourceRegistration)
- Specified by:
registerAttributesin interfaceorg.jboss.as.controller.ResourceDefinition- Overrides:
registerAttributesin classorg.jboss.as.controller.SimpleResourceDefinition
-
-