Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.access | |
org.jboss.as.controller.descriptions | |
org.jboss.as.controller.operations.common | |
org.jboss.as.controller.operations.validation | |
org.jboss.as.controller.registry | |
org.jboss.as.controller.transform | |
org.jboss.as.domain.controller.operations.coordination | |
org.jboss.as.model.test | |
org.jboss.as.server.deployment |
The JBossAS domain deployment subsystem classes.
|
Modifier and Type | Method and Description |
---|---|
ImmutableManagementResourceRegistration |
OperationContext.getResourceRegistration()
Get a read only view of the managed resource registration.
|
ImmutableManagementResourceRegistration |
OperationContext.getRootResourceRegistration()
Get a read only view of the root managed resource registration.
|
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
SimpleResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) |
DescriptionProvider |
DelegatingResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) |
DescriptionProvider |
ResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration)
Gets a
DescriptionProvider for the given resource. |
Modifier and Type | Method and Description |
---|---|
ImmutableManagementResourceRegistration |
TargetResource.getResourceRegistration() |
Modifier and Type | Method and Description |
---|---|
static TargetResource |
TargetResource.forDomain(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration,
Resource resource,
ServerGroupEffect serverGroupEffect,
HostEffect hostEffect) |
static TargetResource |
TargetResource.forStandalone(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration,
Resource resource) |
Constructor and Description |
---|
DefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration registration,
ResourceDescriptionResolver descriptionResolver) |
DefaultResourceAddDescriptionProvider(ImmutableManagementResourceRegistration registration,
ResourceDescriptionResolver descriptionResolver,
boolean orderedChildResource) |
DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration,
ResourceDescriptionResolver descriptionResolver) |
DefaultResourceDescriptionProvider(ImmutableManagementResourceRegistration registration,
ResourceDescriptionResolver descriptionResolver,
DeprecationData deprecationData) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericSubsystemDescribeHandler.describe(OrderedChildTypesAttachment orderedChildTypesAttachment,
Resource resource,
org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode result,
ImmutableManagementResourceRegistration registration) |
Constructor and Description |
---|
OperationValidator(ImmutableManagementResourceRegistration root) |
OperationValidator(ImmutableManagementResourceRegistration root,
boolean validateDescriptions,
boolean includeOperationInError) |
OperationValidator(ImmutableManagementResourceRegistration root,
boolean validateDescriptions,
boolean includeOperationInError,
boolean exitOnError) |
Modifier and Type | Interface and Description |
---|---|
interface |
ManagementResourceRegistration
A registration for a management resource which consists of a resource description plus registered operation handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingImmutableManagementResourceRegistration
ImmutableManagementResourceRegistration implementation that simply delegates to another
ImmutableManagementResourceRegistration (typically a mutable implementation of sub-interface
ManagementResourceRegistration ). |
class |
DelegatingManagementResourceRegistration
ManagementResourceRegistration implementation that simply delegates to another
ManagementResourceRegistration . |
Modifier and Type | Method and Description |
---|---|
ImmutableManagementResourceRegistration |
ImmutableManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
ImmutableManagementResourceRegistration |
DelegatingImmutableManagementResourceRegistration.getSubModel(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
LegacyResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration)
Gets a
DescriptionProvider for the given resource. |
Constructor and Description |
---|
DelegatingImmutableManagementResourceRegistration(ImmutableManagementResourceRegistration delegate)
Creates a new ImmutableManagementResourceRegistration.
|
Modifier and Type | Method and Description |
---|---|
ImmutableManagementResourceRegistration |
TransformationContext.getResourceRegistration(PathAddress address)
Get the management resource registration.
|
ImmutableManagementResourceRegistration |
TransformationContext.getResourceRegistrationFromRoot(PathAddress address)
Get the management resource registration.
|
ImmutableManagementResourceRegistration |
Transformers.TransformationInputs.getRootRegistration()
Gets full the
resource registration tree. |
Modifier and Type | Method and Description |
---|---|
static Map<String,ProxyController> |
DomainServerUtils.getServerProxies(String localHostName,
Resource domainRootResource,
ImmutableManagementResourceRegistration domainRootResourceRegistration) |
Modifier and Type | Method and Description |
---|---|
ImmutableManagementResourceRegistration |
ModelTestKernelServices.getRootRegistration() |
ImmutableManagementResourceRegistration |
ModelTestKernelServicesImpl.getRootRegistration() |
ImmutableManagementResourceRegistration |
ModelTestLegacyControllerKernelServicesProxy.getRootRegistration() |
Modifier and Type | Method and Description |
---|---|
DescriptionProvider |
ModelTestModelControllerService.DelegatingResourceDefinition.getDescriptionProvider(ImmutableManagementResourceRegistration resourceRegistration) |
static void |
ModelTestUtils.validateModelDescriptions(PathAddress address,
ImmutableManagementResourceRegistration reg) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentHandlerUtil.doDeploy(OperationContext context,
String deploymentUnitName,
String managementName,
Resource deploymentResource,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
AbstractVaultReader vaultReader,
org.jboss.as.server.deployment.DeploymentHandlerUtil.ContentItem... contents) |
Constructor and Description |
---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
CapabilityServiceSupport capabilityServiceSupport,
AbstractVaultReader vaultReader,
PathManager pathManager) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.