Modifier and Type | Class and Description |
---|---|
class |
ChannelInstanceResource
Custom resource to allow dynamic detection, registration and return of protocol resources.
|
static class |
ChannelInstanceResource.ChannelInstanceResourceEntry |
class |
JGroupsSubsystemRootResource
Custom resource to allow dynamic detection of channel resources.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ChannelInstanceResource.clone() |
Resource |
JGroupsSubsystemRootResource.clone() |
protected Resource |
JGroupsSubsystemAdd.createResource(OperationContext context) |
Resource |
ChannelInstanceResource.getChild(PathElement element) |
Resource |
JGroupsSubsystemRootResource.getChild(PathElement element) |
Resource |
ChannelInstanceResource.navigate(PathAddress address) |
Resource |
JGroupsSubsystemRootResource.navigate(PathAddress address) |
Resource |
ChannelInstanceResource.removeChild(PathElement address) |
Resource |
JGroupsSubsystemRootResource.removeChild(PathElement address) |
Resource |
ChannelInstanceResource.requireChild(PathElement element) |
Resource |
JGroupsSubsystemRootResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProtocolStackAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
void |
ChannelInstanceResource.registerChild(PathElement address,
Resource resource) |
void |
JGroupsSubsystemRootResource.registerChild(PathElement address,
Resource resource) |
Constructor and Description |
---|
JGroupsSubsystemRootResource(Resource delegate) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractResourceAdapterDeploymentServiceListener.registerIronjacamar(org.jboss.msc.service.ServiceController<? extends Object> controller,
ManagementResourceRegistration subRegistration,
Resource subsystemResource) |
Constructor and Description |
---|
AbstractResourceAdapterDeploymentServiceListener(ManagementResourceRegistration registration,
String deploymentUnitName,
Resource deploymentResource,
String bootstrapCtx,
String raName) |
Modifier and Type | Method and Description |
---|---|
Resource |
InactiveResourceAdapterDeploymentService.InactiveResourceAdapterDeployment.getResource() |
Constructor and Description |
---|
InactiveResourceAdapterDeployment(ConnectorXmlDescriptor connectorXmlDescriptor,
org.jboss.modules.Module module,
String deployment,
String deploymentUnitName,
org.jboss.msc.service.ServiceName deploymentUnitServiceName,
ManagementResourceRegistration registration,
org.jboss.msc.service.ServiceTarget serviceTarget,
Resource resource) |
InactiveResourceAdapterDeploymentService(ConnectorXmlDescriptor connectorXmlDescriptor,
org.jboss.modules.Module module,
String deployment,
String deploymentUnitName,
org.jboss.msc.service.ServiceName deploymentUnitServiceName,
ManagementResourceRegistration registration,
org.jboss.msc.service.ServiceTarget serviceTarget,
Resource resource) |
Constructor and Description |
---|
DataSourceStatisticsListener(ManagementResourceRegistration overrideRegistration,
Resource resource,
String dsName) |
Modifier and Type | Class and Description |
---|---|
class |
IronJacamarResource
Resource maintaining the sub-tree for the iron-jacamar
|
static class |
IronJacamarResource.IronJacamarRuntimeResource |
Modifier and Type | Method and Description |
---|---|
Resource |
IronJacamarResource.clone() |
Resource |
IronJacamarResource.IronJacamarRuntimeResource.clone() |
Resource |
IronJacamarResource.getChild(PathElement element) |
Resource |
IronJacamarResource.navigate(PathAddress address) |
Resource |
IronJacamarResource.removeChild(PathElement address) |
Resource |
IronJacamarResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
IronJacamarResourceCreator.execute(Resource parentResource,
AS7MetadataRepository mdr) |
void |
IronJacamarResource.registerChild(PathElement address,
Resource resource) |
protected void |
IronJacamarResource.update(Resource updated) |
Modifier and Type | Method and Description |
---|---|
static void |
RaServicesFactory.createDeploymentService(ManagementResourceRegistration registration,
ConnectorXmlDescriptor connectorXmlDescriptor,
org.jboss.modules.Module module,
org.jboss.msc.service.ServiceTarget serviceTarget,
String deploymentUnitName,
org.jboss.msc.service.ServiceName deploymentUnitServiceName,
String deployment,
org.jboss.jca.common.api.metadata.resourceadapter.v11.ResourceAdapter raxml,
Resource deploymentResource,
ServiceVerificationHandler serviceVerificationHandler) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
AbstractAddStepHandler.createResource(OperationContext context)
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 |
OperationContext.getRootResource()
Deprecated.
|
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,
Resource toAdd)
Add a new resource, relative to the executed operation address.
|
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. |
void |
ModelControllerServiceInitialization.initializeDomain(org.jboss.msc.service.ServiceTarget target,
ManagementResourceRegistration registration,
Resource resource)
Initialize the domain controller.
|
void |
ModelControllerServiceInitialization.initializeHost(org.jboss.msc.service.ServiceTarget target,
ManagementResourceRegistration registration,
Resource resource)
Initialize a host controller.
|
void |
ModelControllerServiceInitialization.initializeStandalone(org.jboss.msc.service.ServiceTarget target,
ManagementResourceRegistration registration,
Resource resource)
Initialize a standalone server.
|
protected abstract void |
AbstractControllerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
protected void |
AbstractControllerService.performControllerInitialization(org.jboss.msc.service.ServiceTarget target,
Resource rootResource,
ManagementResourceRegistration rootRegistration) |
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 |
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 |
ManagedAuditLoggerImpl.log(boolean readOnly,
OperationContext.ResultAction resultAction,
String userId,
String domainUUID,
AccessMechanism accessMechanism,
InetAddress remoteAddress,
Resource resultantModel,
List<org.jboss.dmr.ModelNode> operations) |
void |
AuditLogger.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 | 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,
Resource resource) |
void |
ExtensionRegistry.removeExtension(Resource rootResource,
String moduleName)
Cleans up a module's subsystems from the resource registration model.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericSubsystemDescribeHandler.describe(Resource resource,
org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode result,
ImmutableManagementResourceRegistration registration) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Resource.ResourceEntry |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelResource
Abstract
Resource implementation. |
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 |
PlaceholderResource.clone() |
Resource |
Resource.clone() |
abstract Resource |
AbstractModelResource.clone() |
static Resource |
Resource.Factory.create()
Create a default resource implementation.
|
Resource |
ResourceProvider.get(String name) |
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 |
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 |
ResourceProvider.remove(String name) |
Resource |
PlaceholderResource.removeChild(PathElement address) |
Resource |
Resource.removeChild(PathElement address)
Remove a child resource.
|
Resource |
AbstractModelResource.removeChild(PathElement address) |
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 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 name,
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) |
Modifier and Type | Method and Description |
---|---|
void |
PathManagerService.addPathManagerResources(Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceTransformationContext.getTransformedRoot()
Get the transformed root.
|
static Resource |
TransformerRegistry.modelToResource(ImmutableManagementResourceRegistration reg,
org.jboss.dmr.ModelNode model,
boolean includeUndefined) |
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(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
Resource |
TransformersImpl.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck) |
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Resource |
Transformers.transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
Resource |
TransformersImpl.transformRootResource(OperationContext operationContext,
Resource resource) |
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) |
boolean |
RuntimeIgnoreTransformation.ignoreResource(Resource domainResource,
PathAddress address) |
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.
|
Resource |
Transformers.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
Resource |
TransformersImpl.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
AbstractResourceModelTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource) |
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Resource |
Transformers.transformResource(ResourceTransformationContext context,
Resource resource)
Transform given resource at given context
|
Resource |
TransformersImpl.transformResource(ResourceTransformationContext context,
Resource resource) |
Resource |
Transformers.transformRootResource(OperationContext operationContext,
Resource resource)
Transform a given root resource.
|
Resource |
TransformersImpl.transformRootResource(OperationContext operationContext,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected Resource |
ApplyRemoteMasterDomainModelHandler.getResource(PathAddress resourceAddress,
Resource rootResource,
org.jboss.dmr.ModelNode resourceModel,
OperationContext context,
List<org.jboss.dmr.ModelNode> addOps) |
protected Resource |
ApplyMissingDomainModelResourcesHandler.getResource(PathAddress resourceAddress,
Resource rootResource,
OperationContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerGroupSocketBindingGroupWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue,
Resource resource) |
protected void |
ServerGroupProfileWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue,
Resource resource) |
protected Resource |
ApplyRemoteMasterDomainModelHandler.getResource(PathAddress resourceAddress,
Resource rootResource,
org.jboss.dmr.ModelNode resourceModel,
OperationContext context,
List<org.jboss.dmr.ModelNode> addOps) |
protected Resource |
ApplyMissingDomainModelResourcesHandler.getResource(PathAddress resourceAddress,
Resource rootResource,
OperationContext context) |
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 | Class and Description |
---|---|
class |
TimerServiceResource |
Modifier and Type | Method and Description |
---|---|
Resource |
TimerServiceResource.clone() |
Resource |
TimerServiceResource.getChild(PathElement element) |
Resource |
TimerServiceResource.navigate(PathAddress address) |
Resource |
TimerServiceResource.removeChild(PathElement address) |
Resource |
TimerServiceResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
TimerServiceResource.registerChild(PathElement address,
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
|
Set<PathElement> |
IgnoredNonAffectedServerGroupsUtil.getAllExtensionsForProfile(Resource domainResource,
PathElement profileElement)
Gets all the extensions used by a profile's subsystems on the DC
|
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
|
boolean |
IgnoredNonAffectedServerGroupsUtil.ignoreResource(Resource domainResource,
Collection<IgnoredNonAffectedServerGroupsUtil.ServerConfigInfo> serverConfigs,
PathAddress pathAddress)
For the DC to check whether a resource address should be ignored on the slave, if the slave is set up to ignore config not relevant to it
|
protected void |
DomainModelControllerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
protected void |
DomainModelControllerService.performControllerInitialization(org.jboss.msc.service.ServiceTarget target,
Resource rootResource,
ManagementResourceRegistration rootRegistration) |
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.
|
Set<PathElement> |
DomainControllerRuntimeIgnoreTransformationRegistry.getUnknownExtensionsForProfile(Resource domainRoot,
String hostName,
String profile)
Gets all the unknown extensions for a profile's subsystems on a host
|
boolean |
DomainControllerRuntimeIgnoreTransformationEntry.ignoreResource(Resource domainResource,
PathAddress address)
Whether the host should ignore the domain resource
|
boolean |
DomainControllerRuntimeIgnoreTransformationRegistry.isProfileKnown(Resource domainRoot,
String hostName,
String profile)
Check if a profile is one of a host's known resources
|
boolean |
DomainControllerRuntimeIgnoreTransformationRegistry.isServerGroupKnown(Resource domainRoot,
String hostName,
String serverGroupName)
Check if a server group is one of a host's known resources
|
boolean |
DomainControllerRuntimeIgnoreTransformationRegistry.isSocketBindingGroupKnown(Resource domainRoot,
String hostName,
String socketBindingGroup)
Check if a socket binding group is one of a host's known resources
|
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 |
DiscoveryOptionsWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue,
Resource resource)
Validates that the new options list only contains existing options and contains all of them.
|
protected void |
ServerAddHandler.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 |
StaticDiscoveryAddHandler.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
DynamicManagementStatisticsResource
Resource representing a JPA PersistenceUnit (from a persistence.xml) deployment.
|
Modifier and Type | Method and Description |
---|---|
Resource |
DynamicManagementStatisticsResource.getChild(PathElement element) |
Resource |
DynamicManagementStatisticsResource.navigate(PathAddress address) |
Resource |
DynamicManagementStatisticsResource.removeChild(PathElement address) |
Resource |
DynamicManagementStatisticsResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicManagementStatisticsResource.registerChild(PathElement address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static Resource |
JPAService.createManagementStatisticsResource(org.jipijapa.plugin.spi.ManagementAdaptor managementAdaptor,
String scopedPersistenceUnitName,
DeploymentUnit deploymentUnit)
Create single instance of management statistics resource per managementAdaptor version.
|
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 |
ManagedDMRContentResource.clone() |
Resource |
ManagedDMRContentTypeResource.clone() |
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDMRContentResource.registerChild(PathElement address,
Resource resource) |
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ManagedDMRContentMessages.illegalChildClass(Class<? extends Resource> clazz)
Creates a runtime exception indicating an attempt was made to register a resource whose implementation is
not the correct class.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreAddressResource
Resource for a runtime core HornetQ address.
|
static class |
CoreAddressResource.CoreAddressResourceEntry |
class |
HornetQServerResource
Resource representing a HornetQ server.
|
class |
SecurityRoleResource
Custom
Resource that represents a messaging security role. |
static class |
SecurityRoleResource.SecurityRoleResourceEntry |
Modifier and Type | Method and Description |
---|---|
Resource |
HornetQServerResource.clone() |
Resource |
CoreAddressResource.clone() |
Resource |
SecurityRoleResource.clone() |
Resource |
HornetQServerResource.getChild(PathElement element) |
Resource |
CoreAddressResource.getChild(PathElement element) |
Resource |
SecurityRoleResource.getChild(PathElement element) |
Resource |
HornetQServerResource.navigate(PathAddress address) |
Resource |
CoreAddressResource.navigate(PathAddress address) |
Resource |
SecurityRoleResource.navigate(PathAddress address) |
Resource |
HornetQServerResource.removeChild(PathElement address) |
Resource |
CoreAddressResource.removeChild(PathElement address) |
Resource |
SecurityRoleResource.removeChild(PathElement address) |
Resource |
HornetQServerResource.requireChild(PathElement element) |
Resource |
CoreAddressResource.requireChild(PathElement element) |
Resource |
SecurityRoleResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
BroadcastGroupWriteAttributeHandler.finishModelStage(OperationContext context,
org.jboss.dmr.ModelNode operation,
String attributeName,
org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode oldValue,
Resource model) |
protected void |
BroadcastGroupAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
void |
HornetQServerResource.registerChild(PathElement address,
Resource resource) |
void |
CoreAddressResource.registerChild(PathElement address,
Resource resource) |
void |
SecurityRoleResource.registerChild(PathElement address,
Resource resource) |
Constructor and Description |
---|
HornetQServerResource(Resource delegate) |
Modifier and Type | Method and Description |
---|---|
protected void |
PatchIntegrationFactory.initializeCoreServices(org.jboss.msc.service.ServiceTarget serviceTarget,
ManagementResourceRegistration registration,
Resource resource) |
void |
PatchIntegrationFactory.initializeDomain(org.jboss.msc.service.ServiceTarget serviceTarget,
ManagementResourceRegistration registration,
Resource resource) |
void |
PatchIntegrationFactory.initializeHost(org.jboss.msc.service.ServiceTarget serviceTarget,
ManagementResourceRegistration registration,
Resource resource) |
void |
PatchIntegrationFactory.initializeStandalone(org.jboss.msc.service.ServiceTarget serviceTarget,
ManagementResourceRegistration registration,
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 |
RemotingEndpointAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerService.initModel(Resource rootResource,
ManagementResourceRegistration rootRegistration) |
protected void |
ServerService.performControllerInitialization(org.jboss.msc.service.ServiceTarget target,
Resource rootResource,
ManagementResourceRegistration rootRegistration) |
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 |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource)
This method is extension of
DeploymentUnit.createDeploymentSubModel(String, PathAddress) , the difference is that it accepts resource that should be registered
at specified path. |
static Collection<org.jboss.msc.service.ServiceController<?>> |
DeploymentHandlerUtil.doDeploy(OperationContext context,
String deploymentUnitName,
String managementName,
ServiceVerificationHandler verificationHandler,
Resource deploymentResource,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
AbstractVaultReader vaultReader,
org.jboss.as.server.deployment.DeploymentHandlerUtil.ContentItem... contents) |
static List<byte[]> |
DeploymentUtils.getDeploymentHash(Resource deployment) |
Constructor and Description |
---|
SubDeploymentUnitService(ResourceRoot deploymentRoot,
DeploymentUnit parent,
ImmutableManagementResourceRegistration registration,
ManagementResourceRegistration mutableRegistration,
Resource resource,
ServiceVerificationHandler serviceVerificationHandler,
AbstractVaultReader vaultReader) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContentAdd.populateModel(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
Resource |
RootResourceHack.ResourceAndRegistration.getResource() |
Modifier and Type | Method and Description |
---|---|
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 |
BindingInterfaceHandler.validateUpdatedModel(OperationContext context,
Resource model) |
Modifier and Type | Method and Description |
---|---|
protected void |
WriteDefaultWebModule.validateUpdatedModel(OperationContext context,
Resource model) |
protected void |
WriteEnableWelcomeRoot.validateUpdatedModel(OperationContext context,
Resource model) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
WSEndpointDeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.