Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.access | |
org.jboss.as.controller.registry | |
org.jboss.as.logging |
Modifier and Type | Field and Description |
---|---|
protected AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.flags |
Modifier and Type | Method and Description |
---|---|
AttributeAccess.Flag[] |
AbstractAttributeDefinitionBuilder.getFlags() |
Modifier and Type | Method and Description |
---|---|
EnumSet<AttributeAccess.Flag> |
AttributeDefinition.getFlags()
Gets any
flags used to indicate special
characteristics of the attribute |
Modifier and Type | Method and Description |
---|---|
BUILDER |
AbstractAttributeDefinitionBuilder.addFlag(AttributeAccess.Flag flag)
Adds a
special purpose flag that is relevant to the attribute |
SimpleAttributeDefinitionBuilder |
SimpleAttributeDefinitionBuilder.addFlag(AttributeAccess.Flag flag) |
protected boolean |
AbstractAttributeDefinitionBuilder.isFlagPresent(AttributeAccess.Flag flag)
Checks if a
special purpose flag has been recorded as relevant to the attribute |
BUILDER |
AbstractAttributeDefinitionBuilder.removeFlag(AttributeAccess.Flag flag)
Removes a
special purpose flag from the set of those relevant to the attribute |
BUILDER |
AbstractAttributeDefinitionBuilder.setFlags(AttributeAccess.Flag... flags)
Sets the
special purpose flags that are relevant to the attribute |
SimpleAttributeDefinitionBuilder |
SimpleAttributeDefinitionBuilder.setFlags(AttributeAccess.Flag... flags) |
Constructor and Description |
---|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AccessConstraintDefinition[] accessConstraints,
Boolean nilSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags) |
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector valueCorrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AttributeAccess.Flag... flags)
Deprecated.
|
AttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
boolean allowNull,
ParameterValidator elementValidator,
AttributeAccess.Flag... flags) |
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean niSignificant,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean niSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
ListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpression,
int minSize,
int maxSize,
ParameterCorrector corrector,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
MapAttributeDefinition(String name,
String xmlName,
boolean allowNull,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
ObjectTypeAttributeDefinition(String name,
String xmlName,
String suffix,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterValidator validator,
ParameterCorrector corrector,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
PrimitiveListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
org.jboss.dmr.ModelType valueType,
int minSize,
int maxSize,
ParameterValidator elementValidator,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
Builder |
PrimitiveListAttributeDefinition(String name,
String xmlName,
boolean allowNull,
boolean allowExpressions,
org.jboss.dmr.ModelType valueType,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
ParameterValidator elementValidator,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
Builder |
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
SimpleAttributeDefinition(String name,
org.jboss.dmr.ModelType type,
boolean allowNull,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags)
Creates a new attribute definition.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleAttributeDefinition(String name,
String xmlName,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterValidator validator,
String[] alternatives,
String[] requires,
AttributeAccess.Flag... flags)
Deprecated.
|
SimpleListAttributeDefinition(String name,
String xmlName,
AttributeDefinition valueType,
boolean allowNull,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
SimpleListAttributeDefinition(String name,
String xmlName,
AttributeDefinition valueType,
boolean allowNull,
int minSize,
int maxSize,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecated,
AccessConstraintDefinition[] accessConstraints,
Boolean nullSignificant,
AttributeParser parser,
AttributeAccess.Flag... flags)
Deprecated.
use a
builder |
Modifier and Type | Method and Description |
---|---|
Set<AttributeAccess.Flag> |
TargetAttribute.getFlags()
Gets the flags associated with this attribute.
|
Modifier and Type | Method and Description |
---|---|
static AttributeAccess.Flag |
AttributeAccess.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAccess.Flag[] |
AttributeAccess.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<AttributeAccess.Flag> |
AttributeAccess.getFlags()
Gets the flags associated with this attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerMetric(String attributeName,
OperationStepHandler metricHandler,
EnumSet<AttributeAccess.Flag> flags) |
void |
ManagementResourceRegistration.registerMetric(String attributeName,
OperationStepHandler metricHandler,
EnumSet<AttributeAccess.Flag> flags)
|
void |
DelegatingManagementResourceRegistration.registerReadOnlyAttribute(String attributeName,
OperationStepHandler readHandler,
EnumSet<AttributeAccess.Flag> flags) |
void |
ManagementResourceRegistration.registerReadOnlyAttribute(String attributeName,
OperationStepHandler readHandler,
EnumSet<AttributeAccess.Flag> flags)
|
void |
DelegatingManagementResourceRegistration.registerReadWriteAttribute(String attributeName,
OperationStepHandler readHandler,
OperationStepHandler writeHandler,
EnumSet<AttributeAccess.Flag> flags) |
void |
ManagementResourceRegistration.registerReadWriteAttribute(String attributeName,
OperationStepHandler readHandler,
OperationStepHandler writeHandler,
EnumSet<AttributeAccess.Flag> flags)
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Logging.requiresReload(Set<AttributeAccess.Flag> flags)
Checks to see within the flags if a reload, i.e.
|
static boolean |
Logging.requiresRestart(Set<AttributeAccess.Flag> flags)
Checks to see within the flags if a restart of any kind is required.
|
Constructor and Description |
---|
PropertyAttributeDefinition(String name,
String xmlName,
String propertyName,
ModelNodeResolver<String> resolver,
org.jboss.dmr.ModelNode defaultValue,
org.jboss.dmr.ModelType type,
boolean allowNull,
boolean allowExpression,
MeasurementUnit measurementUnit,
ParameterCorrector corrector,
ParameterValidator validator,
boolean validateNull,
String[] alternatives,
String[] requires,
AttributeMarshaller attributeMarshaller,
boolean resourceOnly,
DeprecationData deprecationData,
AttributeAccess.Flag... flags)
Deprecated.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.