|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.as.controller.AttributeDefinition
org.jboss.as.controller.SimpleAttributeDefinition
org.modeshape.jboss.metric.ModelMetrics.MetricAttributeDefinition
public abstract static class ModelMetrics.MetricAttributeDefinition
Represents an attribute definition of a ModeShape metric.
Field Summary |
---|
Fields inherited from class org.jboss.as.controller.AttributeDefinition |
---|
attributeMarshaller, COMPLEX_TYPES |
Constructor Summary | |
---|---|
protected |
ModelMetrics.MetricAttributeDefinition(String name)
|
Method Summary | |
---|---|
static String |
attributeName(String metricName,
Window window)
|
abstract org.jboss.as.controller.OperationStepHandler |
metricHandler()
|
Methods inherited from class org.jboss.as.controller.SimpleAttributeDefinition |
---|
marshallAsAttribute, marshallAsAttribute, marshallAsElement, parse, parse, parseAndSetParameter, parseAndSetParameter |
Methods inherited from class org.jboss.as.controller.AttributeDefinition |
---|
addAllowedValuesToDescription, addDeprecatedInfo, addOperationParameterDescription, addOperationParameterDescription, addResourceAttributeDescription, addResourceAttributeDescription, convertParameterExpressions, convertStringExpression, correctValue, getAlternatives, getAttributeDeprecatedDescription, getAttributeMarshaller, getAttributeTextDescription, getDefaultValue, getDeprecationData, getFlags, getMeasurementUnit, getName, getNoTextDescription, getRequires, getType, getValidator, getXmlName, hasAlternative, isAllowed, isAllowExpression, isAllowNull, isDeprecated, isMarshallable, isMarshallable, isRequired, isResourceOnly, marshallAsElement, resolveModelAttribute, resolveModelAttribute, validateAndSet, validateOperation, validateResolvedOperation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ModelMetrics.MetricAttributeDefinition(String name)
name
- the attribute name (cannot be null
or empty)Method Detail |
---|
public static final String attributeName(String metricName, Window window)
metricName
- the metric name (cannot be null
or empty)window
- the metrics window (cannot be null
)
null
or empty)public abstract org.jboss.as.controller.OperationStepHandler metricHandler()
null
)
|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |