public class CacheContainerReadAttributeHandler extends Object implements OperationStepHandler
Modifier and Type | Field and Description |
---|---|
static CacheContainerReadAttributeHandler |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation)
A read handler which preforms special processing for ALIAS attributes
|
protected AttributeDefinition |
getAttributeDefinition(String attributeName) |
void |
registerAttributes(ManagementResourceRegistration registry) |
public static final CacheContainerReadAttributeHandler INSTANCE
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute
in interface OperationStepHandler
context
- the operation contextoperation
- the operation being executedOperationFailedException
public void registerAttributes(ManagementResourceRegistration registry)
protected AttributeDefinition getAttributeDefinition(String attributeName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.