| 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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeCapabilityRegistry.capabilityReloadRequired(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration)
Notification that any capabilities associated with the given address require reload in order to bring their
runtime services into sync with their persistent configuration.
|
void |
RuntimeCapabilityRegistry.capabilityRestartRequired(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration)
Notification that any capabilities associated with the given address require restart in order to bring their
runtime services into sync with their persistent configuration.
|
Map<CapabilityId,RuntimeCapabilityRegistry.RuntimeStatus> |
RuntimeCapabilityRegistry.getRuntimeStatus(PathAddress address,
ImmutableManagementResourceRegistration resourceRegistration)
Gets the status of any capabilities associated with the given resource address.
|
| 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.getParent()
Gets the registration for this resource type's parent, if there is one.
|
ImmutableManagementResourceRegistration |
DelegatingManagementResourceRegistration.getParent() |
ImmutableManagementResourceRegistration |
DelegatingImmutableManagementResourceRegistration.getParent() |
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. |
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource,
ImmutableManagementResourceRegistration mrr)
Recursively reads an entire resource tree, ignoring runtime-only and proxy resources, and generates
a DMR tree representing all of the non-ignored resources.
|
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource,
int level,
ImmutableManagementResourceRegistration mrr)
Reads a resource tree, recursing up to the given number of levels but ignoring runtime-only and proxy resources,
and generates a DMR tree representing all of the non-ignored resources.
|
| 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 ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment)
Creates a ResourceTransformationContext
|
static ResourceTransformationContext |
Transformers.Factory.create(TransformationTarget target,
Resource model,
ImmutableManagementResourceRegistration registration,
ExpressionResolver resolver,
RunningMode runningMode,
ProcessType type,
TransformerOperationAttachment attachment,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Creates a ResourceTransformationContext
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.