public class VaultWriteAttributeHandler extends ReloadRequiredWriteAttributeHandler
AbstractWriteAttributeHandler.HandbackHolder<T>
Modifier and Type | Field and Description |
---|---|
static VaultWriteAttributeHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration registry) |
protected void |
validateResolvedValue(String name,
org.jboss.dmr.ModelNode value)
If a resolved value validator was passed to the constructor, uses it to validate the value.
|
protected void |
validateUnresolvedValue(String name,
org.jboss.dmr.ModelNode value)
If an unresolved value validator was passed to the constructor, uses it to validate the value.
|
applyUpdateToRuntime, revertUpdateToRuntime
execute, getAttributeDefinition, requiresRuntime
public static final VaultWriteAttributeHandler INSTANCE
public void registerAttributes(ManagementResourceRegistration registry)
protected void validateUnresolvedValue(String name, org.jboss.dmr.ModelNode value) throws OperationFailedException
AbstractWriteAttributeHandler
validateUnresolvedValue
in class AbstractWriteAttributeHandler<Void>
name
- the name of the attribute being updatedvalue
- the unresolved valueOperationFailedException
protected void validateResolvedValue(String name, org.jboss.dmr.ModelNode value) throws OperationFailedException
AbstractWriteAttributeHandler
validateResolvedValue
in class AbstractWriteAttributeHandler<Void>
name
- the name of the attribute being updatedvalue
- the resolved valueOperationFailedException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.