public class LoggerResourceDefinition extends TransformerResourceDefinition
SimpleResourceDefinition.Parameters| Modifier and Type | Field and Description |
|---|---|
static OperationDefinition |
ADD_HANDLER_OPERATION |
static SimpleAttributeDefinition |
CATEGORY |
static OperationDefinition |
CHANGE_LEVEL_OPERATION |
static OperationDefinition |
LEGACY_ADD_HANDLER_OPERATION |
static OperationDefinition |
LEGACY_REMOVE_HANDLER_OPERATION |
static String |
NAME |
static OperationDefinition |
REMOVE_HANDLER_OPERATION |
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(KnownModelVersion modelVersion,
ResourceTransformationDescriptionBuilder rootResourceBuilder,
ResourceTransformationDescriptionBuilder loggingProfileBuilder)
Register the transformers for the resource.
|
getAccessConstraints, getDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAdditionalRuntimePackages, registerAddOperation, registerAddOperation, registerCapabilities, registerChildren, registerNotifications, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic static final String NAME
public static final OperationDefinition CHANGE_LEVEL_OPERATION
public static final OperationDefinition LEGACY_ADD_HANDLER_OPERATION
public static final OperationDefinition LEGACY_REMOVE_HANDLER_OPERATION
public static final OperationDefinition ADD_HANDLER_OPERATION
public static final OperationDefinition REMOVE_HANDLER_OPERATION
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(KnownModelVersion modelVersion, ResourceTransformationDescriptionBuilder rootResourceBuilder, ResourceTransformationDescriptionBuilder loggingProfileBuilder)
TransformerResourceDefinitionregisterTransformers in class TransformerResourceDefinitionmodelVersion - the model version we're registeringrootResourceBuilder - the builder for the root resourceloggingProfileBuilder - the builder for the logging profile, null if the profile was rejectedCopyright © 2021 JBoss by Red Hat. All rights reserved.