Modifier and Type | Class and Description |
---|---|
class |
StatisticsDescriptionProvider
DescriptionProvider or OverrideDescriptionProvider for a resource whose contents include attributes
provided by a list of StatisticsPlugin s. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPropertyAdd
Adds a recovery-environment to the Transactions subsystem
|
class |
XaDataSourcePropertyAdd
Adds a recovery-environment to the Transactions subsystem
|
Modifier and Type | Class and Description |
---|---|
class |
AdminObjectAdd
Adds a recovery-environment to the Transactions subsystem
|
class |
AOConfigPropertyAdd
Adds a recovery-environment to the Transactions subsystem
|
class |
CDConfigPropertyAdd
Adds a recovery-environment to the Transactions subsystem
|
class |
ConfigPropertyAdd
Adds a recovery-environment to the Transactions subsystem
|
class |
ConnectionDefinitionAdd
Adds a recovery-environment to the Transactions subsystem
|
Modifier and Type | Field and Description |
---|---|
static DescriptionProvider |
ResourceAdaptersSubsystemProviders.CLEAR_STATISTICS_DESC |
Modifier and Type | Class and Description |
---|---|
class |
CompositeOperationHandler
Handler for the "composite" operation; i.e.
|
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
ResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration)
Gets a
DescriptionProvider for the given resource. |
DescriptionProvider |
SimpleResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) |
Modifier and Type | Method and Description |
---|---|
ManagementResourceRegistration |
SubsystemRegistration.registerDeploymentModel(DescriptionProvider descriptionProvider)
Get the deployment model node registration for this subsystem.
|
ManagementResourceRegistration |
SubsystemRegistration.registerSubsystemModel(DescriptionProvider descriptionProvider)
Get the model node registration for this subsystem.
|
Constructor and Description |
---|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Construct a new instance.
|
SimpleResourceDefinition(PathElement pathElement,
DescriptionProvider descriptionProvider)
ResourceDefinition that uses the given {code descriptionProvider} to describe the resource. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationDescriptionProvider
Provides a default description of an operation.
|
class |
DefaultResourceAddDescriptionProvider
Uses an analysis of registry metadata to provide a default description of an operation that adds a resource.
|
class |
DefaultResourceDescriptionProvider
Provides a default description of a resource by analyzing the registry metadata.
|
class |
DefaultResourceRemoveDescriptionProvider
Default provider for a resource "remove" operation.
|
Modifier and Type | Field and Description |
---|---|
static DescriptionProvider |
CommonProviders.JVM_PROVIDER
Provider for a sub-model that defines the JVM configuration.
|
static DescriptionProvider |
CommonProviders.MANAGEMENT_WITH_INTERFACES_PROVIDER
Provider for a sub-model that defines the management configuration.
|
static DescriptionProvider |
CommonProviders.NAMED_INTERFACE_PROVIDER
Provider for a sub-model that names an interface but doesn't require the address selection criteria.
|
static DescriptionProvider |
CommonProviders.NAMED_PATH_PROVIDER
Provider for a sub-model that names a "path" but doesn't require the actual path to be specified.
|
static DescriptionProvider |
CommonProviders.READ_ATTRIBUTE_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_CHILDREN_NAMES_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_CHILDREN_RESOURCES_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_CHILDREN_TYPES_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_OPERATION_NAMES_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_OPERATION_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_RESOURCE_DESCRIPTION_PROVIDER |
static DescriptionProvider |
CommonProviders.READ_RESOURCE_PROVIDER |
static DescriptionProvider |
CommonProviders.SERVICE_CONTAINER_PROVIDER
Provider for a sub-resource that exposes the MSC ServiceContainer.
|
static DescriptionProvider |
CommonProviders.SPECIFIED_INTERFACE_PROVIDER
Provider for a sub-model that names an interface and specifies the criteria.
|
static DescriptionProvider |
CommonProviders.SPECIFIED_PATH_PROVIDER
Provider for a sub-model that names a "path" and specifies the actual path.
|
static DescriptionProvider |
CommonProviders.SUBSYSTEM_DESCRIBE_PROVIDER |
static DescriptionProvider |
CommonProviders.UNDEFINE_ATTRIBUTE_PROVIDER |
static DescriptionProvider |
CommonProviders.VAULT_PROVIDER
Provider for a resource that defines the core security vault.
|
static DescriptionProvider |
CommonProviders.WRITE_ATTRIBUTE_PROVIDER |
Modifier and Type | Class and Description |
---|---|
class |
GenericSubsystemDescribeHandler
A generic handler recursively creating add operations for a managed resource using it's
attributes as the request-parameters.
|
class |
InterfaceAddHandler
Handler for the interface resource add operation.
|
class |
InterfaceRemoveHandler
Handler for the path resource remove operation.
|
class |
JVMAddHandler
OperationHandler for the jvm resource add operation. |
class |
JVMRemoveHandler
OperationHandler for the jvm resource remove operation. |
class |
NamespaceAddHandler
Handler for the root resource add-namespace operation.
|
class |
NamespaceRemoveHandler
Handler for the root resource remove-namespace operation.
|
class |
PathAddHandler
Handler for the path resource add operation.
|
class |
PathRemoveHandler
Handler for the path resource remove operation.
|
class |
ProcessReloadHandler<T extends RunningModeControl>
Operation handler for process reloads of servers.
|
class |
ResolveExpressionHandler
Operation that resolves an expression (but not against the vault) and returns the resolved value.
|
class |
SchemaLocationAddHandler
Handler for the root resource add-schema-location operation.
|
class |
SchemaLocationRemoveHandler
Handler for the root resource remove-schema-location operation.
|
class |
SnapshotDeleteHandler
An operation that deletes a snapshot of the current configuration
|
class |
SnapshotListHandler
An operation that lists the snapshots taken of the current configuration
|
class |
SnapshotTakeHandler
An operation that takes a snapshot of the current configuration
|
class |
SocketBindingGroupIncludeAddHandler
Handler for the domain socket-binding-group resource's add-include operation.
|
class |
SocketBindingGroupIncludeRemoveHandler
Handler for the domain socket-binding-group resource's remove-included-group operation.
|
class |
SystemPropertyAddHandler
Operation handler for adding domain/host and server system properties.
|
class |
SystemPropertyRemoveHandler
Handler for system property remove operations.
|
class |
ValidateAddressOperationHandler |
class |
ValidateOperationHandler
Validates an operation
|
class |
XmlMarshallingHandler
A
OperationStepHandler that can output a model in XML form |
Modifier and Type | Field and Description |
---|---|
static DescriptionProvider |
JVMHandlers.SERVER_MODEL_PROVIDER |
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
OperationEntry.getDescriptionProvider() |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getModelDescription(PathAddress address) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getModelDescription(PathAddress address)
Get the model description at the given address, or
null if none exists. |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName)
Get the operation description at the given address, or
null if none exists. |
Modifier and Type | Method and Description |
---|---|
static ManagementResourceRegistration |
ManagementResourceRegistration.Factory.create(DescriptionProvider rootModelDescriptionProvider)
Create a new root model node registration.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited,
EnumSet<OperationEntry.Flag> flags)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited,
OperationEntry.EntryType entryType)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
boolean inherited,
OperationEntry.EntryType entryType,
EnumSet<OperationEntry.Flag> flags)
Register an operation handler for this resource.
|
void |
ManagementResourceRegistration.registerOperationHandler(String operationName,
OperationStepHandler handler,
DescriptionProvider descriptionProvider,
EnumSet<OperationEntry.Flag> flags)
Register an operation handler for this resource.
|
ManagementResourceRegistration |
ManagementResourceRegistration.registerSubModel(PathElement address,
DescriptionProvider descriptionProvider)
Register the existence of an addressable sub-resource of this resource.
|
Modifier and Type | Class and Description |
---|---|
class |
WhoAmIOperation
The OperationStepHandler for the whoami operation.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingDescribeHandler |
Modifier and Type | Class and Description |
---|---|
class |
ManagedDMRContentAddHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
class |
ManagedDMRContentStoreHandler
Add handler for a resource that represents a named bit of re-usable DMR.
|
Modifier and Type | Class and Description |
---|---|
class |
DeployerChainAddHandler |
Modifier and Type | Field and Description |
---|---|
static DescriptionProvider |
ServerDescriptionProviders.DEPLOYMENT_PROVIDER |
static DescriptionProvider |
ServerDescriptionProviders.ROOT_PROVIDER
Provider for the host model root.
|
static DescriptionProvider |
ServerDescriptionProviders.SUBDEPLOYMENT_PROVIDER |
static DescriptionProvider |
ServerDescriptionProviders.SYSTEM_PROPERTIES_PROVIDER |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentAddHandler
Handles addition of a deployment to the model.
|
class |
DeploymentDeployHandler
Handles deployment into the runtime.
|
class |
DeploymentFullReplaceHandler
Handles replacement in the runtime of one deployment by another.
|
class |
DeploymentRedeployHandler
Handles redeployment in the runtime.
|
class |
DeploymentRemoveHandler
Handles removal of a deployment from the model.
|
class |
DeploymentReplaceHandler
Handles replacement in the runtime of one deployment by another.
|
class |
DeploymentUndeployHandler
Handles undeployment from the runtime.
|
class |
DeploymentUploadBytesHandler
Handler for the upload-deployment-bytes operation.
|
class |
DeploymentUploadStreamAttachmentHandler
Handler for the upload-deployment-stream operation.
|
class |
DeploymentUploadURLHandler
Handler for the upload-deployment-url operation.
|
Modifier and Type | Class and Description |
---|---|
class |
DumpServicesHandler
Handler that dumps all services in the server container
|
class |
RootResourceHack
Ugly hack to be able to get the root resurce and registration.
|
class |
ServerRestartRequiredHandler
Operation step handler responsible for putting a server into "restartRequired" mode.
|
class |
ServerShutdownHandler
Handler that shuts down the standalone server.
|
class |
SpecifiedPathAddHandler
Handler for adding a path.
|
class |
SpecifiedPathRemoveHandler
Handler for removing a path.
|
Modifier and Type | Class and Description |
---|---|
class |
SpecifiedInterfaceAddHandler
Handler for adding a fully specified interface.
|
class |
SpecifiedInterfaceRemoveHandler
Handler for removing a fully-specified interface.
|
class |
SpecifiedInterfaceResolveHandler
Handler that resolves an interface criteria to actual IP addresses in order to allow clients to check the validity
of the configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
VaultAddHandler
Handler for the Vault
|
class |
VaultRemoveHandler
Handler for the vault remove operation.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeMappingAdd |
class |
MimeMappingRemove |
Modifier and Type | Field and Description |
---|---|
static DescriptionProvider |
ServletDeploymentStats.provider |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.