Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
CacheWriteAttributeHandler.getAttributeDefinition(String attributeName) |
protected AttributeDefinition |
CacheContainerWriteAttributeHandler.getAttributeDefinition(String attributeName) |
protected AttributeDefinition |
CacheContainerReadAttributeHandler.getAttributeDefinition(String attributeName) |
AttributeDefinition |
Attribute.getDefinition() |
AttributeDefinition |
Element.getDefinition() |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
CommonAttributes.PROTOCOL_ATTRIBUTES |
static AttributeDefinition[] |
CommonAttributes.STACK_ATTRIBUTES |
static AttributeDefinition[] |
CommonAttributes.TRANSPORT_ATTRIBUTES |
Modifier and Type | Class and Description |
---|---|
class |
ObjectListAttributeDefinition
AttributeDefinition suitable for managing LISTs of OBJECTs, which takes into account
recursive processing of allowed values and their value types.
|
class |
ObjectTypeAttributeDefinition
Date: 15.11.2011
|
Modifier and Type | Method and Description |
---|---|
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition[] valueTypes,
AttributeDefinition[] moreValueTypes) |
Constructor and Description |
---|
ObjectTypeAttributeDefinition.Builder(String name,
AttributeDefinition... valueTypes) |
Constructor and Description |
---|
ObjectTypeValidator(boolean nullable,
AttributeDefinition... attributes) |
Constructor and Description |
---|
DisableRequiredWriteAttributeHandler(AttributeDefinition... definitions) |
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 |
SimpleAttributeDefinition
Defining characteristics of an attribute in a
Resource , with utility
methods for conversion to and from xml and for validation. |
class |
SimpleListAttributeDefinition
Date: 13.10.2011
|
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AbstractWriteAttributeHandler.getAttributeDefinition(String attributeName) |
Constructor and Description |
---|
AbstractWriteAttributeHandler(AttributeDefinition... definitions) |
ReloadRequiredWriteAttributeHandler(AttributeDefinition... definitions) |
RestartParentWriteAttributeHandler(String parentKeyName,
AttributeDefinition... definitions) |
Constructor and Description |
---|
DefaultOperationDescriptionProvider(String operationName,
ResourceDescriptionResolver descriptionResolver,
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) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
InterfaceDescription.ANY |
static AttributeDefinition |
InterfaceDescription.ANY_ADDRESS |
static AttributeDefinition |
InterfaceDescription.ANY_IPV4_ADDRESS |
static AttributeDefinition |
InterfaceDescription.ANY_IPV6_ADDRESS |
static AttributeDefinition |
InterfaceDescription.INET_ADDRESS |
static AttributeDefinition |
InterfaceDescription.LINK_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDescription.LOOPBACK |
static AttributeDefinition |
InterfaceDescription.LOOPBACK_ADDRESS |
static AttributeDefinition |
InterfaceDescription.MULTICAST |
static AttributeDefinition |
InterfaceDescription.NAME |
static AttributeDefinition[] |
InterfaceDescription.NESTED_ATTRIBUTES
The nested attributes for any, not.
|
static AttributeDefinition |
InterfaceDescription.NIC |
static AttributeDefinition |
InterfaceDescription.NIC_MATCH |
static AttributeDefinition |
InterfaceDescription.NOT |
static AttributeDefinition |
InterfaceDescription.POINT_TO_POINT |
static AttributeDefinition |
InterfaceDescription.PUBLIC_ADDRESS |
static AttributeDefinition[] |
InterfaceDescription.ROOT_ATTRIBUTES
The root attributes.
|
static AttributeDefinition[] |
InterfaceDescription.SIMPLE_ATTRIBUTES |
static AttributeDefinition |
InterfaceDescription.SITE_LOCAL_ADDRESS |
static AttributeDefinition |
InterfaceDescription.SUBNET_MATCH |
static AttributeDefinition |
InterfaceDescription.UP |
static AttributeDefinition |
InterfaceDescription.VIRTUAL |
static AttributeDefinition[] |
InterfaceDescription.WILDCARD_ATTRIBUTES
The wildcard criteria attributes
|
Modifier and Type | Field and Description |
---|---|
static Set<AttributeDefinition> |
InterfaceDescription.NESTED_LIST_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
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 |
---|
WriteAttributeHandlers.AttributeDefinitionValidatingHandler(AttributeDefinition definition) |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
AttributeAccess.getAttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
ManagementResourceRegistration.registerMetric(AttributeDefinition definition,
OperationStepHandler metricHandler)
Records that the given attribute is a metric.
|
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 |
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 | Class and Description |
---|---|
class |
ClientMappingsAttributeDefinition
An attribute definition for client network to destination mappings on a socket binding.
|
class |
SocketBindingGroupIncludesAttribute
Attribute for the list.
|
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
LdapConnectionResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
SSLServerIdentityResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
LdapAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
TruststoreAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
JaasAuthenticationResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Method and Description |
---|---|
protected abstract AttributeDefinition[] |
PropertiesFileResourceDefinition.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthenticationResourceDefinition.getAttributeDefinitions() |
protected AttributeDefinition[] |
PropertiesAuthorizationResourceDefinition.getAttributeDefinitions() |
Constructor and Description |
---|
SecurityRealmChildAddHandler(boolean validateAuthentication,
AttributeDefinition... attributeDefinitions) |
SecurityRealmChildWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Class and Description |
---|---|
class |
GlobalModulesDefinition
ListAttributeDefinition implementation for the "global-modules" attribute. |
Modifier and Type | Field and Description |
---|---|
static Map<String,AttributeDefinition> |
TimerServiceResourceDefinition.ATTRIBUTES |
static Map<String,AttributeDefinition> |
StrictMaxPoolResourceDefinition.ATTRIBUTES |
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
ClusterPassivationStoreWriteHandler.getMaxSizeDefinition() |
protected abstract AttributeDefinition |
PassivationStoreWriteHandler.getMaxSizeDefinition() |
protected AttributeDefinition |
FilePassivationStoreWriteHandler.getMaxSizeDefinition() |
Constructor and Description |
---|
ClusterPassivationStoreAdd(AttributeDefinition... attributes) |
DefaultSessionBeanAccessTimeoutWriteHandler(AttributeDefinition attribute,
org.jboss.msc.service.ServiceName serviceName) |
EJB3SubsystemDefaultCacheWriteHandler(org.jboss.msc.service.ServiceName serviceName,
org.jboss.msc.service.ServiceName defaultServiceName,
AttributeDefinition attribute) |
EJB3SubsystemDefaultPoolWriteHandler(org.jboss.msc.service.ServiceName poolConfigServiceName,
AttributeDefinition poolAttribute) |
FilePassivationStoreAdd(AttributeDefinition... attributes) |
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[] |
HostControllerResourceDescription.HOST_ENV_ATTRIBUTES |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
NativeManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
static AttributeDefinition[] |
HttpManagementResourceDefinition.ATTRIBUTE_DEFINITIONS |
Modifier and Type | Class and Description |
---|---|
class |
LogHandlerListAttributeDefinition
Date: 13.10.2011
|
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
Attribute.getDefinition() |
AttributeDefinition |
Element.getDefinition() |
Modifier and Type | Method and Description |
---|---|
static ObjectTypeAttributeDefinition.Builder |
ObjectTypeAttributeDefinition.Builder.of(String name,
AttributeDefinition... valueTypes) |
Constructor and Description |
---|
ObjectTypeAttributeDefinition.Builder(String name,
AttributeDefinition... valueTypes) |
Modifier and Type | Method and Description |
---|---|
protected AttributeDefinition |
AbstractLogHandlerWriteAttributeHandler.getAttributeDefinition(String attributeName) |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
AbstractLogHandlerWriteAttributeHandler.getAttributes()
Returns a collection of attributes used for the write attribute.
|
Collection<AttributeDefinition> |
HandlerUpdateProperties.getAttributes()
Returns a collection of attributes used for the write attribute.
|
Collection<AttributeDefinition> |
HandlerAddProperties.getAttributes()
Returns a collection of attributes used for the write attribute.
|
Constructor and Description |
---|
AbstractLogHandlerWriteAttributeHandler(AttributeDefinition... attributes) |
FlushingHandlerAddProperties(AttributeDefinition... attributeDefinitions) |
FlushingHandlerAddProperties(List<String> attributes,
AttributeDefinition... attributeDefinitions) |
HandlerUpdateProperties(AttributeDefinition... attributeDefinitions) |
Constructor and Description |
---|
AbstractLogHandlerWriteAttributeHandler(Collection<AttributeDefinition> attributes) |
HandlerAddProperties(List<? extends AttributeDefinition> attributeDefinitions) |
HandlerAddProperties(List<String> attributes,
List<? extends AttributeDefinition> attributeDefinitions) |
Modifier and Type | Method and Description |
---|---|
static void |
AsyncHandlerAssignSubhandler.addHandlers(AttributeDefinition attribute,
org.jboss.dmr.ModelNode node,
OperationContext context,
String asyncHandlerName)
Adds the subhandlers to the async handler.
|
static void |
AsyncHandlerUnassignSubhandler.removeHandlers(AttributeDefinition attribute,
org.jboss.dmr.ModelNode node,
OperationContext context,
String asyncHandlerName)
Removes the subhandlers to the async handler.
|
Constructor and Description |
---|
AbstractFileHandlerWriteAttributeHandler(AttributeDefinition... attributes) |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeDefinition> |
AbstractLoggerWriteAttributeHandler.getAttributes()
Returns a collection of attributes used for the write attribute.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractLogHandlerAssignmentHandler.handlerExists(String handlerName,
AttributeDefinition handlerAttribute,
org.jboss.dmr.ModelNode model)
Checks the
model , represented my the model parameter, to see if the handler already exists. |
static void |
LoggerUnassignHandler.removeHandlers(AttributeDefinition attribute,
org.jboss.dmr.ModelNode node,
OperationContext context,
String loggerName)
Removes the handlers to the logger.
|
protected void |
AbstractLogHandlerAssignmentHandler.updateHandlersForAssign(AttributeDefinition handlerAttribute,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Updates the handlers to be assigned.
|
protected void |
AbstractLogHandlerAssignmentHandler.updateHandlersForUnassign(AttributeDefinition handlerAttribute,
org.jboss.dmr.ModelNode operation,
org.jboss.dmr.ModelNode model)
Updates the handlers to be unassigned.
|
Constructor and Description |
---|
AbstractLoggerWriteAttributeHandler(AttributeDefinition attribute) |
AbstractLoggerWriteAttributeHandler(AttributeDefinition attribute,
AttributeDefinition... attributes) |
AbstractLoggerWriteAttributeHandler(AttributeDefinition attribute,
AttributeDefinition... attributes) |
Constructor and Description |
---|
ObjectTypeValidator(boolean nullable,
AttributeDefinition... attributes) |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
ManagedDMRContentResourceDefinition.HASH |
static AttributeDefinition |
ManagedDMRContentTypeResourceDefinition.HASH |
Constructor and Description |
---|
ManagedDMRContentAddHandler(AttributeDefinition contentAttribute,
ResourceDescriptionResolver descriptionResolver) |
ManagedDMRContentStoreHandler(AttributeDefinition contentAttribute,
ResourceDescriptionResolver descriptionResolver) |
ManagedDMRContentWriteAttributeHandler(AttributeDefinition contentAttribute) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectorRefsAttribute
AttributeDefinition for a list of connector-ref s. |
class |
LiveConnectorRefAttribute
Attribute definition for the live-connector-ref attribute.
|
class |
RemotingInterceptorsAttribute
AttributeDefinition for the HQ server resource's remoting-interceptors attribute. |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
Attribute.getDefinition() |
AttributeDefinition |
Element.getDefinition() |
AttributeDefinition |
Element.getDefinition(String name) |
Modifier and Type | Class and Description |
---|---|
class |
JndiEntriesAttribute
AttributeDefinition for a JMS resource's entries attribute. |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition[] |
JMSServices.CONNECTION_FACTORY_ATTRS |
static AttributeDefinition[] |
JMSServices.CONNECTION_FACTORY_WRITE_ATTRS
Connection factory config attributes that can be written at runtime
|
static AttributeDefinition[] |
JMSServices.POOLED_CONNECTION_FACTORY_ATTRS |
Modifier and Type | Class and Description |
---|---|
class |
JASPIAuthenticationModulesAttributeDefinition |
class |
KeyManagerAttributeDefinition |
class |
KeyStoreAttributeDefinition |
class |
LoginModulesAttributeDefinition |
class |
MappingModulesAttributeDefinition |
class |
PropertiesAttributeDefinition |
class |
ProviderModulesAttributeDefinition |
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[] |
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. |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition |
BindingMetricHandlers.BoundHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundAddressHandler.ATTRIBUTE_DEFINITION |
static AttributeDefinition |
BindingMetricHandlers.BoundPortHandler.ATTRIBUTE_DEFINITION |
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.REJECTED_COUNT |
static AttributeDefinition |
PoolAttributeDefinitions.TASK_COUNT |
Modifier and Type | Field and Description |
---|---|
static List<AttributeDefinition> |
UnboundedQueueThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
QueuelessThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
BoundedQueueThreadPoolMetricsHandler.METRICS |
static List<AttributeDefinition> |
ScheduledThreadPoolMetricsHandler.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) |
Modifier and Type | Class and Description |
---|---|
protected static class |
WebContainerDefinition.PropertiesAttributeDefinition |
Modifier and Type | Field and Description |
---|---|
protected static AttributeDefinition[] |
WebContainerDefinition.CONTAINER_ATTRIBUTES |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.