public class LoggerResourceDefinition extends SimpleResourceDefinition
SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
static SimpleAttributeDefinition |
CATEGORY |
static String |
CHANGE_LEVEL_OPERATION_NAME |
static String |
LEGACY_ADD_HANDLER_OPERATION_NAME |
static String |
LEGACY_REMOVE_HANDLER_OPERATION_NAME |
static String |
LOGGER |
static PropertyAttributeDefinition |
USE_PARENT_HANDLERS |
| Constructor and Description |
|---|
LoggerResourceDefinition(boolean includeLegacy) |
| Modifier and Type | Method and Description |
|---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration) |
void |
registerOperations(ManagementResourceRegistration registration) |
void |
registerTransformers(org.jboss.as.logging.KnownModelVersion modelVersion,
ResourceTransformationDescriptionBuilder rootResourceBuilder,
ResourceTransformationDescriptionBuilder loggingProfileBuilder)
Register the transformers for the resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String CHANGE_LEVEL_OPERATION_NAME
public static final String LEGACY_ADD_HANDLER_OPERATION_NAME
public static final String LEGACY_REMOVE_HANDLER_OPERATION_NAME
public static final String LOGGER
public static final PropertyAttributeDefinition USE_PARENT_HANDLERS
public static final SimpleAttributeDefinition CATEGORY
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
registerAttributes in interface ResourceDefinitionregisterAttributes in class SimpleResourceDefinitionpublic void registerOperations(ManagementResourceRegistration registration)
registerOperations in interface ResourceDefinitionregisterOperations in class SimpleResourceDefinitionpublic void registerTransformers(org.jboss.as.logging.KnownModelVersion modelVersion,
ResourceTransformationDescriptionBuilder rootResourceBuilder,
ResourceTransformationDescriptionBuilder loggingProfileBuilder)
modelVersion - the model version we're registeringrootResourceBuilder - the builder for the root resourceloggingProfileBuilder - the builder for the logging profile, null if the profile was rejectedCopyright © 2016 JBoss by Red Hat. All rights reserved.