public class CoreAddressDefinition extends SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
ATTRS |
static String |
GET_ROLES_AS_JSON
Deprecated.
|
static PathElement |
PATH |
Constructor and Description |
---|
CoreAddressDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
void |
registerChildren(ManagementResourceRegistration registry)
Register child resources associated with this resource.
|
void |
registerOperations(ManagementResourceRegistration registry)
Register operations associated with this resource.
|
getAccessConstraints, getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerAddOperation, registerRemoveOperation, registerRemoveOperation
public static final PathElement PATH
public static final AttributeDefinition[] ATTRS
@Deprecated public static final String GET_ROLES_AS_JSON
public void registerAttributes(ManagementResourceRegistration registry)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic void registerOperations(ManagementResourceRegistration registry)
SimpleResourceDefinition
registerOperations
in interface ResourceDefinition
registerOperations
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionpublic void registerChildren(ManagementResourceRegistration registry)
ResourceDefinition
registerChildren
in interface ResourceDefinition
registerChildren
in class SimpleResourceDefinition
registry
- a ManagementResourceRegistration
created from this definitionCopyright © 2014 JBoss by Red Hat. All rights reserved.