Package org.jboss.as.jmx
Class ExposeModelResourceResolved
- java.lang.Object
-
- org.jboss.as.controller.SimpleResourceDefinition
-
- org.jboss.as.jmx.ExposeModelResourceResolved
-
- All Implemented Interfaces:
org.jboss.as.controller.ResourceDefinition
public class ExposeModelResourceResolved extends org.jboss.as.controller.SimpleResourceDefinitionThe resource for the legacy behaviour where all attributes are read as resolved and attributes/operation parameters are typed and you can't use expressions- Author:
- Kabir Khan
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.as.controller.SimpleAttributeDefinitionDOMAIN_NAMEstatic org.jboss.as.controller.PathElementPATH_ELEMENT
-
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
-
-