Modifier and Type | Method and Description |
---|---|
protected Resource |
AbstractAddStepHandler.createResource(OperationContext context)
Create the
Resource that the AbstractAddStepHandler.execute(OperationContext, ModelNode)
method operates on. |
protected Resource |
AbstractAddStepHandler.createResource(OperationContext context,
org.jboss.dmr.ModelNode operation)
Create the
Resource that the AbstractAddStepHandler.execute(OperationContext, ModelNode)
method operates on. |
Resource |
OperationContext.createResource(PathAddress address)
Create a new resource, relative to the executed operation address.
|
Resource |
OperationContext.getOriginalRootResource()
Get a read-only reference of the entire management model BEFORE any changes were made by this context.
|
Resource |
ManagementModel.getRootResource()
Gets the root resource of the concrete configuration model.
|
Resource |
OperationContext.readResource(PathAddress relativeAddress)
Get the resource for read only operations, relative to the executed operation address.
|
Resource |
OperationContext.readResource(PathAddress relativeAddress,
boolean recursive)
Get the resource for read only operations, relative to the executed operation address.
|
Resource |
OperationContext.readResourceForUpdate(PathAddress relativeAddress)
Get an addressable resource for update operations.
|
Resource |
OperationContext.readResourceFromRoot(PathAddress address)
Read an addressable resource from the root of the model.
|
Resource |
OperationContext.readResourceFromRoot(PathAddress address,
boolean recursive)
Read an addressable resource from the root of the model.
|
Resource |
OperationContext.removeResource(PathAddress relativeAddress)
Remove a resource relative to the executed operation address.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.addResource(PathAddress address,
int index,
Resource toAdd)
Add a new resource, at to the executed operation address.
|
void |
OperationContext.addResource(PathAddress address,
Resource toAdd)
Add a new resource, at the executed operation address.
|
protected org.jboss.dmr.ModelNode |
AbstractControllerService.executeReadOnlyOperation(org.jboss.dmr.ModelNode operation,
Resource model,
ModelController.OperationTransactionControl control,
OperationStepHandler prepareStep)
Deprecated.
|
protected void |
AbstractWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue,
Resource model)
Hook to allow subclasses to do any final
OperationContext.Stage.MODEL processing following the
application of the new attribute value. |
protected abstract void |
AbstractControllerService.initModel(ManagementModel managementModel,
Resource modelControllerResource) |
protected void |
AbstractBoottimeAddStepHandler.performBoottime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation . |
protected void |
AbstractAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation . |
protected void |
ReloadRequiredAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
AbstractBoottimeAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
|
protected void |
ModelOnlyAddStepHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException . |
protected void |
AbstractModelUpdateHandler.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Make any runtime changes necessary to effect the changes indicated by the given
operation . |
protected void |
AbstractAddStepHandler.populateModel(org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractAddStepHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractRemoveStepHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Record any new
capabilities that are no longer available as
a result of this operation, as well as any requirements for other capabilities that no longer exist. |
protected void |
AbstractAddStepHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Record any new
capabilities that are available as
a result of this operation, as well as any requirements for other capabilities that now exist. |
protected void |
AbstractAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Rollback runtime changes made in
AbstractAddStepHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource) . |
protected void |
ReloadRequiredAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
AbstractBoottimeAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Overrides the superclass to call
OperationContext.revertReloadRequired()
if OperationContext.isBooting() returns false . |
protected void |
ModelOnlyAddStepHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Throws
UnsupportedOperationException . |
protected void |
AbstractModelUpdateHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Rollback runtime changes made in
AbstractModelUpdateHandler.performRuntime(OperationContext, org.jboss.dmr.ModelNode, org.jboss.as.controller.registry.Resource) . |
protected void |
AbstractModelUpdateHandler.updateModel(org.jboss.dmr.ModelNode operation,
Resource resource)
Update the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
AbstractWriteAttributeHandler.validateUpdatedModel(OperationContext context,
Resource model)
Hook to allow subclasses to validate the model following the application of the new attribute value.
|
Modifier and Type | Method and Description |
---|---|
Resource |
TargetResource.getResource() |
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 |
AuditLogger.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
void |
ManagedAuditLoggerImpl.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
Modifier and Type | Method and Description |
---|---|
abstract Resource |
CapabilityResolutionContext.getResourceRoot()
Gets the root resource of the resource tree in effect during this resolution.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionResource
|
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.getChild(PathElement element) |
Resource |
ExtensionResource.navigate(PathAddress address) |
Resource |
ExtensionResource.removeChild(PathElement address) |
Resource |
ExtensionResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
ExtensionResource.registerChild(PathElement address,
Resource resource) |
void |
ExtensionRegistry.removeExtension(Resource rootResource,
String moduleName,
ManagementResourceRegistration rootRegistration)
Cleans up a extension module's subsystems from the resource registration model.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderedChildTypesAttachment.addOrderedChildResourceTypes(PathAddress resourceAddress,
Resource resource)
If the resource has ordered child types, those child types will be stored in the attachment.
|
protected org.jboss.dmr.ModelNode |
GenericSubsystemDescribeHandler.createAddOperation(OrderedChildTypesAttachment orderedChildTypesAttachment,
org.jboss.dmr.ModelNode address,
Resource resource,
Set<PathElement> children) |
protected void |
GenericSubsystemDescribeHandler.describe(OrderedChildTypesAttachment orderedChildTypesAttachment,
Resource resource,
org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode result,
ImmutableManagementResourceRegistration registration) |
protected void |
AbstractSocketBindingGroupAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Resource.ResourceEntry |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelResource
Abstract
Resource implementation. |
class |
DelegatingResource
|
class |
PlaceholderResource
Resource that solely holds a place in the resource tree and has no model or children.
|
static class |
PlaceholderResource.PlaceholderResourceEntry |
Modifier and Type | Method and Description |
---|---|
Resource |
DelegatingResource.clone() |
Resource |
PlaceholderResource.clone() |
Resource |
Resource.clone() |
abstract Resource |
AbstractModelResource.clone() |
static Resource |
Resource.Factory.create()
Create a default resource implementation.
|
static Resource |
Resource.Factory.create(boolean runtimeOnly)
Create a default resource implementation.
|
static Resource |
Resource.Factory.create(boolean runtimeOnly,
Set<String> orderedChildTypes)
Create a default resource implementation.
|
Resource |
ResourceProvider.get(String name) |
Resource |
DelegatingResource.getChild(PathElement element) |
Resource |
PlaceholderResource.getChild(PathElement element) |
Resource |
Resource.getChild(PathElement element)
Get a single child of this resource with the given address.
|
Resource |
AbstractModelResource.getChild(PathElement address) |
Resource |
DelegatingResource.ResourceDelegateProvider.getDelegateResource()
Gets the delegate.
|
Resource |
DelegatingResource.navigate(PathAddress address) |
Resource |
PlaceholderResource.navigate(PathAddress address) |
Resource |
Resource.navigate(PathAddress address)
Navigate the resource tree.
|
Resource |
AbstractModelResource.navigate(PathAddress address) |
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
Resource |
AliasEntry.AliasContext.readResourceFromRoot(PathAddress address) |
Resource |
AliasEntry.AliasContext.readResourceFromRoot(PathAddress address,
boolean recursive) |
Resource |
ResourceProvider.remove(String name) |
Resource |
DelegatingResource.removeChild(PathElement address) |
Resource |
PlaceholderResource.removeChild(PathElement address) |
Resource |
Resource.removeChild(PathElement address)
Remove a child resource.
|
Resource |
AbstractModelResource.removeChild(PathElement address) |
Resource |
DelegatingResource.requireChild(PathElement element) |
Resource |
PlaceholderResource.requireChild(PathElement element) |
Resource |
Resource.requireChild(PathElement element)
Get a single child of this resource with the given address.
|
Resource |
AbstractModelResource.requireChild(PathElement address) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceFilter.accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
static void |
ResourceProvider.Tool.addResourceProvider(String name,
ResourceProvider provider,
Resource resource) |
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource)
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)
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.
|
static org.jboss.dmr.ModelNode |
Resource.Tools.readModel(Resource resource,
int level,
ResourceFilter filter)
Reads a resource tree, recursing up to the given number of levels but ignoring resources not accepted
by the given
filter , and generates a DMR tree representing all of the non-ignored resources. |
void |
ResourceProvider.register(String value,
int index,
Resource resource) |
void |
ResourceProvider.register(String name,
Resource resource) |
void |
DelegatingResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
PlaceholderResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
Resource.registerChild(PathElement address,
int index,
Resource resource)
Register a child resource
|
void |
AbstractModelResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
DelegatingResource.registerChild(PathElement address,
Resource resource) |
void |
PlaceholderResource.registerChild(PathElement address,
Resource resource) |
void |
Resource.registerChild(PathElement address,
Resource resource)
Register a child resource.
|
void |
AbstractModelResource.registerChild(PathElement address,
Resource resource) |
Constructor and Description |
---|
DelegatingResource(Resource delegate)
Creates a new DelegatingResource with a fixed delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
PathManagerService.addPathManagerResources(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
Transformers.TransformationInputs.getRootResource()
Gets a copy of the full resource tree as it existed at the time this object was created.
|
Resource |
ResourceTransformationContext.getTransformedRoot()
Get the transformed root.
|
Resource |
TransformationContext.readResource(PathAddress address)
Read a model resource.
|
Resource |
TransformationContext.readResourceFromRoot(PathAddress address)
Read a model resource from the root.
|
Resource |
ResourceTransformationContext.readTransformedResource(PathAddress address)
Read a resource from the transformed model.
|
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Only for use by test frameworks..
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource)
Transform a given root resource, including children.
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Transform a given resource, including children, removing resources that the given
ignoredTransformationRegistry
indicates are being ignored by the target process. |
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceTransformationContext.addTransformedRecursiveResource(PathAddress relativeAddress,
Resource resource)
Add a resource recursively including it's children.
|
ResourceTransformationContext |
ResourceTransformationContext.addTransformedResource(PathAddress relativeAddress,
Resource resource)
Add a resource.
|
ResourceTransformationContext |
ResourceTransformationContext.addTransformedResourceFromRoot(PathAddress absoluteAddress,
Resource resource)
Add a resource from the root of the model.
|
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
|
boolean |
DiscardAttributesTransformer.DiscardApprover.isResourceDiscardAllowed(TransformationContext context,
PathAddress address,
Resource resource)
Replies with whether resource transformation should be done.
|
boolean |
DiscardAttributesTransformer.AttributeValueDiscardApprover.isResourceDiscardAllowed(TransformationContext context,
PathAddress address,
Resource resource) |
void |
ResourceTransformationContext.processChild(PathElement element,
Resource child)
Process a child.
|
void |
ResourceTransformationContext.processChildren(Resource resource)
Process all children of a given resource.
|
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource)
Deprecated.
|
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Only for use by test frameworks..
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource)
Transform a given root resource, including children.
|
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource) |
Resource |
Transformers.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry)
Transform a given resource, including children, removing resources that the given
ignoredTransformationRegistry
indicates are being ignored by the target process. |
Resource |
TransformersImpl.transformRootResource(Transformers.TransformationInputs transformationInputs,
Resource resource,
Transformers.ResourceIgnoredTransformationRegistry ignoredTransformationRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
DomainIncludesValidationWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue,
Resource model) |
static ReadMasterDomainModelUtil.RequiredConfigurationHolder |
ReadMasterDomainModelUtil.populateHostResolutionContext(HostInfo hostInfo,
Resource root,
ExtensionRegistry extensionRegistry)
Process the host info and determine which configuration elements are required on the slave host.
|
protected void |
SocketBindingGroupAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
ProfileAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
GenericModelDescribeOperationHandler.processMore(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource,
PathAddress address,
Map<String,org.jboss.dmr.ModelNode> includeResults) |
protected void |
ProfileDescribeHandler.processMore(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource,
PathAddress address,
Map<String,org.jboss.dmr.ModelNode> includeResults) |
protected void |
SocketBindingGroupAddHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Constructor and Description |
---|
SyncServerGroupOperationHandler(String localHostName,
Resource originalDomainModel,
SyncModelParameters parameters) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ProxyController> |
DomainServerUtils.getServerProxies(String localHostName,
Resource domainRootResource,
ImmutableManagementResourceRegistration domainRootResourceRegistration) |
Modifier and Type | Method and Description |
---|---|
static void |
CoreManagementResourceDefinition.registerDomainResource(Resource parent,
AccessConstraintUtilizationRegistry registry) |
Modifier and Type | Field and Description |
---|---|
static Resource |
AccessConstraintResources.VAULT_RESOURCE |
Modifier and Type | Method and Description |
---|---|
static Resource |
AccessAuthorizationResourceDefinition.createResource(AccessConstraintUtilizationRegistry registry) |
static Resource |
AccessConstraintResources.getApplicationConfigResource(AccessConstraintUtilizationRegistry registry) |
static Resource |
AccessConstraintResources.getSensitivityResource(AccessConstraintUtilizationRegistry registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileAuditLogHandlerResourceDefinition.FileAuditLogHandlerAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
FileAuditLogHandlerResourceDefinition.FileAuditLogHandlerAddHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
InMemoryAuditLogHandlerResourceDefinition.InMemoryAuditLogHandlerAddHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserAddHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
IgnoredNonAffectedServerGroupsUtil.addCurrentServerGroupsToHostInfoModel(boolean ignoreUnaffectedServerGroups,
Resource hostModel,
org.jboss.dmr.ModelNode model)
Used by the slave host when creating the host info dmr sent across to the DC during the registration process
|
static void |
IgnoredNonAffectedServerGroupsUtil.addServerGroupsToModel(Resource hostModel,
org.jboss.dmr.ModelNode model) |
static void |
HostModelUtil.createRootRegistry(ManagementResourceRegistration root,
HostControllerEnvironment environment,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
HostModelUtil.HostModelRegistrar hostModelRegistrar,
ProcessType processType,
DelegatingConfigurableAuthorizer authorizer,
Resource modelControllerResource) |
void |
MasterDomainControllerClient.fetchAndSyncMissingConfiguration(OperationContext context,
Resource original)
Pulls down missing data from the domain controller and applies it to the local model as a result of a change to a/an added server-config
|
void |
RemoteDomainConnectionService.fetchAndSyncMissingConfiguration(OperationContext context,
Resource original) |
Set<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> |
IgnoredNonAffectedServerGroupsUtil.getServerConfigsOnSlave(Resource hostResource)
For use on a slave HC to get all the server groups used by the host
|
boolean |
IgnoredNonAffectedServerGroupsUtil.ignoreOperation(Resource domainResource,
Collection<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> serverConfigs,
PathAddress pathAddress)
For the DC to check whether an operation should be ignored on the slave, if the slave is set up to ignore config not relevant to it
|
protected void |
DomainModelControllerService.initModel(ManagementModel managementModel,
Resource modelControllerResource) |
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryOptionsResource |
Modifier and Type | Method and Description |
---|---|
Resource |
DiscoveryOptionsResource.clone() |
Resource |
DiscoveryOptionsResource.getChild(PathElement element) |
protected Resource |
DiscoveryOptionsResource.getOption(String type,
String name) |
Resource |
DiscoveryOptionsResource.navigate(PathAddress address) |
Resource |
DiscoveryOptionsResource.removeChild(PathElement address) |
protected Resource |
DiscoveryOptionsResource.removeOption(String type,
String name) |
Resource |
DiscoveryOptionsResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryOptionsResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
DiscoveryOptionsResource.registerChild(PathElement address,
Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
IgnoreDomainResourceTypeResource
Resource implementation for a given type of ignored resource. |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
HostInfo.createLocalHostHostInfo(LocalHostControllerInfo hostInfo,
ProductConfig productConfig,
IgnoredDomainResourceRegistry ignoredResourceRegistry,
Resource hostModelResource)
Create the metadata which gets send to the DC when registering.
|
org.jboss.dmr.ModelNode |
HostControllerRegistrationHandler.OperationExecutor.executeReadOnly(org.jboss.dmr.ModelNode operation,
Resource model,
OperationStepHandler handler,
ModelController.OperationTransactionControl control)
Execute an operation using given resource model.
|
ReadMasterDomainModelUtil.RequiredConfigurationHolder |
HostInfo.populateRequiredConfigurationHolder(Resource resource,
ExtensionRegistry extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
ServerAddHandler.createResource(OperationContext context) |
protected Resource |
AbstractDiscoveryOptionAddHandler.createResource(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerRestartRequiredServerConfigWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue,
Resource resource) |
protected void |
ServerAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
StaticDiscoveryAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
DiscoveryOptionAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
HttpManagementAddHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Constructor and Description |
---|
HostModelRegistrationHandler(HostControllerEnvironment hostControllerEnvironment,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry,
HostModelUtil.HostModelRegistrar hostModelRegistrar,
Resource modelControllerResource) |
Modifier and Type | Class and Description |
---|---|
class |
ServerConfigResource |
Modifier and Type | Method and Description |
---|---|
Resource |
ServerConfigResource.clone() |
Constructor and Description |
---|
ServerConfigResource(ServerInventory serverInventory,
ControlledProcessState processState,
String serverName,
File domainDataDir,
Resource delegate) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingResource |
Modifier and Type | Method and Description |
---|---|
Resource |
LoggingResource.clone() |
Resource |
LoggingResource.getChild(PathElement element) |
Resource |
LoggingResource.navigate(PathAddress address) |
Resource |
LoggingResource.removeChild(PathElement address) |
Resource |
LoggingResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
LoggingResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
LoggingResource.registerChild(PathElement address,
Resource resource) |
Constructor and Description |
---|
LoggingResource(Resource delegate,
PathManager pathManager) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedDMRContentResource
Resource implementation for a resource that stores managed DMR content (e.g. |
class |
ManagedDMRContentTypeResource
Resource implementation for the root resource of a tree of resources that store managed DMR content
(e.g. |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagedDMRContentTypeResource.clone() |
Resource |
ManagedDMRContentResource.clone() |
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
ManagedDMRContentResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
Resource resource) |
void |
ManagedDMRContentResource.registerChild(PathElement address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ManagedDMRContentLogger_$logger.illegalChildClass(Class<? extends Resource> clazz) |
Modifier and Type | Method and Description |
---|---|
static Resource |
ModelTestModelControllerService.grabRootResource(ModelTestKernelServices<?> kernelServices)
Grabs the current root resource.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ModelTestModelControllerService.initCoreModel(ManagementModel managementModel,
Resource modelControllerResource) |
protected void |
ModelTestModelControllerService.initCoreModel(Resource rootResource,
ManagementResourceRegistration rootRegistration,
Resource modelControllerResource)
Deprecated.
only for legacy version support
|
protected void |
ModelTestModelControllerService.initExtraModel(Resource rootResource,
ManagementResourceRegistration rootRegistration)
Deprecated.
only for legacy version support
|
protected void |
ModelTestModelControllerService.initModel(ManagementModel managementModel,
Resource modelControllerResource) |
protected void |
ModelTestModelControllerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration,
Resource modelControllerResource)
Deprecated.
only for legacy version support
|
Modifier and Type | Method and Description |
---|---|
protected void |
PatchIntegrationFactory.initializeCoreServices(org.jboss.msc.service.ServiceTarget serviceTarget,
ManagementResourceRegistration resourceRegistration,
Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
BufferPoolMXBeanResource
Resource impl for the
java.lang.management.BufferPoolMXBean . |
class |
GarbageCollectorMXBeanResource
Resource impl for the
GarbageCollectorMXBean . |
class |
MemoryManagerMXBeanResource
Resource impl for the
MemoryManagerMXBean parent resource. |
class |
MemoryPoolMXBeanResource
Resource impl for the
MemoryPoolMXBean parent resource. |
class |
RootPlatformMBeanResource
Resource for the root platform mbean resource tree.
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
RemotingEndpointAdd.createResource(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpConnectorAdd.performRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
RemotingEndpointAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
RemotingEndpointAdd.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
RemotingEndpointAdd.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerService.initModel(ManagementModel managementModel,
Resource modelControllerResource) |
Modifier and Type | Method and Description |
---|---|
static void |
VersionModelInitializer.registerRootResource(Resource rootResource,
ProductConfig cfg) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<Resource> |
DeploymentModelUtils.DEPLOYMENT_RESOURCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource)
|
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) |
static List<byte[]> |
DeploymentUtils.getDeploymentHash(Resource deployment) |
org.jboss.dmr.ModelNode |
DeploymentResourceSupport.registerDeploymentSubResource(String subsystemName,
PathAddress address,
Resource resource)
Registers the provided resource as the resource for the
last element of the address. |
org.jboss.dmr.ModelNode |
DeploymentResourceSupport.registerDeploymentSubsystemResource(String subsystemName,
Resource resource)
Registers the resource to the parent deployment resource.
|
Constructor and Description |
---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
CapabilityServiceSupport capabilityServiceSupport,
AbstractVaultReader vaultReader,
PathManager pathManager) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentOverlayContentAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
SocketBindingAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
BindingAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
BindingGroupAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource)
Populate the given resource in the persistent configuration model based on the values in the given operation.
|
protected void |
InterfaceRemoveHandler.recordCapabilitiesAndRequirements(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
protected void |
BindingInterfaceHandler.validateUpdatedModel(OperationContext context,
Resource model) |
Modifier and Type | Method and Description |
---|---|
protected void |
VaultAddHandler.rollbackRuntime(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.