Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
ApplicationClientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
CacheAdd.getCacheAddressFromOperation(org.jboss.dmr.ModelNode operation) |
protected PathAddress |
CacheAdd.getCacheContainerAddressFromOperation(org.jboss.dmr.ModelNode operation) |
Modifier and Type | Method and Description |
---|---|
Resource |
JGroupsSubsystemRootResource.navigate(PathAddress address) |
Resource |
ChannelInstanceResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.dmr.ModelNode |
CmpSubsystem11Parser.parseHilo(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PathAddress parentAddress) |
protected org.jboss.dmr.ModelNode |
CmpSubsystem11Parser.parseUuid(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PathAddress parentAddress) |
Modifier and Type | Method and Description |
---|---|
String |
ConnectorMessages.noDataSourceRegisteredForAddress(PathAddress address)
No datasource exists at the deployment address
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.jca.common.api.metadata.ds.v12.DataSource dataSource,
PathAddress address) |
protected abstract void |
AbstractXMLDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T dataSource,
PathAddress address) |
protected void |
XMLXaDataSourceRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.jca.common.api.metadata.ds.v12.XaDataSource dataSource,
PathAddress address) |
void |
AbstractXMLDataSourceRuntimeHandler.registerDataSource(PathAddress address,
T dataSource) |
void |
AbstractXMLDataSourceRuntimeHandler.unregisterDataSource(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
Resource |
IronJacamarResource.navigate(PathAddress address) |
Modifier and Type | Field and Description |
---|---|
PathAddress |
ParsedBootOp.address |
static PathAddress |
PathAddress.EMPTY_ADDRESS
An empty 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.
|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(PathElement... additionalElements)
Create a new path address by appending more elements to the end of this address.
|
PathAddress |
PathAddress.append(String key) |
PathAddress |
PathAddress.append(String key,
String value) |
protected PathAddress |
RestartParentWriteAttributeHandler.getParentAddress(PathAddress address) |
protected PathAddress |
RestartParentResourceHandlerBase.getParentAddress(PathAddress address) |
PathAddress |
TransformingProxyController.TransformingProxyControllerImpl.getProxyNodeAddress() |
PathAddress |
ProxyController.getProxyNodeAddress()
Get the address where this proxy controller applies to in the host ModelController
|
static PathAddress |
PathAddress.pathAddress(List<PathElement> elements) |
static PathAddress |
PathAddress.pathAddress(org.jboss.dmr.ModelNode node)
Creates a PathAddress from the given ModelNode address.
|
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(PathElement... elements) |
static PathAddress |
PathAddress.pathAddress(String key,
String value) |
PathAddress |
PathAddress.subAddress(int start)
Get a portion of this address using segments starting at
start (inclusive). |
PathAddress |
PathAddress.subAddress(int start,
int end)
Get a portion of this address using segments between
start (inclusive) and end (exclusive). |
PathAddress |
ProxyOperationAddressTranslator.translateAddress(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
void |
PersistentResourceXMLDescription.AdditionalOperationsGenerator.additionalOperations(PathAddress address,
org.jboss.dmr.ModelNode addOperation,
List<org.jboss.dmr.ModelNode> operations)
Generates any additional operations required by the resource
|
void |
OperationContext.addResource(PathAddress address,
Resource toAdd)
Add a new resource, relative to the executed operation address.
|
IllegalArgumentException |
ControllerMessages.aliasStepHandlerOperationNotFound(String name,
PathAddress aliasAddress,
PathAddress targetAddress) |
IllegalArgumentException |
ControllerMessages.aliasTargetResourceRegistrationNotFound(PathAddress targetAddress) |
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
IllegalArgumentException |
ControllerMessages.badAliasConvertAddress(PathAddress aliasAddress,
PathAddress actual) |
static TransformingProxyController |
TransformingProxyController.Factory.create(ManagementChannelHandler channelAssociation,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses) |
static TransformingProxyController |
TransformingProxyController.Factory.create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses) |
Resource |
OperationContext.createResource(PathAddress address)
Create a new resource, relative to the executed operation address.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.duplicateResourceAddress(PathAddress address)
Creates an exception indicating the resource is a duplicate.
|
boolean |
PathAddress.equals(PathAddress other)
Determine whether this object is equal to another.
|
void |
ControllerLogger.errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught exception
attempting to revert the operation, represented by the op parameter, at the address, represented by the
address parameter. |
void |
ControllerLogger.failedExecutingOperation(Throwable cause,
org.jboss.dmr.ModelNode op,
PathAddress path)
Logs an error message indicating a failure to execute the operation, represented by the
op parameter, at
the address represented by the path parameter. |
protected PathAddress |
RestartParentWriteAttributeHandler.getParentAddress(PathAddress address) |
protected PathAddress |
RestartParentResourceHandlerBase.getParentAddress(PathAddress address) |
protected abstract org.jboss.msc.service.ServiceName |
RestartParentWriteAttributeHandler.getParentServiceName(PathAddress parentAddress) |
protected abstract org.jboss.msc.service.ServiceName |
RestartParentResourceHandlerBase.getParentServiceName(PathAddress parentAddress)
Gets the name of the parent service.
|
String |
ControllerMessages.invalidDescriptionInvalidParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has an invalid type in the operation description
|
String |
ControllerMessages.invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax,
String paramName,
org.jboss.dmr.ModelType expectedType,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min or max attribute value of a different type from its expected value.
|
String |
ControllerMessages.invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength,
String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has a min-length or max-length attribute value that is not an integer.
|
String |
ControllerMessages.invalidDescriptionNoParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter has no type in the operation description
|
String |
ControllerMessages.invalidDescriptionRequiredFlagIsNotABoolean(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
the required attribute of a parameter in the operation description is not a boolean.
|
String |
ControllerMessages.invalidDescriptionUndefinedRequestProperty(String name,
PathAddress address,
org.jboss.dmr.ModelNode description)
Creates a string for use in an IllegalArgumentException or a warning message indicating that
a parameter is undefined in the operation description.
|
NoSuchResourceException |
ControllerMessages.managementResourceNotFound(PathAddress pathAddress)
Creates an exception indicating a resource cannot be found.
|
String |
ControllerMessages.managementResourceNotFoundMessage(PathAddress pathAddress) |
boolean |
OperationContext.markResourceRestarted(PathAddress resource,
Object owner)
Marks a resource to indicate that it's backing service(s) will be restarted.
|
RuntimeException |
ControllerMessages.modelFieldsNotKnown(Set<String> fields,
PathAddress address) |
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.modelUpdateNotAuthorized(String operation,
PathAddress address) |
void |
ControllerLogger.noHandlerForOperation(String operationName,
PathAddress address)
Logs an error message indicating no handler is registered for an operation, represented by the
operationName
parameter, at address . |
String |
ControllerMessages.noHandlerForOperation(String operationName,
PathAddress address)
Logs an error message indicating no handler is registered for an operation, represented by the
operationName
parameter, at address . |
String |
ControllerMessages.noOperationEntry(String op,
PathAddress pathAddress) |
String |
ControllerMessages.noOperationHandler(String op,
PathAddress pathAddress) |
void |
ControllerLogger.noSuchResourceType(PathAddress address)
Logs an error message indicating the given
address does not match any known
resource registration. |
String |
ControllerMessages.noSuchResourceType(PathAddress address)
Logs an error message indicating the given
address does not match any known
resource registration. |
String |
ControllerMessages.operationNotRegistered(String op,
PathAddress address)
A message indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
IllegalArgumentException |
ControllerMessages.operationNotRegisteredException(String op,
PathAddress address)
Creates an exception indicating there is no operation, represented by the
op parameter, registered at the address,
represented by the address parameter. |
void |
PersistentResourceXMLDescription.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PathAddress parentAddress,
List<org.jboss.dmr.ModelNode> list) |
void |
PersistentResourceXMLDescription.parseChildren(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PathAddress parentAddress,
List<org.jboss.dmr.ModelNode> list) |
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
org.jboss.dmr.ModelNode |
OperationContext.readModel(PathAddress address)
Deprecated.
|
org.jboss.dmr.ModelNode |
OperationContext.readModelForUpdate(PathAddress address)
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.
|
protected abstract void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
protected abstract void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
Recreate the parent service(s) using the given model.
|
OperationFailedException |
ControllerMessages.rejectAttributesCoreModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
ModelVersion modelVersion,
List<String> details) |
OperationFailedException |
ControllerMessages.rejectAttributesSubsystemModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
String subsystem,
ModelVersion modelVersion,
List<String> details) |
String |
ControllerMessages.rejectedResourceResourceTransformation(PathAddress address) |
String |
ControllerMessages.rejectResourceOperationTransformation(PathAddress address,
org.jboss.dmr.ModelNode operation) |
Resource |
OperationContext.removeResource(PathAddress relativeAddress)
Remove a resource relative to the executed operation address.
|
org.jboss.as.controller.OperationFailedRuntimeException |
ControllerMessages.resourceNotFound(PathAddress ancestor,
PathAddress address)
Creates an exception indicating a resource does not exist.
|
boolean |
OperationContext.revertResourceRestarted(PathAddress resource,
Object owner)
Removes the restarted marking on the specified resource, provided the passed owner is the one
originally used to obtain the mark.
|
protected org.jboss.msc.service.ServiceName |
ServiceRemoveStepHandler.serviceName(String name,
PathAddress address)
The service name to be removed.
|
String |
ControllerMessages.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause)
A message indicating the step handler for the operation failed handling operation rollback.
|
String |
ControllerMessages.transformerLoggerCoreModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerMessages.transformerLoggerCoreModelResourceTransformerAttributes(PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerMessages.transformerLoggerSubsystemModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerMessages.transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
PathAddress |
ProxyOperationAddressTranslator.translateAddress(PathAddress address) |
UnauthorizedException |
ControllerMessages.unauthorized(String name,
PathAddress address,
org.jboss.dmr.ModelNode explanation) |
IllegalArgumentException |
ControllerMessages.validationFailedNoOperationFound(String name,
PathAddress address,
String operation)
Creates an exception indicating that the operation could not be found
|
String |
ControllerMessages.wildcardOperationFailedAtSingleAddress(String operation,
PathAddress address,
String failureMessage) |
String |
ControllerMessages.wildcardOperationFailedAtSingleAddressWithComplexFailure(String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerMessages.handlerIsReferencedBy(Set<PathAddress> references) |
String |
ControllerMessages.wildcardOperationFailedAtMultipleAddresses(String operation,
Set<PathAddress> addresses) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
ServerGroupEffect.getResourceAddress()
Gets the address of the resource whose server group relationships are described
by this object.
|
PathAddress |
TargetResource.getResourceAddress() |
PathAddress |
HostEffect.getResourceAddress()
Gets the address of the resource whose hosts relationships are described
by this object.
|
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 |
---|---|
PathAddress |
AccessConstraintUtilization.getPathAddress()
Gets the address under which the resource registrations is registered.
|
Modifier and Type | Method and Description |
---|---|
Map<PathAddress,AccessConstraintUtilization> |
AccessConstraintUtilizationRegistry.getAccessConstraintUtilizations(AccessConstraintKey accessConstraintKey) |
Map<PathAddress,AccessConstraintUtilization> |
WritableAuthorizerConfiguration.getAccessConstraintUtilizations(AccessConstraintKey accessConstraintKey) |
Modifier and Type | Method and Description |
---|---|
void |
ManagedAuditLogger.AuditLogHandlerUpdater.addHandlerReference(PathAddress referenceAddress)
Add a handler reference.
|
void |
ManagedAuditLoggerImpl.addHandlerReference(PathAddress referenceAddress) |
void |
ManagedAuditLogger.AuditLogHandlerUpdater.removeHandlerReference(PathAddress referenceAddress)
Add a handler reference.
|
void |
ManagedAuditLoggerImpl.removeHandlerReference(PathAddress referenceAddress) |
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
XmlMarshallingHandler.getBaseAddress() |
static PathAddress |
Util.getParentAddressByKey(PathAddress address,
String parentKey) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
Util.createAddOperation(PathAddress address) |
static org.jboss.dmr.ModelNode |
Util.createEmptyOperation(String operationName,
PathAddress address) |
static org.jboss.dmr.ModelNode |
Util.createOperation(OperationDefinition operationDefinition,
PathAddress address) |
static org.jboss.dmr.ModelNode |
Util.createOperation(String operationName,
PathAddress address) |
static org.jboss.dmr.ModelNode |
Util.createRemoveOperation(PathAddress address) |
static String |
Util.getNameFromAddress(PathAddress address) |
static org.jboss.dmr.ModelNode |
SocketBindingAddHandler.getOperation(PathAddress address,
org.jboss.dmr.ModelNode socketBinding) |
static org.jboss.dmr.ModelNode |
Util.getOperation(String operationName,
PathAddress address,
org.jboss.dmr.ModelNode params) |
static PathAddress |
Util.getParentAddressByKey(PathAddress address,
String parentKey) |
static org.jboss.dmr.ModelNode |
Util.getReadAttributeOperation(PathAddress address,
String attributeName) |
static org.jboss.dmr.ModelNode |
Util.getResourceRemoveOperation(PathAddress address) |
static org.jboss.dmr.ModelNode |
Util.getUndefineAttributeOperation(PathAddress address,
String attributeName) |
static org.jboss.dmr.ModelNode |
Util.getWriteAttributeOperation(PathAddress address,
String attributeName,
boolean value) |
static org.jboss.dmr.ModelNode |
Util.getWriteAttributeOperation(PathAddress address,
String attributeName,
int value) |
static org.jboss.dmr.ModelNode |
Util.getWriteAttributeOperation(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode value) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
BackupXmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
NullConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
TransientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
abstract PathAddress |
AliasEntry.convertToTargetAddress(PathAddress address) |
protected PathAddress |
AliasEntry.getAliasAddress() |
protected PathAddress |
AliasEntry.getTargetAddress() |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceFilter.accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
abstract PathAddress |
AliasEntry.convertToTargetAddress(PathAddress address) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
OperationTransformer transformer) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
ResourceTransformer resourceTransformer,
boolean inherited) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer) |
void |
GlobalTransformerRegistry.createDiscardingChildRegistry(PathAddress address,
ModelVersion version) |
void |
GlobalTransformerRegistry.discardOperation(PathAddress address,
int major,
int minor,
String operationName)
Discard an operation.
|
void |
GlobalTransformerRegistry.discardOperation(PathAddress address,
ModelVersion version,
String operationName)
Discard an operation.
|
AttributeAccess |
DelegatingImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
AttributeAccess |
ImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName)
Gets the information on how to read from or write to the given attribute.
|
AttributeAccess |
DelegatingManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
Set<String> |
DelegatingImmutableManagementResourceRegistration.getAttributeNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getAttributeNames(PathAddress address)
Get the names of the attributes for a node
|
Set<String> |
DelegatingManagementResourceRegistration.getAttributeNames(PathAddress address) |
OperationTransformerRegistry |
OperationTransformerRegistry.getChild(PathAddress address) |
Set<PathElement> |
DelegatingImmutableManagementResourceRegistration.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> |
DelegatingManagementResourceRegistration.getChildAddresses(PathAddress address) |
Set<String> |
DelegatingImmutableManagementResourceRegistration.getChildNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getChildNames(PathAddress address)
Get the names of the types of children for a node
|
Set<String> |
DelegatingManagementResourceRegistration.getChildNames(PathAddress address) |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getModelDescription(PathAddress address) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getModelDescription(PathAddress address)
Get the model description at the given address, or
null if none exists. |
DescriptionProvider |
DelegatingManagementResourceRegistration.getModelDescription(PathAddress address) |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName)
Get the operation description at the given address, or
null if none exists. |
DescriptionProvider |
DelegatingManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName) |
Map<String,OperationEntry> |
DelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
Map<String,OperationEntry> |
ImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited)
Get a map of descriptions of all operations available at an address.
|
Map<String,OperationEntry> |
DelegatingManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
OperationEntry |
DelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
OperationEntry |
ImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName)
Get the entry representing an operation registered with the given name at the given address, or
null if none exists. |
OperationEntry |
DelegatingManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
Set<OperationEntry.Flag> |
DelegatingImmutableManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName) |
Set<OperationEntry.Flag> |
ImmutableManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName)
Get the special characteristic flags for the operation at the given address, or
null if none exist. |
Set<OperationEntry.Flag> |
DelegatingManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName) |
OperationStepHandler |
DelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
OperationStepHandler |
ImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName)
Get the operation handler at the given address, or
null if none exists. |
OperationStepHandler |
DelegatingManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
List<PathAddressTransformer> |
OperationTransformerRegistry.getPathTransformations(PathAddress address)
Get a list of path transformers for a given address.
|
ProxyController |
DelegatingImmutableManagementResourceRegistration.getProxyController(PathAddress address) |
ProxyController |
ImmutableManagementResourceRegistration.getProxyController(PathAddress address)
If there is a proxy controller registered under any part of the registered address it will be returned.
|
ProxyController |
DelegatingManagementResourceRegistration.getProxyController(PathAddress address) |
Set<ProxyController> |
DelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) |
Set<ProxyController> |
ImmutableManagementResourceRegistration.getProxyControllers(PathAddress address)
Finds all proxy controllers registered at the passed in address, or at lower levels.
|
Set<ProxyController> |
DelegatingManagementResourceRegistration.getProxyControllers(PathAddress address) |
ImmutableManagementResourceRegistration |
DelegatingImmutableManagementResourceRegistration.getSubModel(PathAddress address) |
ImmutableManagementResourceRegistration |
ImmutableManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
ManagementResourceRegistration |
DelegatingManagementResourceRegistration.getSubModel(PathAddress address) |
ManagementResourceRegistration |
ManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
TransformerEntry |
OperationTransformerRegistry.getTransformerEntry(PathAddress address) |
OperationTransformerRegistry |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry parent,
PathAddress address,
Map<PathAddress,ModelVersion> subTree) |
protected void |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry targetRegistry,
PathAddress address,
ModelVersion version) |
Resource |
AbstractModelResource.navigate(PathAddress address) |
Resource |
PlaceholderResource.navigate(PathAddress address) |
Resource |
Resource.navigate(PathAddress address)
Navigate the resource tree.
|
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
protected void |
GlobalTransformerRegistry.process(OperationTransformerRegistry registry,
PathAddress address,
ModelVersion version,
Map<PathAddress,ModelVersion> versions) |
void |
GlobalTransformerRegistry.registerTransformer(PathAddress address,
int major,
int minor,
String operationName,
OperationTransformer transformer)
Register an operation transformer.
|
void |
GlobalTransformerRegistry.registerTransformer(PathAddress address,
ModelVersion version,
String operationName,
OperationTransformer transformer)
Register an operation transformer.
|
OperationTransformerRegistry.OperationTransformerEntry |
OperationTransformerRegistry.resolveOperationTransformer(PathAddress address,
String operationName)
Resolve an operation transformer entry.
|
OperationTransformerRegistry.ResourceTransformerEntry |
OperationTransformerRegistry.resolveResourceTransformer(PathAddress address)
Resolve a resource transformer for a given address.
|
Modifier and Type | Method and Description |
---|---|
OperationTransformerRegistry |
GlobalTransformerRegistry.create(ModelVersion version,
Map<PathAddress,ModelVersion> versions) |
void |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry targetRegistry,
Map<PathAddress,ModelVersion> subTree)
Merge a subtree.
|
OperationTransformerRegistry |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry parent,
PathAddress address,
Map<PathAddress,ModelVersion> subTree) |
protected void |
GlobalTransformerRegistry.process(OperationTransformerRegistry registry,
PathAddress address,
ModelVersion version,
Map<PathAddress,ModelVersion> versions) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
RemoteProxyController.getProxyNodeAddress()
Get the address where this proxy controller applies to in the host ModelController
|
Modifier and Type | Method and Description |
---|---|
static RemoteProxyController |
RemoteProxyController.create(ManagementChannelHandler channelAssociation,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses)
Creates a new remote proxy controller using an existing channel.
|
static RemoteProxyController |
RemoteProxyController.create(TransactionalProtocolClient client,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
boolean validateAddresses)
Create a new remote proxy controller.
|
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
PathAddHandler.getAddPathOperation(PathAddress address,
org.jboss.dmr.ModelNode path,
org.jboss.dmr.ModelNode relativeTo) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
PathAddressTransformer.Builder.getCurrent()
Get the current address, from the builder.
|
PathAddress |
PathAddressTransformer.BuilderImpl.getCurrent() |
PathAddress |
PathAddressTransformer.Builder.getOriginal()
Get the unmodified (original) address.
|
PathAddress |
PathAddressTransformer.BuilderImpl.getOriginal() |
PathAddress |
PathAddressTransformer.Builder.getRemaining()
Get the remaining elements left for transformation.
|
PathAddress |
PathAddressTransformer.BuilderImpl.getRemaining() |
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) |
protected PathAddress |
PathAddressTransformer.BuilderImpl.start() |
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) |
PathAddress |
AliasOperationTransformer.AddressTransformer.transformAddress(PathAddress address)
Transform an address.
|
protected static PathAddress |
TransformersImpl.transformAddress(PathAddress original,
TransformationTarget target)
Transform a path address.
|
Modifier and Type | Method and Description |
---|---|
static Map<PathAddress,ModelVersion> |
TransformerRegistry.resolveVersions(ExtensionRegistry extensionRegistry) |
static Map<PathAddress,ModelVersion> |
TransformerRegistry.resolveVersions(org.jboss.dmr.ModelNode subsystems) |
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.
|
String |
TransformersLogger.getAttributeWarning(PathAddress address,
org.jboss.dmr.ModelNode operation,
Set<String> attributes)
Get a warning message for the given operation at the provided address for the passed attributes
with a default message appended.
|
String |
TransformersLogger.getAttributeWarning(PathAddress address,
org.jboss.dmr.ModelNode operation,
String... attributes)
Get a warning message for the given operation at the provided address for the passed attributes
with a default message appended.
|
String |
TransformersLogger.getAttributeWarning(PathAddress address,
org.jboss.dmr.ModelNode operation,
String message,
Set<String> attributes)
Get a warning message for the given operation at the provided address for the passed attributes with the given
custom message appended.
|
List<PathAddressTransformer> |
TransformationTargetImpl.getPathTransformation(PathAddress address) |
List<PathAddressTransformer> |
TransformationTarget.getPathTransformation(PathAddress address)
Get path transformations.
|
String |
TransformersLogger.getRejectedResourceWarning(PathAddress address,
org.jboss.dmr.ModelNode operation) |
ImmutableManagementResourceRegistration |
TransformationContext.getResourceRegistration(PathAddress address)
Get the management resource registration.
|
ImmutableManagementResourceRegistration |
TransformationContext.getResourceRegistrationFromRoot(PathAddress address)
Get the management resource registration.
|
TransformerEntry |
TransformationTargetImpl.getTransformerEntry(TransformationContext context,
PathAddress address) |
TransformerEntry |
TransformationTarget.getTransformerEntry(TransformationContext context,
PathAddress address)
Get the transformer entry.
|
boolean |
RuntimeIgnoreTransformation.ignoreResource(Resource domainResource,
PathAddress address) |
boolean |
DiscardAttributesTransformer.DiscardApprover.isOperationDiscardAllowed(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Replies with whether operation transformation should be done.
|
boolean |
DiscardAttributesTransformer.AttributeValueDiscardApprover.isOperationDiscardAllowed(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Checks if the value of the resource after the operation is applied would meet the criteria.
|
boolean |
TransformationTarget.IgnoredTransformationRegistry.isOperationTransformationIgnored(PathAddress address)
Gets whether a resource with the given
address should be excluded from
operation transformation . |
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) |
boolean |
TransformationTarget.IgnoredTransformationRegistry.isResourceTransformationIgnored(PathAddress address)
Gets whether a resource with the given
address should be excluded from
resource transformation . |
void |
TransformersLogger.logAttributeWarning(PathAddress address,
org.jboss.dmr.ModelNode operation,
String message,
Set<String> attributes)
Log a warning for the given operation at the provided address for the given attributes, using the provided detail
message.
|
void |
TransformersLogger.logAttributeWarning(PathAddress address,
org.jboss.dmr.ModelNode operation,
String message,
String attribute)
Log a warning for the given operation at the provided address for the given attribute, using the provided detail
message.
|
void |
TransformersLogger.logAttributeWarning(PathAddress address,
Set<String> attributes)
Log a warning for the resource at the provided address and the given attributes.
|
void |
TransformersLogger.logAttributeWarning(PathAddress address,
String attribute)
Log a warning for the resource at the provided address and a single attribute.
|
void |
TransformersLogger.logAttributeWarning(PathAddress address,
String message,
Set<String> attributes)
Log a warning for the resource at the provided address and the given attributes, using the provided detail
message.
|
void |
TransformersLogger.logAttributeWarning(PathAddress address,
String message,
String attribute)
Log warning for the resource at the provided address and single attribute, using the provided detail
message.
|
void |
TransformersLogger.logRejectedResourceWarning(PathAddress address,
org.jboss.dmr.ModelNode operation) |
static org.jboss.dmr.ModelNode |
SubsystemDescriptionDump.readFullModelDescription(PathAddress address,
ImmutableManagementResourceRegistration reg) |
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.
|
ResourceTransformer |
ResourceTransformationContext.resolveTransformer(PathAddress address)
Resolve the resource transformer for a given address.
|
ResourceTransformer |
TransformationTargetImpl.resolveTransformer(ResourceTransformationContext context,
PathAddress address) |
ResourceTransformer |
TransformationTarget.resolveTransformer(ResourceTransformationContext context,
PathAddress address)
Resolve a resource transformer for agiven address.
|
OperationTransformer |
TransformationTargetImpl.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName) |
OperationTransformer |
TransformationTarget.resolveTransformer(TransformationContext context,
PathAddress address,
String operationName)
Resolve an operation transformer for a given address.
|
protected abstract org.jboss.dmr.ModelNode |
AbstractOperationTransformer.transform(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation only.
|
PathAddress |
AliasOperationTransformer.AddressTransformer.transformAddress(PathAddress address)
Transform an address.
|
protected static PathAddress |
TransformersImpl.transformAddress(PathAddress original,
TransformationTarget target)
Transform a path address.
|
OperationTransformer.TransformedOperation |
DiscardAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
DiscardUndefinedAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AliasOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode original) |
OperationTransformer.TransformedOperation |
OperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
OperationTransformer.TransformedOperation |
AbstractOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
RejectExpressionValuesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
Resource |
TransformersImpl.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck) |
Resource |
Transformers.transformResource(OperationContext operationContext,
PathAddress original,
Resource resource,
boolean skipRuntimeIgnoreCheck)
Transform a given resource.
|
void |
AbstractResourceModelTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource) |
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static TransformationTargetImpl |
TransformationTargetImpl.create(TransformerRegistry transformerRegistry,
ModelVersion version,
Map<PathAddress,ModelVersion> subsystems,
TransformationTarget.IgnoredTransformationRegistry transformationExclusion,
TransformationTarget.TransformationTargetType type,
RuntimeIgnoreTransformation runtimeIgnoreTransformation) |
OperationTransformerRegistry |
TransformerRegistry.resolveHost(ModelVersion mgmtVersion,
Map<PathAddress,ModelVersion> subsystems)
Resolve the host registry.
|
OperationTransformerRegistry |
TransformerRegistry.resolveServer(ModelVersion mgmtVersion,
Map<PathAddress,ModelVersion> subsystems)
Resolve the server registry.
|
Constructor and Description |
---|
BuilderImpl(Iterator<PathAddressTransformer> transformers,
PathAddress original) |
TransformersSubRegistrationImpl(ModelVersionRange range,
GlobalTransformerRegistry registry,
PathAddress parent) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DefaultCheckersAndConverter.convertAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
|
protected abstract void |
AttributeConverter.DefaultAttributeConverter.convertAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext) . |
void |
DefaultCheckersAndConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
AttributeConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
AttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
void |
DefaultCheckersAndConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
void |
AttributeConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
void |
AttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Converts a resource attribute
|
boolean |
DiscardAttributeChecker.isOperationParameterDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Gets whether the given operation parameter can be discarded
|
boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Gets whether the given operation parameter can be discarded
|
boolean |
DiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given attribute can be discarded
|
boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given attribute can be discarded
|
protected abstract boolean |
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isValueDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext) and
DiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext) . |
protected boolean |
DiscardAttributeChecker.DiscardAttributeValueChecker.isValueDiscardable(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
protected abstract boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)
and RejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext) . |
protected boolean |
RejectAttributeChecker.SimpleRejectAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
protected boolean |
RejectAttributeChecker.SimpleAcceptAttributeChecker.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context) |
protected abstract boolean |
DefaultCheckersAndConverter.rejectAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets called by the default implementations of
#rejectOperationParameter(String, ModelNode, ModelNode, TransformationContext) and
#rejectResourceAttribute(String, ModelNode, TransformationContext) . |
boolean |
RejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ListRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
DefaultCheckersAndConverter.rejectOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Determines whether the given operation parameter value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ListRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
RejectAttributeChecker.ObjectFieldsRejectAttributeChecker.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
boolean |
DefaultCheckersAndConverter.rejectResourceAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
Gets whether the given resource attribute value is not understandable by the target process and needs
to be rejected.
|
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerMessages.masterDomainControllerOnlyOperation(String operation,
PathAddress address)
A message indicating the operation, represented by the
operation parameter, for the address can
only be handled by the master domain controller and this host is not the master domain controller. |
String |
DomainControllerMessages.noHandlerForOperation(String operationName,
PathAddress address)
|
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 |
---|---|
Map<Set<ServerIdentity>,org.jboss.dmr.ModelNode> |
ServerOperationResolver.getServerOperations(OperationContext context,
org.jboss.dmr.ModelNode originalOperation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
DomainManagementMessages.handlerAlreadyExists(String name,
PathAddress append) |
OperationFailedException |
DomainManagementMessages.sysLogProtocolAlreadyConfigured(PathAddress append) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
SyslogAuditLogProtocolResourceDefinition.createKeystoreAddOperation(PathAddress storeAddress,
org.jboss.dmr.ModelNode store) |
static org.jboss.dmr.ModelNode |
AuditLogLoggerResourceDefinition.createLoggerAddOperation(PathAddress loggerAddress,
org.jboss.dmr.ModelNode logger) |
static org.jboss.dmr.ModelNode |
SyslogAuditLogProtocolResourceDefinition.createProtocolAddOperation(PathAddress protocolAddress,
org.jboss.dmr.ModelNode protocol) |
static org.jboss.dmr.ModelNode |
SyslogAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress syslogHandlerAddress,
org.jboss.dmr.ModelNode syslogHandler) |
static org.jboss.dmr.ModelNode |
FileAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode fileHandler) |
static org.jboss.dmr.ModelNode |
JsonAuditLogFormatterResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode formatter) |
static void |
AuditLogLoggerResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress loggerAddress,
org.jboss.dmr.ModelNode logger) |
static void |
SyslogAuditLogProtocolResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress protocolAddress,
org.jboss.dmr.ModelNode protocol) |
static void |
SyslogAuditLogHandlerResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress syslogHandlerAddress,
org.jboss.dmr.ModelNode syslogHandler) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.service.ServiceName |
SecurityRealmChildWriteAttributeHandler.getParentServiceName(PathAddress parentAddress) |
protected void |
SecurityRealmChildWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
Modifier and Type | Method and Description |
---|---|
String |
EjbMessages.invalidComponentState(PathAddress operationAddress,
org.jboss.msc.service.ServiceController.State controllerState,
org.jboss.msc.service.ServiceController.State up)
Creates an exception indicating EJB component for specified address is in invalid state
|
String |
EjbMessages.noComponentAvailableForAddress(PathAddress operationAddress)
Creates an exception indicating No EJB component is available for address
|
String |
EjbMessages.noComponentRegisteredForAddress(PathAddress operationAddress)
Creates an exception indicating no EJB component registered for address
|
String |
EjbMessages.untransformableTimerService(PathAddress address) |
Modifier and Type | Field and Description |
---|---|
protected static PathAddress |
EJB3Subsystem12Parser.SUBSYSTEM_PATH |
Modifier and Type | Method and Description |
---|---|
PathAddress |
InstalledComponent.getAddress() |
Modifier and Type | Method and Description |
---|---|
protected void |
MessageDrivenBeanRuntimeHandler.executeAgainstComponent(OperationContext context,
org.jboss.dmr.ModelNode operation,
MessageDrivenComponent component,
String opName,
PathAddress address) |
protected void |
AbstractEJBComponentRuntimeHandler.executeAgainstComponent(OperationContext context,
org.jboss.dmr.ModelNode operation,
T component,
String opName,
PathAddress address) |
protected void |
EntityBeanRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
EntityBeanComponent component,
PathAddress address) |
protected void |
MessageDrivenBeanRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
MessageDrivenComponent component,
PathAddress address) |
protected void |
StatefulSessionBeanRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
StatefulSessionComponent component,
PathAddress address) |
protected void |
AbstractEJBComponentRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T component,
PathAddress address) |
protected void |
AbstractEJBComponentRuntimeHandler.executeWriteAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode operation,
T component,
PathAddress address) |
Resource |
TimerServiceResource.navigate(PathAddress address) |
void |
AbstractEJBComponentRuntimeHandler.registerComponent(PathAddress address,
org.jboss.msc.service.ServiceName serviceName) |
void |
AbstractEJBComponentRuntimeHandler.unregisterComponent(PathAddress address) |
Constructor and Description |
---|
InstalledComponent(EJBComponentType type,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
ManagedServerOperationsFactory.getLocalSocketBindingAddOperation(PathAddress address,
org.jboss.dmr.ModelNode localDestinationOutboundSocketBinding) |
static org.jboss.dmr.ModelNode |
ManagedServerOperationsFactory.getRemoteSocketBindingAddOperation(PathAddress address,
org.jboss.dmr.ModelNode remoteDestinationOutboundSocketBinding) |
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
|
OperationFailedException |
HostControllerMessages.noResourceFor(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
HostControllerConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
boolean |
IgnoredDomainResourceRegistry.isResourceExcluded(PathAddress address)
Returns whether this host should ignore operations from the master domain controller that target
the given address.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainControllerRuntimeIgnoreTransformationRegistry.changeServerGroupProfile(OperationContext context,
PathAddress serverGroupAddress,
String newProfile)
Used when changing a server group's profile to piggy back the missing profile and extensions if not known on the affected slaves.
|
void |
DomainControllerRuntimeIgnoreTransformationRegistry.changeServerGroupSocketBindingGroup(OperationContext context,
PathAddress serverGroupAddress,
String newSocketBindingGroup)
Used when changing a server group's socket binding group to piggy back the missing socket binding group if not known on the affected slaves
|
boolean |
DomainControllerRuntimeIgnoreTransformationEntry.ignoreResource(Resource domainResource,
PathAddress address)
Whether the host should ignore the domain resource
|
boolean |
HostInfo.isOperationTransformationIgnored(PathAddress address) |
boolean |
HostInfo.isResourceTransformationIgnored(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
HostXmlMarshallingHandler.getBaseAddress() |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
JmxMessages.cannotCreateObjectName(Throwable cause,
PathAddress address,
String s)
Creates an exception indicating the
ObjectName could not be created for the address. |
InstanceNotFoundException |
JmxMessages.descriptionProviderNotFound(PathAddress address)
Creates an exception indicating no description provider found for the address.
|
MBeanException |
JmxMessages.noOperationCalled(Exception cause,
String operation,
PathAddress address)
Creates an exception indicating there is no operation called
operation at the address . |
InstanceNotFoundException |
JmxMessages.registrationNotFound(PathAddress address)
Creates an exception indicating there is was no registration found for the path address.
|
Modifier and Type | Method and Description |
---|---|
Resource |
DynamicManagementStatisticsResource.navigate(PathAddress address) |
static Path |
Path.path(PathAddress pathAddress) |
Constructor and Description |
---|
Path(PathAddress pathAddress) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ManagedDMRContentMessages.invalidHash(String expectedHash,
PathAddress address,
String currentHash)
Creates an exception indicating the expected content hash provided by the caller does not match the current value.
|
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
static PathAddress |
MessagingServices.getHornetQServerPathAddress(PathAddress pathAddress) |
Modifier and Type | Method and Description |
---|---|
void |
MessagingLogger.canNotChangeClusteredAttribute(PathAddress address)
Logs a warning message indicating the clustered attribute can not be set to false since the
hornetq-server at the given
address is clustered (because it has cluster-connections children resources). |
String |
MessagingMessages.canNotChangeClusteredAttribute(PathAddress address) |
void |
MessagingLogger.deprecatedAttribute(String name,
PathAddress address)
Logs a warning message indicating the management attribute with the given
name
is deprecated and will not be used anymore. |
protected org.hornetq.api.core.management.AcceptorControl |
AcceptorControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected abstract T |
AbstractHornetQComponentControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address)
Gets the
HornetQComponentControl implementation used by this handler. |
protected org.hornetq.api.core.management.BridgeControl |
BridgeControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected org.hornetq.api.core.management.BroadcastGroupControl |
BroadcastGroupControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
protected org.hornetq.api.core.management.ClusterConnectionControl |
ClusterConnectionControlHandler.getHornetQComponentControl(org.hornetq.core.server.HornetQServer hqServer,
PathAddress address) |
static PathAddress |
MessagingServices.getHornetQServerPathAddress(PathAddress pathAddress) |
static org.jboss.msc.service.ServiceName |
MessagingServices.getHornetQServiceName(PathAddress pathAddress) |
String |
MessagingMessages.hqServerInBackupMode(PathAddress address) |
Resource |
HornetQServerResource.navigate(PathAddress address) |
Resource |
SecurityRoleResource.navigate(PathAddress address) |
Resource |
CoreAddressResource.navigate(PathAddress address) |
String |
MessagingMessages.noDestinationRegisteredForAddress(PathAddress address) |
void |
MessagingLogger.revertOperationFailed(Throwable cause,
String className,
String operation,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught an exception
attempting to revert the operation, represented by the operation parameter, at the address, represented
by the address parameter. |
Modifier and Type | Method and Description |
---|---|
protected void |
JMSTopicConfigurationRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode destination,
PathAddress address,
boolean includeDefault) |
protected void |
JMSQueueConfigurationRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode destination,
PathAddress address,
boolean includeDefault) |
protected void |
PooledConnectionFactoryConfigurationRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
org.jboss.dmr.ModelNode connectionFactory,
PathAddress address,
boolean includeDefault) |
protected abstract void |
AbstractJMSRuntimeHandler.executeReadAttribute(String attributeName,
OperationContext context,
T destination,
PathAddress address,
boolean includeDefault) |
Constructor and Description |
---|
RemotePatchOperationTarget(PathAddress address,
ModelControllerClient client) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadRemoveHandler.getParentServiceName(PathAddress parentAddress) |
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadAddHandler.getParentServiceName(PathAddress parentAddress) |
protected org.jboss.msc.service.ServiceName |
SecurityDomainReloadWriteHandler.getParentServiceName(PathAddress parentAddress) |
protected void |
SecurityDomainReloadRemoveHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
protected void |
SecurityDomainReloadAddHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
protected void |
SecurityDomainReloadWriteHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ServerMessages.cannotAddMoreThanOneSocketBindingGroupForServer(PathAddress wanted,
PathAddress existing) |
void |
ServerLogger.caughtExceptionRevertingOperation(Exception cause,
String handler,
String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address)
This method is extension of
DeploymentUnit.createDeploymentSubModel(String, PathElement) , the difference is that this method traverses recursively till last
element in PathAddress . |
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. |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
BindingGroupAddHandler.getOperation(PathAddress address,
org.jboss.dmr.ModelNode model) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
WSEndpointDeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address) |
org.jboss.dmr.ModelNode |
WSEndpointDeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
UndertowService.getFilterRefServiceName(PathAddress address,
String name) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.