Constructor and Description |
---|
CacheContainerWriteAttributeHandler(AttributeDefinition... definitions) |
CacheWriteAttributeHandler(AttributeDefinition... definitions) |
Constructor and Description |
---|
ProtocolLayerAdd(AttributeDefinition... attributes) |
TransportLayerAdd(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
Constants.POOL_ATTRIBUTES |
static AttributeDefinition[] |
Constants.POOL_ATTRIBUTES_2 |
Constructor and Description |
---|
DisableRequiredWriteAttributeHandler(AttributeDefinition... definitions) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
JcaDistributedWorkManagerDefinition.DWmParameters.getAttribute() |
static AttributeDefinition[] |
JcaDistributedWorkManagerDefinition.DWmParameters.getAttributeDefinitions() |
static AttributeDefinition[] |
JcaDistributedWorkManagerDefinition.DWmParameters.getReadOnlyAttributeDefinitions() |
static AttributeDefinition[] |
JcaDistributedWorkManagerDefinition.DWmParameters.getReloadRequiredAttributeDefinitions() |
static AttributeDefinition[] |
JcaDistributedWorkManagerDefinition.DWmParameters.getRuntimeAttributeDefinitions() |
Constructor and Description |
---|
WorkManagerRuntimeAttributeWriteHandler(org.jboss.jca.core.api.workmanager.WorkManager wm,
boolean distributed,
AttributeDefinition... definitions) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeDefinitionBuilder<BUILDER extends AbstractAttributeDefinitionBuilder,ATTRIBUTE extends AttributeDefinition>
Provides a builder API for creating an
AttributeDefinition . |
Modifier and Type | Class and Description |
---|---|
class |
ListAttributeDefinition
Defining characteristics of an
ModelType.LIST attribute in a Resource , with utility
methods for conversion to and from xml and for validation. |
class |
MapAttributeDefinition
Defining characteristics of an
ModelType.OBJECT attribute in a Resource ,
where all children of the object have values of the same type; i.e. |
class |
ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
class |
ObjectTypeAttributeDefinition
AttributeDefinition for attributes of type ModelType.OBJECT that aren't simple maps, but
rather a set fixed keys where each key may be associated with a value of a different type. |
class |
PrimitiveListAttributeDefinition
Date: 13.10.2011
|
class |
PropertiesAttributeDefinition
Represents simple key=value map equivalent of java.util.Map
|
class |
SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource or a
parameter or reply value type field in an OperationDefinition , with utility
methods for conversion to and from xml and for validation. |
class |
SimpleListAttributeDefinition
Date: 13.10.2011
|
class |
SimpleMapAttributeDefinition
MapAttributeDefinition for maps with keys of ModelType.STRING . |
class |
StringListAttributeDefinition |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition[] |
SimpleOperationDefinitionBuilder.parameters |
protected AttributeDefinition[] |
OperationDefinition.parameters |
protected AttributeDefinition[] |
SimpleOperationDefinitionBuilder.replyParameters |
protected AttributeDefinition[] |
OperationDefinition.replyParameters |
Modifier and Type | Field and Description |
---|---|
protected Collection<? extends AttributeDefinition> |
AbstractAddStepHandler.attributes |
protected LinkedHashMap<String,AttributeDefinition> |
PersistentResourceXMLDescription.attributes |
protected LinkedHashMap<String,AttributeDefinition> |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.attributes |
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AbstractWriteAttributeHandler.getAttributeDefinition(String attributeName)
Gets the
AttributeDefinition provided to the constructor (if present) whose
name matches the given attributeName . |
AttributeDefinition[] |
OperationDefinition.getParameters() |
AttributeDefinition |
SimpleListAttributeDefinition.getValueType() |
Modifier and Type | Method and Description |
---|---|
abstract Collection<AttributeDefinition> |
PersistentResourceDefinition.getAttributes() |
Modifier and Type | Method and Description |
---|---|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttribute(AttributeDefinition attribute,
AttributeParser attributeParser) |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(AttributeDefinition... attributes) |
ResourceBuilder |
ResourceBuilder.addMetric(AttributeDefinition attributeDefinition,
OperationStepHandler handler) |
ResourceBuilder |
ResourceBuilder.addMetrics(OperationStepHandler metricHandler,
AttributeDefinition... attributes) |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.addParameter(AttributeDefinition parameter) |
ResourceBuilder |
ResourceBuilder.addReadOnlyAttribute(AttributeDefinition attributeDefinition) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttribute(AttributeDefinition attributeDefinition,
OperationStepHandler reader,
OperationStepHandler writer) |
ResourceBuilder |
ResourceBuilder.addReadWriteAttributes(OperationStepHandler reader,
OperationStepHandler writer,
AttributeDefinition... attributes) |
boolean |
AttributeMarshaller.isMarshallable(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel)
Gets whether the given
resourceModel has a value for this attribute that should be marshalled to XML. |
boolean |
AttributeMarshaller.isMarshallable(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault)
Gets whether the given
resourceModel has a value for this attribute that should be marshalled to XML. |
void |
DefaultAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer)
Marshalls the value from the given
resourceModel as an xml element, if it
is marshallable . |
void |
DefaultAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
DefaultAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
XMLStreamWriter writer) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
static SimpleListAttributeDefinition.Builder |
SimpleListAttributeDefinition.Builder.of(String name,
AttributeDefinition valueType) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
org.jboss.dmr.ModelNode |
AttributeParser.parse(AttributeDefinition attribute,
String value,
XMLStreamReader reader)
Creates and returns a
ModelNode using the given value after first validating the node
against this object's validator . |
org.jboss.dmr.ModelNode |
AttributeParser.DiscardOldDefaultValueParser.parse(AttributeDefinition attribute,
String value,
XMLStreamReader reader) |
void |
AttributeParser.parseAndSetParameter(AttributeDefinition attribute,
String value,
org.jboss.dmr.ModelNode operation,
XMLStreamReader reader)
Creates a
ModelNode using the given value after first validating the node
against this object's validator ., and then stores it in the given operation
model node as a key/value pair whose key is this attribute's getName() name}. |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.setParameters(AttributeDefinition... parameters) |
SimpleOperationDefinitionBuilder |
SimpleOperationDefinitionBuilder.setReplyParameters(AttributeDefinition... replyParameters) |
Modifier and Type | Method and Description |
---|---|
PersistentResourceXMLDescription.PersistentResourceXMLBuilder |
PersistentResourceXMLDescription.PersistentResourceXMLBuilder.addAttributes(Collection<? extends AttributeDefinition> attributes)
Deprecated.
|
Constructor and Description |
---|
AbstractAddStepHandler(AttributeDefinition... attributes)
Constructs add handler
|
AbstractAttributeDefinitionBuilder(AttributeDefinition basis)
Creates a builder populated with the values of an existing attribute definition.
|
AbstractAttributeDefinitionBuilder(String attributeName,
AttributeDefinition basis)
Creates a builder populated with the values of an existing attribute definition, with an optional
change of the attribute's name.
|
AbstractBoottimeAddStepHandler(AttributeDefinition... attributes) |
AbstractWriteAttributeHandler(AttributeDefinition... definitions) |
Builder(String name,
AttributeDefinition... valueTypes) |
Builder(String name,
AttributeDefinition valueType) |
ModelOnlyAddStepHandler(AttributeDefinition... attributes)
Creates a new
ModelOnlyStepHandler that stores the given attributes to the model. |
ModelOnlyResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
AttributeDefinition... attributes) |
ModelOnlyResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
ModelOnlyAddStepHandler addStepHandler,
AttributeDefinition... attributes) |
ModelOnlyWriteAttributeHandler(AttributeDefinition... attributeDefinitions) |
ObjectTypeAttributeDefinition(AbstractAttributeDefinitionBuilder<?,? extends ObjectTypeAttributeDefinition> builder,
String suffix,
AttributeDefinition[] valueTypes) |
ObjectTypeAttributeDefinition(String name,
AttributeDefinition[] valueTypes,
boolean allowNull,
ParameterCorrector corrector)
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 |
OperationDefinition(String name,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition... accessConstraints) |
OperationDefinition(String name,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition... accessConstraints) |
ReloadRequiredWriteAttributeHandler(AttributeDefinition... definitions) |
RestartParentWriteAttributeHandler(String parentKeyName,
AttributeDefinition... definitions) |
SimpleListAttributeDefinition(ListAttributeDefinition.Builder builder,
AttributeDefinition valueType) |
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 |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
AttributeDefinition... parameters) |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
AttributeDefinition... parameters) |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition[] accessConstraints) |
SimpleOperationDefinition(String name,
ResourceDescriptionResolver resolver,
ResourceDescriptionResolver attributeResolver,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
AccessConstraintDefinition[] accessConstraints) |
Constructor and Description |
---|
AbstractAddStepHandler(Collection<? extends AttributeDefinition> attributes) |
AbstractBoottimeAddStepHandler(Collection<AttributeDefinition> attributes) |
AbstractWriteAttributeHandler(Collection<AttributeDefinition> definitions) |
PersistentResourceXMLDescription(PersistentResourceDefinition resourceDefinition,
String xmlElementName,
String xmlWrapperElement,
LinkedHashMap<String,AttributeDefinition> attributes,
List<PersistentResourceXMLDescription> children,
boolean useValueAsElementName,
boolean noAddOperation,
PersistentResourceXMLDescription.AdditionalOperationsGenerator additionalOperationsGenerator,
Map<String,AttributeParser> attributeParsers) |
ReloadRequiredWriteAttributeHandler(Collection<AttributeDefinition> definitions) |
RestartParentWriteAttributeHandler(String parentKeyName,
Collection<AttributeDefinition> definitions) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
TargetAttribute.getAttributeDefinition() |
Constructor and Description |
---|
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
List<AccessConstraintDefinition> accessConstraints) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
boolean replyAllowNull,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition[] parameters,
List<AccessConstraintDefinition> accessConstraints) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver attributeDescriptionResolver,
org.jboss.dmr.ModelType replyType,
org.jboss.dmr.ModelType replyValueType,
DeprecationData deprecationData,
AttributeDefinition[] replyParameters,
AttributeDefinition... parameters) |
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition |
ProcessReloadHandler.ADMIN_ONLY |
static AttributeDefinition |
ProcessEnvironment.NAME
AttributeDefinition for the name attribute for a processes root resource |
Modifier and Type | Method and Description |
---|---|
protected void |
InterfaceAddHandler.validateAndSet(AttributeDefinition definition,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode subModel) |
Constructor and Description |
---|
AttributeDefinitionValidatingHandler(AttributeDefinition definition)
Deprecated.
|
Constructor and Description |
---|
ObjectTypeValidator(boolean nullable,
AttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
AttributeAccess.getAttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler) |
void |
ManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler)
Records that the given attribute is a metric.
|
void |
DelegatingManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition,
OperationStepHandler readHandler) |
void |
ManagementResourceRegistration.registerReadOnlyAttribute(AttributeDefinition definition,
OperationStepHandler readHandler)
Records that the given attribute can be read from but not written to, and
optionally provides an operation handler for the read.
|
void |
DelegatingManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition,
OperationStepHandler readHandler,
OperationStepHandler writeHandler) |
void |
ManagementResourceRegistration.registerReadWriteAttribute(AttributeDefinition definition,
OperationStepHandler readHandler,
OperationStepHandler writeHandler)
Records that the given attribute can be both read from and written to, and
provides operation handlers for the read and the write.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
InterfaceDefinition.ANY |
static AttributeDefinition |
InterfaceDefinition.ANY_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.ANY_IPV4_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.ANY_IPV6_ADDRESS
All other attribute names.
|
static AttributeDefinition |
AbstractSocketBindingResourceDefinition.CLIENT_MAPPINGS |
static AttributeDefinition |
InterfaceDefinition.INET_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.LINK_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.LOOPBACK |
static AttributeDefinition |
InterfaceDefinition.LOOPBACK_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.MULTICAST |
static AttributeDefinition |
InterfaceDefinition.NAME |
static AttributeDefinition[] |
InterfaceDefinition.NESTED_ATTRIBUTES |
static AttributeDefinition |
InterfaceDefinition.NIC |
static AttributeDefinition |
InterfaceDefinition.NIC_MATCH |
static AttributeDefinition |
InterfaceDefinition.NOT |
static AttributeDefinition |
InterfaceDefinition.POINT_TO_POINT |
static AttributeDefinition |
InterfaceDefinition.PUBLIC_ADDRESS |
static AttributeDefinition[] |
InterfaceDefinition.ROOT_ATTRIBUTES
The root attributes.
|
static AttributeDefinition |
InterfaceDefinition.SITE_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDefinition.SUBNET_MATCH |
static AttributeDefinition |
InterfaceDefinition.UP |
static AttributeDefinition |
InterfaceDefinition.VIRTUAL
The any-* alternatives.
|
Modifier and Type | Field and Description |
---|---|
static Set<AttributeDefinition> |
InterfaceDefinition.NESTED_LIST_ATTRIBUTES
The nested attributes for any, not.
|
Modifier and Type | Method and Description |
---|---|
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setParentAttribute(AttributeDefinition parentAttribute)
Sets the parent attribute that the
relative-to and path attributes are children of. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setPathAttribute(AttributeDefinition pathAttribute)
Sets the
path attribute. |
ResolvePathHandler.Builder |
ResolvePathHandler.Builder.setRelativeToAttribute(AttributeDefinition relativeToAttribute)
Sets the
relative-to attribute. |
Constructor and Description |
---|
DiscardAttributesTransformer(AttributeDefinition... attributes)
Deprecated.
use a variant that takes a
DiscardAttributesTransformer.DiscardApprover |
DiscardAttributesTransformer(DiscardAttributesTransformer.DiscardApprover discardApprover,
AttributeDefinition... attributes)
Creates a new transformer.
|
DiscardUndefinedAttributesTransformer(AttributeDefinition... attributes) |
RejectExpressionValuesTransformer(AttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
T |
BaseAttributeTransformationDescriptionBuilder.addRejectCheck(RejectAttributeChecker rejectChecker,
AttributeDefinition... rejectedAttributes)
Adds a RejectAttributeChecker.
|
T |
BaseAttributeTransformationDescriptionBuilder.addRejectChecks(List<RejectAttributeChecker> rejectCheckers,
AttributeDefinition... rejectedAttributes)
Adds a list of RejectAttributeCheckers.
|
T |
BaseAttributeTransformationDescriptionBuilder.addRename(AttributeDefinition attributeName,
String newName)
Rename an attribute.
|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
AttributeDefinition... discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
T |
BaseAttributeTransformationDescriptionBuilder.setValueConverter(AttributeConverter attributeConverter,
AttributeDefinition... convertedAttributes)
Use to convert an attribute's value.
|
Modifier and Type | Method and Description |
---|---|
T |
BaseAttributeTransformationDescriptionBuilder.setDiscard(DiscardAttributeChecker discardChecker,
Collection<AttributeDefinition> discardedAttributes)
Sets the DiscardChecker to be used to check if an attribute should be discarded.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition |
AbstractDeploymentUploadHandler.attribute |
Constructor and Description |
---|
AbstractDeploymentUploadHandler(ContentRepository contentRepository,
AttributeDefinition attribute) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
ServerGroupResourceDefinition.ADD_ATTRIBUTES |
static AttributeDefinition |
DomainRootDefinition.NAMESPACES |
static AttributeDefinition |
DomainRootDefinition.SCHEMA_LOCATIONS |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ADDRESS |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ATTRIBUTES |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.ENTIRE_RESOURCE |
static AttributeDefinition |
AccessConstraintAppliesToResourceDefinition.OPERATIONS |
Modifier and Type | Field and Description |
---|---|
static List<AttributeDefinition> |
AccessAuthorizationResourceDefinition.CONFIG_ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
static List<AttributeDefinition> |
SensitivityResourceDefinition.getWritableVaultAttributeDefinitions() |
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition[] |
SyslogAuditLogProtocolResourceDefinition.attributes |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
LdapConnectionResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
TruststoreAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
SSLServerIdentityResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
JaasAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
LocalAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
LdapAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PlugInAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition[] |
UserSearchResourceDefintion.getAttributeDefinitions() |
AttributeDefinition[] |
AdvancedUserSearchResourceDefintion.getAttributeDefinitions() |
AttributeDefinition[] |
PrincipalToGroupResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
GroupToPrincipalResourceDefinition.getAttributeDefinitions() |
protected abstract AttributeDefinition[] |
PropertiesFileResourceDefinition.getAttributeDefinitions() |
AttributeDefinition[] |
UserIsDnResourceDefintion.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.getAttributeDefinitions() |
abstract AttributeDefinition[] |
BaseLdapUserSearchResource.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.getAttributeDefinitions() |
abstract AttributeDefinition[] |
BaseLdapGroupSearchResource.getAttributeDefinitions() |
Constructor and Description |
---|
SecurityRealmChildAddHandler(boolean validateAuthentication,
boolean validateAuthorization,
AttributeDefinition... attributeDefinitions) |
SecurityRealmChildWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
GlobalModulesDefinition.INSTANCE |
Modifier and Type | Field and Description |
---|---|
static Map<String,AttributeDefinition> |
TimerServiceResourceDefinition.ATTRIBUTES |
static Map<String,AttributeDefinition> |
StrictMaxPoolResourceDefinition.ATTRIBUTES |
static Map<String,AttributeDefinition> |
DatabaseDataStoreResourceDefinition.ATTRIBUTES |
static Map<String,AttributeDefinition> |
FileDataStoreResourceDefinition.ATTRIBUTES |
Constructor and Description |
---|
ClusterPassivationStoreAdd(AttributeDefinition... attributes)
Deprecated.
|
DefaultSessionBeanAccessTimeoutWriteHandler(AttributeDefinition attribute,
org.jboss.msc.service.ServiceName serviceName) |
EJB3SubsystemDefaultCacheWriteHandler(org.jboss.msc.service.ServiceName serviceName,
AttributeDefinition attribute) |
EJB3SubsystemDefaultPoolWriteHandler(org.jboss.msc.service.ServiceName poolConfigServiceName,
AttributeDefinition poolAttribute) |
FilePassivationStoreAdd(AttributeDefinition... attributes)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerAttributeDefinition
Attribute definition for the list of timers associated with an EJB.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
MessageDrivenBeanResourceDefinition.DELIVERY_ACTIVE |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
HostEnvironmentResourceDefinition.HOST_ENV_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
DiscoveryOptionResourceDefinition.DISCOVERY_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
JvmAttributes.OPTIONS
JVM options are resolved in ManagedServerBootCmdFactory before the JVM is launched.
|
Constructor and Description |
---|
ServerRestartRequiredServerConfigWriteAttributeHandler(AttributeDefinition attributeDefinition) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
NativeManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
HttpManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition |
ServerConfigResourceDefinition.CPU_AFFINITY
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the
resource description.
|
static AttributeDefinition |
ServerConfigResourceDefinition.NAME |
static AttributeDefinition |
ServerConfigResourceDefinition.PRIORITY
Bogus attribute that we accidentally registered in AS 7.1.2/EAP 6 even though it didn't appear in the
resource description.
|
Modifier and Type | Class and Description |
---|---|
class |
LogHandlerListAttributeDefinition
Date: 13.10.2011
|
class |
PropertyAttributeDefinition
Defines an attribute with a property name.
|
class |
PropertyObjectTypeAttributeDefinition
Date: 15.11.2011
|
Modifier and Type | Method and Description |
---|---|
void |
ElementAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
HandlersAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
static PropertyObjectTypeAttributeDefinition.Builder |
PropertyObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
Constructor and Description |
---|
Builder(String name,
AttributeDefinition... valueTypes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ManagedDMRContentTypeResourceDefinition.HASH |
static AttributeDefinition |
ManagedDMRContentResourceDefinition.HASH |
Constructor and Description |
---|
ManagedDMRContentAddHandler(AttributeDefinition contentAttribute,
ResourceDescriptionResolver descriptionResolver) |
ManagedDMRContentStoreHandler(AttributeDefinition contentAttribute,
ResourceDescriptionResolver descriptionResolver) |
ManagedDMRContentWriteAttributeHandler(AttributeDefinition contentAttribute) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
Attribute.getDefinition() |
AttributeDefinition |
Element.getDefinition() |
AttributeDefinition |
Element.getDefinition(String name) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeMarshallers.WrappedListAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
AttributeMarshallers.JndiEntriesAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
Constructor and Description |
---|
AbstractTransportDefinition(boolean registerRuntimeOnly,
boolean isAcceptor,
String specificType,
AttributeDefinition... attrs) |
AlternativeAttributeCheckHandler(AttributeDefinition... definitions) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
ConnectionFactoryDefinition.ATTRIBUTES |
static AttributeDefinition[] |
ConnectionFactoryAttributes.Regular.ATTRIBUTES |
static AttributeDefinition[] |
JMSTopicDefinition.ATTRIBUTES |
static AttributeDefinition[] |
JMSQueueDefinition.ATTRIBUTES |
static AttributeDefinition[] |
PooledConnectionFactoryDefinition.ATTRIBUTES_ADDED_IN_1_2_0 |
static AttributeDefinition[] |
PooledConnectionFactoryDefinition.ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 |
static AttributeDefinition[] |
ConnectionFactoryDefinition.ATTRIBUTES_WITH_EXPRESSION_ALLOWED_IN_1_2_0 |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.AUTO_GROUP |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.BLOCK_ON_ACKNOWLEDGE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.BLOCK_ON_DURABLE_SEND |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.BLOCK_ON_NON_DURABLE_SEND |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CACHE_LARGE_MESSAGE_CLIENT |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CLIENT_FAILURE_CHECK_PERIOD |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.COMPRESS_LARGE_MESSAGES |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONFIRMATION_WINDOW_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONNECTION_LOAD_BALANCING_CLASS_NAME |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONNECTION_TTL |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONNECTOR |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONSUMER_MAX_RATE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.CONSUMER_WINDOW_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.DISCOVERY_INITIAL_WAIT_TIMEOUT |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.DUPS_OK_BATCH_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Regular.FACTORY_TYPE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.FAILOVER_ON_INITIAL_CONNECTION |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.FAILOVER_ON_SERVER_SHUTDOWN |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.GROUP_ID |
static AttributeDefinition |
ConnectionFactoryAttributes.Regular.INITIAL_MESSAGE_PACKET_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.MAX_RETRY_INTERVAL |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.MIN_LARGE_MESSAGE_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.PRE_ACKNOWLEDGE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.PRODUCER_MAX_RATE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.PRODUCER_WINDOW_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.RECONNECT_ATTEMPTS |
static AttributeDefinition |
ConnectionFactoryAttributes.Pooled.RECONNECT_ATTEMPTS
By default, the resource adapter must reconnect infinitely (see
org.hornetq.ra.HornetQResourceAdapter#setParams ) |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.RETRY_INTERVAL |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.RETRY_INTERVAL_MULTIPLIER |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.SCHEDULED_THREAD_POOL_MAX_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.THREAD_POOL_MAX_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.TRANSACTION_BATCH_SIZE |
static AttributeDefinition |
ConnectionFactoryAttributes.Pooled.USE_AUTO_RECOVERY |
static AttributeDefinition |
ConnectionFactoryAttributes.Common.USE_GLOBAL_POOLS |
static AttributeDefinition |
ConnectionFactoryAttributes.Pooled.USE_JNDI |
static AttributeDefinition |
ConnectionFactoryAttributes.Pooled.USE_LOCAL_TX |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
ConnectionFactoryAttribute.getDefinition() |
static AttributeDefinition[] |
ConnectionFactoryAttribute.getDefinitions(ConnectionFactoryAttribute... attrs) |
Modifier and Type | Method and Description |
---|---|
static ConnectionFactoryAttribute |
ConnectionFactoryAttribute.create(AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty) |
static ConnectionFactoryAttribute |
ConnectionFactoryAttribute.create(AttributeDefinition attributeDefinition,
String propertyName,
boolean resourceAdapterProperty,
boolean inboundConfig) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
JMSBridgeDefinition.JMS_BRIDGE_ATTRIBUTES |
static AttributeDefinition[] |
JMSBridgeDefinition.JMS_SOURCE_ATTRIBUTES |
static AttributeDefinition[] |
JMSBridgeDefinition.JMS_TARGET_ATTRIBUTES |
static AttributeDefinition[] |
JMSBridgeDefinition.READONLY_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
protected static Collection<AttributeDefinition> |
RemotingEndpointResource.ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
RemotingEndpointResource.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedAttributeMarshaller.marshallAsElement(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition[] |
MappingModuleDefinition.getAttributes() |
AttributeDefinition[] |
MappingProviderModuleDefinition.getAttributes() |
AttributeDefinition[] |
JASPIMappingModuleDefinition.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ComplexAttributes.KeyStoreAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
void |
ComplexAttributes.KeyManagerAttributeMarshaller.marshallAsAttribute(AttributeDefinition attribute,
org.jboss.dmr.ModelNode resourceModel,
boolean marshallDefault,
XMLStreamWriter writer) |
Constructor and Description |
---|
SecurityDomainReloadWriteHandler(AttributeDefinition... definition) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ServerEnvironmentResourceDescription.BASE_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONFIG_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONFIG_FILE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.CONTENT_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.DATA_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.DEPLOY_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.EXT_DIRS |
static AttributeDefinition |
ServerEnvironmentResourceDescription.HOME_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.HOST_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.INITIAL_RUNNING_MODE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.LAUNCH_TYPE |
static AttributeDefinition |
ServerEnvironmentResourceDescription.LOG_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.MODULES_DIR |
static AttributeDefinition |
ServerEnvironmentResourceDescription.NODE_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.QUALIFIED_HOST_NAME |
static AttributeDefinition[] |
ServerEnvironmentResourceDescription.SERVER_ENV_ATTRIBUTES |
static AttributeDefinition |
ServerEnvironmentResourceDescription.SERVER_NAME |
static AttributeDefinition |
ServerEnvironmentResourceDescription.TEMP_DIR |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
VaultResourceDefinition.ALL_ATTRIBUTES |
static AttributeDefinition |
DeploymentAttributes.BYTES_NOT_NULL |
static AttributeDefinition |
DeploymentAttributes.CONTENT_ARCHIVE |
static AttributeDefinition |
DeploymentAttributes.CONTENT_PATH |
static AttributeDefinition |
DeploymentAttributes.CONTENT_RELATIVE_TO |
static AttributeDefinition[] |
DeploymentAttributes.DOMAIN_ADD_ATTRIBUTES
Attributes for domain deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.DOMAIN_RESOURCE_ATTRIBUTES
Attributes for domain deployment resource
|
static AttributeDefinition |
DeploymentAttributes.INPUT_STREAM_INDEX_NOT_NULL |
static AttributeDefinition |
ServerRootResourceDefinition.NAMESPACES |
static AttributeDefinition |
DeploymentAttributes.PERSISTENT |
static AttributeDefinition |
ServerRootResourceDefinition.RUNNING_MODE |
static AttributeDefinition |
ServerRootResourceDefinition.SCHEMA_LOCATIONS |
static AttributeDefinition[] |
DeploymentAttributes.SERVER_ADD_ATTRIBUTES
Attributes for server deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_GROUP_ADD_ATTRIBUTES
Attributes for server group deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_GROUP_RESOURCE_ATTRIBUTES
Attributes for server group deployment add
|
static AttributeDefinition[] |
DeploymentAttributes.SERVER_RESOURCE_ATTRIBUTES
Attributes for server deployment resource
|
static AttributeDefinition |
DeploymentAttributes.STATUS |
static AttributeDefinition |
DeploymentAttributes.TO_REPLACE |
static AttributeDefinition |
DeploymentAttributes.URL_NOT_NULL |
Modifier and Type | Field and Description |
---|---|
static Map<String,AttributeDefinition> |
DeploymentAttributes.ALL_CONTENT_ATTRIBUTES
All attributes of the content attribute
|
static Map<String,AttributeDefinition> |
DeploymentAttributes.FULL_REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.MANAGED_CONTENT_ATTRIBUTES
Attributes indicating managed deployments in the content attribute
|
static Map<String,AttributeDefinition> |
DeploymentAttributes.REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.SERVER_GROUP_REPLACE_DEPLOYMENT_ATTRIBUTES |
static Map<String,AttributeDefinition> |
DeploymentAttributes.UNMANAGED_CONTENT_ATTRIBUTES
Attributes indicating unmanaged deployments in the content attribute
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDefinition |
AbstractDeploymentUploadHandler.attribute |
Constructor and Description |
---|
AbstractDeploymentUploadHandler(ContentRepository contentRepository,
AttributeDefinition attribute) |
Modifier and Type | Class and Description |
---|---|
static class |
ContentDefinition.ContentAttributeDefinition |
Modifier and Type | Method and Description |
---|---|
static AttributeDefinition[] |
ContentDefinition.attributes() |
static AttributeDefinition[] |
DeploymentOverlayDeploymentDefinition.attributes() |
static AttributeDefinition[] |
DeploymentOverlayDefinition.attributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
NativeManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
HttpManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
Constructor and Description |
---|
ServerWriteAttributeOperationHandler(AttributeDefinition attributeDefinition)
Deprecated.
Creates a handler that users the given
attributeDefinition
to validate values before applying them to the model. |
SystemPropertyAddHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater,
boolean useBoottime,
AttributeDefinition[] attributes)
Create the SystemPropertyAddHandler
|
SystemPropertyValueWriteAttributeHandler(ProcessEnvironmentSystemPropertyUpdater systemPropertyUpdater,
AttributeDefinition valueAttribute) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
BindingMetricHandlers.BoundHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundAddressHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundPortHandler.ATTRIBUTE_DEFINITION |
Constructor and Description |
---|
VaultWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
PoolAttributeDefinitions.ACTIVE_COUNT |
protected AttributeDefinition[] |
ThreadsWriteAttributeOperationHandler.attributes |
static AttributeDefinition |
PoolAttributeDefinitions.COMPLETED_TASK_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.CURRENT_THREAD_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.LARGEST_THREAD_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.QUEUE_SIZE |
static AttributeDefinition |
PoolAttributeDefinitions.REJECTED_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.TASK_COUNT |
Modifier and Type | Field and Description |
---|---|
static List<AttributeDefinition> |
BoundedQueueThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
QueuelessThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
ScheduledThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
UnboundedQueueThreadPoolMetricsHandler.METRICS |
protected Map<String,AttributeDefinition> |
ThreadsWriteAttributeOperationHandler.runtimeAttributes |
Constructor and Description |
---|
ThreadsWriteAttributeOperationHandler(AttributeDefinition[] attributes,
AttributeDefinition[] runtimeAttributes)
Creates a handler that doesn't validate values.
|
ThreadsWriteAttributeOperationHandler(AttributeDefinition[] attributes,
AttributeDefinition[] runtimeAttributes)
Creates a handler that doesn't validate values.
|
Constructor and Description |
---|
ThreadPoolMetricsHandler(List<AttributeDefinition> metrics,
org.jboss.msc.service.ServiceName serviceNameBase) |
Constructor and Description |
---|
ParticipantWriteAttributeHandler(AttributeDefinition... definitions) |
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition[] |
WebValveDefinition.ATTRIBUTES |
protected static AttributeDefinition[] |
WebConnectorDefinition.CONNECTOR_ATTRIBUTES |
protected static AttributeDefinition[] |
WebContainerDefinition.CONTAINER_ATTRIBUTES |
Modifier and Type | Class and Description |
---|---|
class |
OptionAttributeDefinition |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
OptionsResourceDefinition.getAttributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
DeploymentDefinition.CONTEXT_ROOT |
protected static AttributeDefinition |
ServletContainerDefinition.EAGER_FILTER_INIT |
protected static AttributeDefinition |
ServletContainerDefinition.IGNORE_FLUSH |
static AttributeDefinition |
DeploymentDefinition.SERVER |
protected static AttributeDefinition |
ServletContainerDefinition.USE_LISTENER_ENCODING |
static AttributeDefinition |
DeploymentDefinition.VIRTUAL_HOST |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
AccessLogDefinition.getAttributes() |
Collection<AttributeDefinition> |
AbstractHandlerDefinition.getAttributes() |
Collection<AttributeDefinition> |
HttpListenerResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
AjpListenerResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
Handler.getAttributes() |
Collection<AttributeDefinition> |
HttpsListenerResourceDefinition.getAttributes() |
Collection<AttributeDefinition> |
BufferCacheDefinition.getAttributes() |
Collection<AttributeDefinition> |
ServletContainerDefinition.getAttributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ErrorPageDefinition.CODE |
static AttributeDefinition |
ErrorPageDefinition.PATH |
Modifier and Type | Field and Description |
---|---|
static Collection<AttributeDefinition> |
ErrorPageDefinition.ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
ErrorPageDefinition.getAttributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ConnectionLimitHandler.MAX_CONCURRENT_REQUESTS |
static AttributeDefinition |
ConnectionLimitHandler.QUEUE_SIZE |
static AttributeDefinition |
BasicAuthHandler.SECURITY_DOMAIN |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
ConnectionLimitHandler.getAttributes() |
Collection<AttributeDefinition> |
FilterRefDefinition.getAttributes() |
Collection<AttributeDefinition> |
FilterDefinitions.getAttributes() |
Collection<AttributeDefinition> |
ResponseHeaderFilter.getAttributes() |
Collection<AttributeDefinition> |
BasicAuthHandler.getAttributes() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
FileHandler.CACHE_BUFFER_SIZE |
static AttributeDefinition |
FileHandler.CACHE_BUFFERS |
static AttributeDefinition |
ReverseProxyHandler.CONNECTIONS_PER_THREAD |
static AttributeDefinition |
FileHandler.DIRECTORY_LISTING |
static AttributeDefinition |
ReverseProxyHandlerHost.INSTANCE_ID |
static AttributeDefinition |
ReverseProxyHandler.MAX_REQUEST_TIME |
static AttributeDefinition |
FileHandler.PATH |
static AttributeDefinition |
ReverseProxyHandler.PROBLEM_SERVER_RETRY |
static AttributeDefinition |
ReverseProxyHandler.SESSION_COOKIE_NAMES |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
FileHandler.getAttributes() |
Collection<AttributeDefinition> |
ReverseProxyHandler.getAttributes() |
Collection<AttributeDefinition> |
ReverseProxyHandlerHost.getAttributes() |
Collection<AttributeDefinition> |
HandlerDefinitions.getAttributes() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.