Modifier and Type | Field and Description |
---|---|
static PathElement |
BackupForResourceDefinition.BACKUP_FOR_PATH |
static PathElement |
BinaryKeyedJDBCStoreResourceDefinition.BINARY_KEYED_JDBC_STORE_PATH |
static PathElement |
CacheContainerResourceDefinition.CONTAINER_PATH |
static PathElement |
DistributedCacheResourceDefinition.DISTRIBUTED_CACHE_PATH |
static PathElement |
EvictionResourceDefinition.EVICTION_PATH |
static PathElement |
ExpirationResourceDefinition.EXPIRATION_PATH |
static PathElement |
FileStoreResourceDefinition.FILE_STORE_PATH |
static PathElement |
InvalidationCacheResourceDefinition.INVALIDATION_CACHE_PATH |
static PathElement |
LocalCacheResourceDefinition.LOCAL_CACHE_PATH |
static PathElement |
LockingResource.LOCKING_PATH |
static PathElement |
MixedKeyedJDBCStoreResourceDefinition.MIXED_KEYED_JDBC_STORE_PATH |
static PathElement |
RemoteStoreResourceDefinition.REMOTE_STORE_PATH |
static PathElement |
ReplicatedCacheResourceDefinition.REPLICATED_CACHE_PATH |
static PathElement |
StateTransferResourceDefinition.STATE_TRANSFER_PATH |
static PathElement |
StoreResourceDefinition.STORE_PATH |
static PathElement |
StorePropertyResourceDefinition.STORE_PROPERTY_PATH |
static PathElement |
StoreWriteBehindResourceDefinition.STORE_WRITE_BEHIND_PATH |
static PathElement |
StringKeyedJDBCStoreResourceDefinition.STRING_KEYED_JDBC_STORE_PATH |
static PathElement |
TransactionResourceDefinition.TRANSACTION_PATH |
static PathElement |
TransportResourceDefinition.TRANSPORT_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
ChannelInstanceResourceDefinition.CHANNEL_PATH |
Modifier and Type | Method and Description |
---|---|
PathElement |
ChannelInstanceResource.ChannelInstanceResourceEntry.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
JGroupsSubsystemRootResource.getChild(PathElement element) |
Resource |
ChannelInstanceResource.getChild(PathElement element) |
boolean |
JGroupsSubsystemRootResource.hasChild(PathElement element) |
boolean |
ChannelInstanceResource.hasChild(PathElement element) |
void |
JGroupsSubsystemRootResource.registerChild(PathElement address,
Resource resource) |
void |
ChannelInstanceResource.registerChild(PathElement address,
Resource resource) |
Resource |
JGroupsSubsystemRootResource.removeChild(PathElement address) |
Resource |
ChannelInstanceResource.removeChild(PathElement address) |
Resource |
JGroupsSubsystemRootResource.requireChild(PathElement element) |
Resource |
ChannelInstanceResource.requireChild(PathElement element) |
Constructor and Description |
---|
ChannelInstanceResource.ChannelInstanceResourceEntry(org.jboss.msc.service.ServiceController<org.jgroups.Channel> controller,
PathElement path) |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
DataSourceDefinition.PATH_DATASOURCE |
protected static PathElement |
ConnectionPropertyDefinition.PATH_DRIVER |
protected static PathElement |
JdbcDriverDefinition.PATH_DRIVER |
protected static PathElement |
XaDataSourcePropertyDefinition.PATH_PROPERTIES |
protected static PathElement |
DataSourcesSubsystemRootDefinition.PATH_SUBSYSTEM |
protected static PathElement |
XaDataSourceDefinition.PATH_XA_DATASOURCE |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
JcaArchiveValidationDefinition.PATH_ARCHIVE_VALIDATION |
protected static PathElement |
JcaBeanValidationDefinition.PATH_BEAN_VALIDATION |
protected static PathElement |
JcaBootstrapContextDefinition.PATH_BOOTSTRAP_CONTEXT |
protected static PathElement |
JcaCachedConnectionManagerDefinition.PATH_CACHED_CONNECTION_MANAGER |
protected static PathElement |
JcaDistributedWorkManagerDefinition.PATH_DISTRIBUTED_WORK_MANAGER |
protected static PathElement |
JcaSubsystemRootDefinition.PATH_SUBSYSTEM |
protected static PathElement |
JcaWorkManagerDefinition.PATH_WORK_MANAGER |
Modifier and Type | Method and Description |
---|---|
Resource |
IronJacamarResource.getChild(PathElement element) |
boolean |
IronJacamarResource.hasChild(PathElement element) |
void |
IronJacamarResource.registerChild(PathElement address,
Resource resource) |
Resource |
IronJacamarResource.removeChild(PathElement address) |
Resource |
IronJacamarResource.requireChild(PathElement element) |
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 |
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.
|
String |
ControllerMessages.childResourceNotFound(PathElement childAddress)
Creates an exception message indicating a child resource cannot be found.
|
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) |
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.
|
OperationFailedException |
ControllerMessages.cannotRemoveResourceWithChildren(List<PathElement> children)
Creates an exception indicating a resource cannot be removed due to the existence of child resources.
|
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,
Resource resource) |
Resource |
ExtensionResource.removeChild(PathElement address) |
Resource |
ExtensionResource.requireChild(PathElement element) |
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) |
Constructor and Description |
---|
GenericSubsystemDescribeHandler(Comparator<PathElement> comparator)
Creates a new describe handler.
|
Modifier and Type | Method and Description |
---|---|
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. |
PathElement |
Resource.ResourceEntry.getPathElement()
Get the path element this resource was registered under.
|
PathElement |
PlaceholderResource.PlaceholderResourceEntry.getPathElement() |
Modifier and Type | Method and Description |
---|---|
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) |
Set<PathElement> |
DelegatingManagementResourceRegistration.getChildAddresses(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.getChild(PathElement element)
Get a single child of this resource with the given address.
|
Resource |
PlaceholderResource.getChild(PathElement element) |
Resource |
AbstractModelResource.getChild(PathElement address) |
boolean |
Resource.hasChild(PathElement element)
Determine whether this resource has a child with the given address.
|
boolean |
PlaceholderResource.hasChild(PathElement element) |
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 |
Resource.registerChild(PathElement address,
Resource resource)
Register a child resource.
|
void |
PlaceholderResource.registerChild(PathElement address,
Resource 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.
|
ManagementResourceRegistration |
DelegatingManagementResourceRegistration.registerSubModel(PathElement address,
DescriptionProvider descriptionProvider) |
ManagementResourceRegistration |
ManagementResourceRegistration.registerSubModel(PathElement address,
DescriptionProvider descriptionProvider)
|
Resource |
Resource.removeChild(PathElement address)
Remove a child resource.
|
Resource |
PlaceholderResource.removeChild(PathElement address) |
Resource |
AbstractModelResource.removeChild(PathElement address) |
Resource |
Resource.requireChild(PathElement element)
Get a single child of this resource with the given address.
|
Resource |
PlaceholderResource.requireChild(PathElement element) |
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) |
protected void |
GlobalTransformerRegistry.registerTransformer(Iterator<PathElement> iterator,
ModelVersion version,
String operationName,
OperationTransformerRegistry.OperationTransformerEntry entry) |
protected OperationTransformerRegistry.OperationTransformerEntry |
GlobalTransformerRegistry.resolveTransformer(Iterator<PathElement> iterator,
ModelVersion version,
String operationName) |
Constructor and Description |
---|
PlaceholderResource.PlaceholderResourceEntry(PathElement path) |
Resource.NoSuchResourceException(PathElement childPath) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
AbstractSocketBindingResourceDefinition.PATH |
static PathElement |
SocketBindingGroupResourceDefinition.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 a 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 |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
boolean discard) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
boolean discardByDefault)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
CombinedTransformer transformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
CombinedTransformer transformer)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
OperationTransformer operationTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
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)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited)
Register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer)
register a sub resource.
|
TransformersSubRegistration |
TransformerRegistry.TransformersSubRegistrationImpl.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer) |
TransformersSubRegistration |
TransformersSubRegistration.registerSubResource(PathElement element,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer)
Register a sub resource.
|
static AliasOperationTransformer |
AliasOperationTransformer.replaceLastElement(PathElement element)
Replace the last element of an address with a static path element.
|
PathAddress |
PathAddressTransformer.transform(PathElement current,
PathAddressTransformer.Builder builder)
Transform a address.
|
PathAddress |
PathAddressTransformer.BasicPathAddressTransformer.transform(PathElement current,
PathAddressTransformer.Builder builder) |
PathAddress |
PathAddressTransformer.ReplaceElementKey.transform(PathElement current,
PathAddressTransformer.Builder builder) |
Constructor and Description |
---|
PathAddressTransformer.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 current,
PathElement legacy)
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.
|
static DiscardTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createDiscardInstance(PathElement pathElement)
Create a builder instance.
|
static ResourceTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createInstance(PathElement pathElement)
Create a resource builder instance.
|
static RejectTransformationDescriptionBuilder |
TransformationDescriptionBuilder.Factory.createRejectInstance(PathElement pathElement)
Create a builder instance.
|
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) |
ExplicitTransformationDescriptionBuilder(PathElement pathElement) |
RejectTransformationDescriptionBuilder(PathElement pathElement) |
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
ReadMasterDomainModelUtil.getNewKnownRootResources()
Gets the list of the new root resources known to the slave HC
|
Modifier and Type | Method and Description |
---|---|
static ReadMasterDomainModelUtil |
ReadMasterDomainModelUtil.readMasterDomainResourcesForPiggyBackFollowingDomainControllerChange(OperationContext context,
Set<PathElement> missingRootResources,
Transformers transformers,
String hostName,
DomainControllerRuntimeIgnoreTransformationRegistry ignoreTransformationRegistry)
Used to read the domain model when a change is made to a server group on the DC, and missing data needs to be piggy backed to the slave
|
Modifier and Type | Field and Description |
---|---|
static PathElement |
ServerGroupResourceDefinition.PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
CoreManagementResourceDefinition.PATH_ELEMENT |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
DomainManagementMessages.cannotRemoveReferencedFormatter(PathElement pathElement) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
AccessConstraintResources.APPLICATION_PATH_ELEMENT |
static PathElement |
SensitivityResourceDefinition.PATH_ELEMENT |
static PathElement |
SensitivityClassificationParentResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessAuthorizationResourceDefinition.PATH_ELEMENT |
static PathElement |
HostScopedRolesResourceDefinition.PATH_ELEMENT |
static PathElement |
AccessConstraintAppliesToResourceDefinition.PATH_ELEMENT |
static PathElement |
ServerGroupScopedRoleResourceDefinition.PATH_ELEMENT |
static PathElement |
SensitivityClassificationTypeResourceDefinition.PATH_ELEMENT |
static PathElement |
ApplicationClassificationTypeResourceDefinition.PATH_ELEMENT |
static PathElement |
ApplicationClassificationParentResourceDefinition.PATH_ELEMENT |
static PathElement |
ApplicationClassificationConfigResourceDefinition.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 |
AccessAuditResourceDefinition.PATH_ELEMENT |
static PathElement |
AuditLogLoggerResourceDefinition.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Udp.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Tcp.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.Tls.PATH_ELEMENT |
static PathElement |
SyslogAuditLogProtocolResourceDefinition.TlsKeyStore.TRUSTSTORE_ELEMENT |
Modifier and Type | Field and Description |
---|---|
static PathElement |
LdapConnectionResourceDefinition.RESOURCE_PATH |
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 |
EESubsystemModel.DEFAULT_BINDINGS_PATH |
protected static PathElement |
EeExtension.PATH_SUBSYSTEM |
Modifier and Type | Field and Description |
---|---|
static PathElement |
EJB3SubsystemModel.ASYNC_SERVICE_PATH |
static PathElement |
EJB3SubsystemModel.DATABASE_DATA_STORE_PATH |
static PathElement |
EJB3SubsystemModel.FILE_DATA_STORE_PATH |
static PathElement |
EJB3SubsystemModel.IIOP_PATH |
static PathElement |
EJB3SubsystemModel.REMOTE_SERVICE_PATH |
static PathElement |
EJB3SubsystemModel.THREAD_POOL_PATH |
static PathElement |
EJB3SubsystemModel.TIMER_PATH |
static PathElement |
EJB3SubsystemModel.TIMER_SERVICE_PATH |
Modifier and Type | Method and Description |
---|---|
Resource |
TimerServiceResource.getChild(PathElement element) |
boolean |
TimerServiceResource.hasChild(PathElement element) |
void |
TimerServiceResource.registerChild(PathElement address,
Resource resource) |
Resource |
TimerServiceResource.removeChild(PathElement address) |
Resource |
TimerServiceResource.requireChild(PathElement element) |
protected String |
AbstractEJBComponentRuntimeHandler.resolveRuntimeName(OperationContext context,
PathElement address)
Resolves runtime name of model resource.
|
protected static String |
AbstractRuntimeMetricsHandler.resolveRuntimeName(OperationContext context,
PathElement address)
Resolves runtime name of model resource.
|
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
IgnoredNonAffectedServerGroupsUtil.getAllExtensionsForProfile(Resource domainResource,
PathElement profileElement)
Gets all the extensions used by a profile's subsystems on the DC
|
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
IgnoredNonAffectedServerGroupsUtil.getAllExtensionsForProfile(Resource domainResource,
PathElement profileElement)
Gets all the extensions used by a profile's subsystems on the DC
|
Modifier and Type | Field and Description |
---|---|
static PathElement |
HostEnvironmentResourceDefinition.RESOURCE_PATH |
Modifier and Type | Method and Description |
---|---|
Set<PathElement> |
DomainControllerRuntimeIgnoreTransformationRegistry.getUnknownExtensionsForProfile(Resource domainRoot,
String hostName,
String profile)
Gets all the unknown extensions for a profile's subsystems on a host
|
Modifier and Type | Method and Description |
---|---|
void |
DomainControllerRuntimeIgnoreTransformationRegistry.addKnownDataForSlave(String host,
Set<PathElement> pathElements)
Called when missing data is piggy-backed to a slave host following a change to a server group at domain level, or when changes to a host's
server config needs missing data.
|
Modifier and Type | Field and Description |
---|---|
static PathElement |
JmxAuditLoggerResourceDefinition.PATH_ELEMENT |
static PathElement |
JmxAuditLogHandlerReferenceResourceDefinition.PATH_ELEMENT |
static PathElement |
JMXSubsystemRootResource.PATH_ELEMENT |
static PathElement |
ExposeModelResourceResolved.PATH_ELEMENT |
Modifier and Type | Method and Description |
---|---|
Resource |
DynamicManagementStatisticsResource.getChild(PathElement element) |
boolean |
DynamicManagementStatisticsResource.hasChild(PathElement element) |
void |
DynamicManagementStatisticsResource.registerChild(PathElement address,
Resource resource) |
Resource |
DynamicManagementStatisticsResource.removeChild(PathElement address) |
Resource |
DynamicManagementStatisticsResource.requireChild(PathElement element) |
Constructor and Description |
---|
ManagementResourceDefinition(PathElement pathElement,
ResourceDescriptionResolver descriptionResolver,
org.jipijapa.management.spi.Statistics statistics,
EntityManagerFactoryLookup entityManagerFactoryLookup) |
Modifier and Type | Method and Description |
---|---|
int |
LoggingExtension.LoggingChildResourceComparator.compare(PathElement o1,
PathElement o2) |
Modifier and Type | Method and Description |
---|---|
PathElement |
ManagedDMRContentResource.getPathElement() |
PathElement |
ManagedDMRContentTypeResource.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
ManagedDMRContentResource.getChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.getChild(PathElement element) |
boolean |
ManagedDMRContentResource.hasChild(PathElement element) |
boolean |
ManagedDMRContentTypeResource.hasChild(PathElement element) |
void |
ManagedDMRContentResource.registerChild(PathElement address,
Resource resource) |
void |
ManagedDMRContentTypeResource.registerChild(PathElement address,
Resource resource) |
Resource |
ManagedDMRContentResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentTypeResource.removeChild(PathElement address) |
Resource |
ManagedDMRContentResource.requireChild(PathElement element) |
Resource |
ManagedDMRContentTypeResource.requireChild(PathElement address) |
Constructor and Description |
---|
ManagedDMRContentResource(PathElement pathElement) |
ManagedDMRContentResource(PathElement pathElement,
ManagedDMRContentTypeResource parent) |
ManagedDMRContentTypeResource(PathElement pathElement,
String childType,
byte[] initialHash,
ContentRepository contentRepository) |
ManagedDMRContentTypeResourceDefinition(ContentRepository contentRepository,
String childType,
PathElement pathElement,
ParameterValidator contentValidator,
ResourceDescriptionResolver descriptionResolver,
ResourceDescriptionResolver childResolver) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
HornetQServerResourceDefinition.HORNETQ_SERVER_PATH |
static PathElement |
CoreAddressDefinition.PATH |
static PathElement |
DiscoveryGroupDefinition.PATH |
static PathElement |
GroupingHandlerDefinition.PATH |
static PathElement |
ConnectorServiceParamDefinition.PATH |
static PathElement |
BridgeDefinition.PATH |
static PathElement |
QueueDefinition.PATH |
static PathElement |
BroadcastGroupDefinition.PATH |
static PathElement |
ServletConnectorDefinition.PATH |
static PathElement |
DivertDefinition.PATH |
static PathElement |
ConnectorServiceDefinition.PATH |
static PathElement |
ClusterConnectionDefinition.PATH |
static PathElement |
TransportParamDefinition.PATH |
static PathElement |
AddressSettingDefinition.PATH |
Modifier and Type | Method and Description |
---|---|
PathElement |
SecurityRoleResource.SecurityRoleResourceEntry.getPathElement() |
PathElement |
CoreAddressResource.CoreAddressResourceEntry.getPathElement() |
Modifier and Type | Method and Description |
---|---|
Resource |
SecurityRoleResource.getChild(PathElement element) |
Resource |
HornetQServerResource.getChild(PathElement element) |
Resource |
CoreAddressResource.getChild(PathElement element) |
boolean |
SecurityRoleResource.hasChild(PathElement element) |
boolean |
HornetQServerResource.hasChild(PathElement element) |
boolean |
CoreAddressResource.hasChild(PathElement element) |
void |
SecurityRoleResource.registerChild(PathElement address,
Resource resource) |
void |
HornetQServerResource.registerChild(PathElement address,
Resource resource) |
void |
CoreAddressResource.registerChild(PathElement address,
Resource resource) |
Resource |
SecurityRoleResource.removeChild(PathElement address) |
Resource |
HornetQServerResource.removeChild(PathElement address) |
Resource |
CoreAddressResource.removeChild(PathElement address) |
Resource |
SecurityRoleResource.requireChild(PathElement element) |
Resource |
HornetQServerResource.requireChild(PathElement element) |
Resource |
CoreAddressResource.requireChild(PathElement element) |
Modifier and Type | Field and Description |
---|---|
static PathElement |
JMSTopicDefinition.PATH |
static PathElement |
JMSQueueDefinition.PATH |
static PathElement |
PooledConnectionFactoryDefinition.PATH |
static PathElement |
ConnectionFactoryDefinition.PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
JMSBridgeDefinition.PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
NamingSubsystemModel.BINDING_PATH |
static PathElement |
NamingSubsystemModel.REMOTE_NAMING_PATH |
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 |
---|---|
static PathElement |
ServerEnvironmentResourceDescription.RESOURCE_PATH |
Modifier and Type | Field and Description |
---|---|
static PathElement |
SystemPropertyResourceDefinition.PATH |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathElement address)
Create a management sub-model for components from the deployment itself.
|
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,
boolean remoteDestination) |
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 |
WebExtension.ACCESS_LOG_ALIAS |
protected static PathElement |
WebExtension.ACCESS_LOG_PATH |
protected static PathElement |
WebExtension.CONNECTOR_PATH |
protected static PathElement |
WebExtension.CONTAINER_PATH |
protected static PathElement |
WebExtension.DIRECTORY_ALIAS |
protected static PathElement |
WebExtension.DIRECTORY_PATH |
protected static PathElement |
WebExtension.HOST_PATH |
protected static PathElement |
WebExtension.JSP_CONFIGURATION_PATH |
protected static PathElement |
WebExtension.PARAM |
protected static PathElement |
WebExtension.REWRITE_PATH |
protected static PathElement |
WebExtension.REWRITECOND_PATH |
protected static PathElement |
WebExtension.SSL_ALIAS |
protected static PathElement |
WebExtension.SSL_PATH |
protected static PathElement |
WebExtension.SSO_ALIAS |
protected static PathElement |
WebExtension.SSO_PATH |
protected static PathElement |
WebExtension.STATIC_RESOURCES_PATH |
static PathElement |
WebExtension.SUBSYSTEM_PATH |
static PathElement |
WebExtension.VALVE_PATH |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
WSEndpointDeploymentUnit.createDeploymentSubModel(String subsystemName,
PathElement address) |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
XTSExtension.SUBSYSTEM_PATH |
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 | Field and Description |
---|---|
protected static PathElement |
RTSSubsystemExtension.SUBSYSTEM_PATH |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
SecurityManagerExtension.SUBSYSTEM_PATH |
Modifier and Type | Field and Description |
---|---|
protected static PathElement |
UndertowExtension.AJP_LISTENER_PATH |
protected static PathElement |
UndertowExtension.HOST_PATH |
protected static PathElement |
UndertowExtension.HTTP_LISTENER_PATH |
protected static PathElement |
UndertowExtension.HTTPS_LISTENER_PATH |
protected static PathElement |
UndertowExtension.PATH_ACCESS_LOG |
protected static PathElement |
UndertowExtension.PATH_BUFFER_CACHE |
static PathElement |
UndertowExtension.PATH_ERROR_PAGES |
static PathElement |
UndertowExtension.PATH_FILTER_REF |
static PathElement |
UndertowExtension.PATH_FILTERS |
static PathElement |
UndertowExtension.PATH_HANDLERS |
protected static PathElement |
UndertowExtension.PATH_JSP |
protected static PathElement |
UndertowExtension.PATH_LOCATION |
protected static PathElement |
UndertowExtension.PATH_PERSISTENT_SESSIONS |
protected static PathElement |
UndertowExtension.PATH_SERVLET_CONTAINER |
protected static PathElement |
UndertowExtension.PATH_SESSION_COOKIE |
protected static PathElement |
UndertowExtension.SERVER_PATH |
protected static PathElement |
UndertowExtension.SUBSYSTEM_PATH |
Copyright © 2013 JBoss by Red Hat. All rights reserved.