Modifier and Type | Method and Description |
---|---|
PathElement |
PathAddress.getElement(int index)
Gets the element at the given index.
|
PathElement |
PathAddress.getLastElement()
Gets the last element in the address.
|
PathElement |
SimpleResourceDefinition.getPathElement() |
PathElement |
PersistentResourceXMLDescription.getPathElement() |
PathElement |
DelegatingResourceDefinition.getPathElement() |
PathElement |
ResourceDefinition.getPathElement()
Gets the path element that describes how to navigate to this resource from its parent resource, or
null
if this is a definition of a root resource. |
static PathElement |
PathElement.pathElement(String key)
Construct a new instance with a wildcard value.
|
static PathElement |
PathElement.pathElement(String key,
String value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ListIterator<PathElement> |
PathAddress.iterator()
Iterate over the elements of this path address.
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
static ResourceBuilder |
ResourceBuilder.Factory.create(PathElement pathElement,
StandardResourceDescriptionResolver resourceDescriptionResolver) |
static ResourceBuilder |
ResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
static ResourceBuilder |
ResourceBuilder.Factory.createSubsystemRoot(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationStepHandler describeHandler) |
boolean |
PathElement.equals(PathElement other)
Determine whether this object is equal to another.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement,
StandardResourceDescriptionResolver resolver) |
ResourceBuilder |
ResourceBuilder.pushChild(PathElement pathElement,
StandardResourceDescriptionResolver resolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
protected boolean |
AbstractRemoveStepHandler.removeChildRecursively(PathElement child)
Gets whether a child resource should be removed via the addition of a step to invoke
the "remove" operation for its address.
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddress.append(List<PathElement> additionalElements)
Create a new path address by appending more elements to the end of this address.
|
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
Modifier and Type | Method and Description |
---|---|
PathElement |
ExtensionResource.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.getChild(PathElement element) |
boolean |
ExtensionResource.hasChild(PathElement element) |
void |
ExtensionResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
ExtensionResource.registerChild(PathElement address,
Resource resource) |
Resource |
ExtensionResource.removeChild(PathElement address) |
Resource |
ExtensionResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
String |
ControllerLogger.childResourceNotFound(PathElement childAddress)
Creates an exception message indicating a child resource cannot be found.
|
String |
ControllerLogger_$logger.childResourceNotFound(PathElement childAddress) |
IllegalStateException |
ControllerLogger.indexedChildResourceRegistrationNotAvailable(PathElement element) |
IllegalStateException |
ControllerLogger_$logger.indexedChildResourceRegistrationNotAvailable(PathElement element) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ControllerLogger.cannotRemoveResourceWithChildren(List<PathElement> children)
Creates an exception indicating a resource cannot be removed due to the existence of child resources.
|
OperationFailedException |
ControllerLogger_$logger.cannotRemoveResourceWithChildren(List<PathElement> children) |
Modifier and Type | Method and Description |
---|---|
static GenericSubsystemDescribeHandler |
GenericSubsystemDescribeHandler.create(Comparator<PathElement> comparator)
Creates a new describe handler.
|
protected org.jboss.dmr.ModelNode |
GenericSubsystemDescribeHandler.createAddOperation(org.jboss.dmr.ModelNode address,
org.jboss.dmr.ModelNode subModel,
Set<PathElement> children) |
protected org.jboss.dmr.ModelNode |
GenericSubsystemDescribeHandler.createAddOperation(OrderedChildTypesAttachment orderedChildTypesAttachment,
org.jboss.dmr.ModelNode address,
Resource resource,
Set<PathElement> children) |
Constructor and Description |
---|
GenericSubsystemDescribeHandler(Comparator<PathElement> comparator)
Creates a new describe handler.
|
Modifier and Type | Method and Description |
---|---|
PathElement |
PlaceholderResource.PlaceholderResourceEntry.getPathElement() |
PathElement |
Resource.ResourceEntry.getPathElement()
Get the path element this resource was registered under.
|
PathElement |
LegacyResourceDefinition.getPathElement()
Gets the path element that describes how to navigate to this resource from its parent resource, or
null
if this is a definition of a root resource. |
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
DelegatingManagementResourceRegistration.getChildAddresses(PathAddress address) |
Set<PathElement> |
ImmutableManagementResourceRegistration.getChildAddresses(PathAddress address)
Gets the set of direct child address elements under the node at the passed in PathAddress
|
Set<PathElement> |
DelegatingImmutableManagementResourceRegistration.getChildAddresses(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
DelegatingResource.hasChild(PathElement element) |
boolean |
PlaceholderResource.hasChild(PathElement element) |
boolean |
Resource.hasChild(PathElement element)
Determine whether this resource has a child with the given address.
|
boolean |
AbstractModelResource.hasChild(PathElement address) |
void |
DelegatingManagementResourceRegistration.registerAlias(PathElement address,
AliasEntry aliasEntry) |
void |
ManagementResourceRegistration.registerAlias(PathElement address,
AliasEntry aliasEntry)
Register an alias registration to another part of the model
|
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) |
void |
DelegatingManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController) |
void |
ManagementResourceRegistration.registerProxyController(PathElement address,
ProxyController proxyController)
Register a proxy controller.
|
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) |
void |
DelegatingManagementResourceRegistration.unregisterAlias(PathElement address) |
void |
ManagementResourceRegistration.unregisterAlias(PathElement address)
Unregister an alias
|
void |
DelegatingManagementResourceRegistration.unregisterProxyController(PathElement address) |
void |
ManagementResourceRegistration.unregisterProxyController(PathElement address)
Unregister a proxy controller
|
void |
DelegatingManagementResourceRegistration.unregisterSubModel(PathElement address) |
void |
ManagementResourceRegistration.unregisterSubModel(PathElement address)
Unregister the existence of an addressable sub-resource of this resource.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GlobalTransformerRegistry.createChildRegistry(Iterator<PathElement> iterator,
ModelVersion version,
PathAddressTransformer pathAddressTransformer,
OperationTransformerRegistry.ResourceTransformerEntry resourceTransformer,
OperationTransformerRegistry.OperationTransformerEntry entry,
boolean placeholder) |
protected void |
GlobalTransformerRegistry.registerTransformer(Iterator<PathElement> iterator,
ModelVersion version,
String operationName,
OperationTransformerRegistry.OperationTransformerEntry entry) |
OperationTransformerRegistry.OperationTransformerEntry |
OperationTransformerRegistry.PlaceholderResolver.resolveOperationTransformer(Iterator<PathElement> iterator,
String operationName)
Resolves a resource transformer from the relative address of the current
OperationTransformerRegistry entry |
void |
OperationTransformerRegistry.PlaceholderResolver.resolvePathTransformers(Iterator<PathElement> iterator,
List<PathAddressTransformer> list)
Adds path address transformers to the list for the relative address and below of the current
OperationTransformerRegistry entry |
protected OperationTransformerRegistry.OperationTransformerEntry |
GlobalTransformerRegistry.resolveTransformer(Iterator<PathElement> iterator,
ModelVersion version,
String operationName) |
TransformerEntry |
OperationTransformerRegistry.PlaceholderResolver.resolveTransformerEntry(Iterator<PathElement> iterator)
Resolves a
TransformerEntry from the relative address of the current OperationTransformerRegistry entry |
Constructor and Description |
---|
NoSuchResourceException(PathElement childPath) |
PlaceholderResourceEntry(PathElement path) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
AbstractSocketBindingGroupResourceDefinition.PATH |
static PathElement |
AbstractSocketBindingResourceDefinition.PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
PathResourceDefinition.PATH_ADDRESS |
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddressTransformer.Builder.next(PathElement... elements)
Append an element to the current address and continue to the next transformer in the chain.
|
PathAddress |
PathAddressTransformer.BuilderImpl.next(PathElement... elements) |
void |
ResourceTransformationContext.processChild(PathElement element,
Resource child)
Process a child.
|
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
boolean discardByDefault)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
boolean discard) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
CombinedTransformer transformer)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
CombinedTransformer transformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
OperationTransformer operationTransformer)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
OperationTransformer operationTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited,
boolean placeholder)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited,
boolean placeholder) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer)
register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer) |
static AliasOperationTransformer |
AliasOperationTransformer.replaceLastElement(PathElement element)
Deprecated.
Replace the last element of an address with a static path element.
|
PathAddress |
PathAddressTransformer.transform(PathElement current,
PathAddressTransformer.Builder builder)
Transform an address.
|
PathAddress |
PathAddressTransformer.BasicPathAddressTransformer.transform(PathElement current,
PathAddressTransformer.Builder builder) |
PathAddress |
PathAddressTransformer.ReplaceElementKey.transform(PathElement current,
PathAddressTransformer.Builder builder) |
Constructor and Description |
---|
BasicPathAddressTransformer(PathElement swap) |
Modifier and Type | Method and Description |
---|---|
PathElement |
TransformationDescription.getPath()
Get the path for this transformation description.
|
Modifier and Type | Method and Description |
---|---|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement pathElement,
PathAddressTransformer pathAddressTransformer)
Add a child resource, where all operation will get redirected to a different address defined by
the path transformation.
|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement pathElement,
PathAddressTransformer pathAddressTransformer,
DynamicDiscardPolicy dynamicDiscardPolicy)
Add a child resource, where all operation will get redirected to a different address defined by
the path transformation.
|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement current,
PathElement legacy)
Add a child resource, where all operations will get redirected to the legacy address.
|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildRedirection(PathElement current,
PathElement legacy,
DynamicDiscardPolicy dynamicDiscardPolicy)
Add a child resource, where all operations will get redirected to the legacy address.
|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildResource(PathElement pathElement)
Add a child resource to this builder.
|
ResourceTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.addChildResource(PathElement pathElement,
DynamicDiscardPolicy dynamicDiscardPolicy)
Add a child resource to this builder.
|
static ChainedTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createChainedInstance(PathElement pathElement,
ModelVersion currentVersion)
Create a chained builder instance
|
static DiscardTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createDiscardInstance(PathElement pathElement)
Create a builder instance discarding a child.
|
static ResourceTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createInstance(PathElement pathElement)
Create a resource builder instance.
|
static RejectTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createRejectInstance(PathElement pathElement)
Create a builder instance rejecting a child.
|
DiscardTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.discardChildResource(PathElement pathElement)
Recursively discards all child resources and its operations.
|
RejectTransformationDescriptionBuilder |
ResourceTransformationDescriptionBuilder.rejectChildResource(PathElement pathElement)
Recursively rejects all child resources and its operations
|
Constructor and Description |
---|
DiscardTransformationDescriptionBuilder(PathElement pathElement) |
RejectTransformationDescriptionBuilder(PathElement pathElement) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ProfileResourceDefinition.PATH |
static PathElement |
HostConnectionResourceDefinition.PATH |
static PathElement |
ServerGroupResourceDefinition.PATH |
static PathElement |
HostExcludeResourceDefinition.PATH_ELEMENT |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ConfigurationChangeResourceDefinition.PATH |
static PathElement |
CoreManagementResourceDefinition.PATH_ELEMENT |
Modifier and Type | Field and Description |
---|---|
static PathElement |
AccessConstraintResources.APPLICATION_PATH_ELEMENT |
static PathElement |
ApplicationClassificationTypeResourceDefinition.PATH_ELEMENT |
static PathElement |
SensitivityClassificationTypeResourceDefinition.PATH_ELEMENT |
static PathElement |
HostScopedRolesResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessConstraintAppliesToResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessAuthorizationResourceDefinition.PATH_ELEMENT |
static PathElement |
ApplicationClassificationConfigResourceDefinition.PATH_ELEMENT |
static PathElement |
ApplicationClassificationParentResourceDefinition.PATH_ELEMENT |
static PathElement |
SensitivityClassificationParentResourceDefinition.PATH_ELEMENT |
static PathElement |
SensitivityResourceDefinition.PATH_ELEMENT |
static PathElement |
ServerGroupScopedRoleResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessConstraintResources.SENSITIVITY_PATH_ELEMENT |
static PathElement |
SensitivityResourceDefinition.VAULT_ELEMENT |
static PathElement |
AccessConstraintResources.VAULT_PATH_ELEMENT |
Modifier and Type | Field and Description |
---|---|
static PathElement |
SyslogAuditLogProtocolResourceDefinition.TlsKeyStore.CLIENT_CERT_ELEMENT |
static PathElement |
AuditLogLoggerResourceDefinition.HOST_SERVER_PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Udp.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Tcp.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Tls.PATH_ELEMENT |
static PathElement |
AuditLogLoggerResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessAuditResourceDefinition.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.TlsKeyStore.TRUSTSTORE_ELEMENT |
Constructor and Description |
---|
FileAuditLogHandlerResourceDefinition(ManagedAuditLogger auditLogger,
PathManagerService pathManager,
PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
LdapConnectionResourceDefinition.RESOURCE_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ActiveOperationResourceDefinition.PATH_ELEMENT |
static PathElement |
ManagementControllerResourceDefinition.PATH_ELEMENT |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
DomainManagementLogger_$logger.cannotRemoveReferencedFormatter(PathElement pathElement) |
OperationFailedException |
DomainManagementLogger.cannotRemoveReferencedFormatter(PathElement pathElement) |
Constructor and Description |
---|
LdapResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel) |
PropertiesFileResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler,
OperationEntry.Flag addRestartLevel,
OperationEntry.Flag removeRestartLevel) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
HostEnvironmentResourceDefinition.RESOURCE_PATH |
Modifier and Type | Method and Description |
---|---|
Resource |
DiscoveryOptionsResource.getChild(PathElement element) |
boolean |
DiscoveryOptionsResource.hasChild(PathElement element) |
void |
DiscoveryOptionsResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
DiscoveryOptionsResource.registerChild(PathElement address,
Resource resource) |
Resource |
DiscoveryOptionsResource.removeChild(PathElement address) |
Resource |
DiscoveryOptionsResource.requireChild(PathElement element) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
JmxAuditLogHandlerReferenceResourceDefinition.PATH_ELEMENT |
static PathElement |
JmxAuditLoggerResourceDefinition.PATH_ELEMENT |
static PathElement |
ExposeModelResourceResolved.PATH_ELEMENT |
static PathElement |
JMXSubsystemRootResource.PATH_ELEMENT |
Modifier and Type | Method and Description |
---|---|
int |
LoggingExtension.LoggingChildResourceComparator.compare(PathElement o1,
PathElement o2) |
Resource |
LoggingResource.getChild(PathElement element) |
boolean |
LoggingResource.hasChild(PathElement element) |
void |
LoggingResource.registerChild(PathElement address,
int index,
Resource resource) |
void |
LoggingResource.registerChild(PathElement address,
Resource resource) |
Resource |
LoggingResource.removeChild(PathElement address) |
Resource |
LoggingResource.requireChild(PathElement element) |
Modifier and Type | Method and Description |
---|---|
PathElement |
ManagedDMRContentTypeResource.getPathElement() |
PathElement |
ManagedDMRContentResource.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
boolean |
ManagedDMRContentTypeResource.hasChild(PathElement element) |
boolean |
ManagedDMRContentResource.hasChild(PathElement element) |
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) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Constructor and Description |
---|
ManagedDMRContentResource(PathElement pathElement) |
ManagedDMRContentResource(PathElement pathElement,
ManagedDMRContentTypeResource parent) |
ManagedDMRContentTypeResource(PathElement pathElement,
String childType,
byte[] initialHash,
ContentRepository contentRepository)
Deprecated.
|
ManagedDMRContentTypeResourceDefinition(ContentRepository contentRepository,
String childType,
PathElement pathElement,
ParameterValidator contentValidator,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver childResolver) |
Modifier and Type | Method and Description |
---|---|
PathElement |
ModelTestModelControllerService.DelegatingResourceDefinition.getPathElement() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
ModelTestUtils.getSubModel(org.jboss.dmr.ModelNode model,
PathElement pathElement) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
PlatformMBeanConstants.BUFFER_POOL_PATH |
static PathElement |
PlatformMBeanConstants.CLASS_LOADING_PATH |
static PathElement |
PlatformMBeanConstants.COMPILATION_PATH |
static PathElement |
PlatformMBeanConstants.GARBAGE_COLLECTOR_PATH |
static PathElement |
PlatformMBeanConstants.LOGGING_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_MANAGER_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_PATH |
static PathElement |
PlatformMBeanConstants.MEMORY_POOL_PATH |
static PathElement |
PlatformMBeanConstants.OPERATING_SYSTEM_PATH |
static PathElement |
PlatformMBeanConstants.ROOT_PATH |
static PathElement |
PlatformMBeanConstants.RUNTIME_PATH |
static PathElement |
PlatformMBeanConstants.THREADING_PATH |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
RemotingEndpointResource.ENDPOINT_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ServerEnvironmentResourceDescription.RESOURCE_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
VaultResourceDefinition.PATH |
static PathElement |
SystemPropertyResourceDefinition.PATH |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathElement address)
|
org.jboss.dmr.ModelNode |
DeploymentResourceSupport.getDeploymentSubModel(String subsystemName,
PathElement address)
Gets the sub-model for a components from the deployment itself.
|
boolean |
DeploymentResourceSupport.hasDeploymentSubModel(String subsystemName,
PathElement address)
Checks to see if a resource has already been registered for the specified address on the subsystem.
|
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
DeploymentScannerExtension.SCANNERS_PATH |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
DeploymentOverlayModel.CONTENT_PATH |
protected static PathElement |
DeploymentOverlayModel.DEPLOYMENT_OVERRIDE_DEPLOYMENT_PATH |
protected static PathElement |
DeploymentOverlayModel.DEPLOYMENT_OVERRIDE_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
RemoteDestinationOutboundSocketBindingResourceDefinition.PATH |
Constructor and Description |
---|
OutboundSocketBindingResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
OperationStepHandler addHandler,
OperationStepHandler removeHandler) |
Modifier and Type | Method and Description |
---|---|
static UnboundedQueueThreadPoolResourceDefinition |
UnboundedQueueThreadPoolResourceDefinition.create(PathElement path,
ThreadFactoryResolver threadFactoryResolver,
org.jboss.msc.service.ServiceName serviceNameBase,
boolean registerRuntimeOnly) |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
IOExtension.BUFFER_POOL_PATH |
protected static PathElement |
IOExtension.SUBSYSTEM_PATH |
protected static PathElement |
IOExtension.WORKER_PATH |
Modifier and Type | Method and Description |
---|---|
static OptionsResourceDefinition.Builder |
OptionsResourceDefinition.builder(PathElement pathElement,
ResourceDescriptionResolver resolver) |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
RequestControllerExtension.SUBSYSTEM_PATH |
Copyright © 2023 JBoss by Red Hat. All rights reserved.