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) |
PathAddress |
OperationContext.getCurrentAddress()
Gets the address associated with the currently executing step.
|
PathAddress |
PathAddress.getParent() |
protected PathAddress |
RestartParentWriteAttributeHandler.getParentAddress(PathAddress address) |
protected PathAddress |
RestartParentResourceHandlerBase.getParentAddress(PathAddress address) |
PathAddress |
ProxyController.getProxyNodeAddress()
Get the address where this proxy controller applies to in the host ModelController
|
static PathAddress |
PathAddress.parseCLIStyleAddress(String address) |
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 |
---|---|
Set<PathAddress> |
CapabilityRegistry.getPossibleProviderPoints(CapabilityId capabilityId) |
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,
int index,
Resource toAdd)
Add a new resource, at to the executed operation address.
|
void |
OperationContext.addResource(PathAddress address,
Resource toAdd)
Add a new resource, at the executed operation address.
|
PathAddress |
PathAddress.append(PathAddress address)
Create a new path address by appending more elements to the end of this address.
|
static TransformingProxyController |
TransformingProxyController.Factory.create(ManagementChannelHandler channelAssociation,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransactionalProtocolClient based on the given channelAssociation and then
uses that to create a TransformingProxyController . |
static TransformingProxyController |
TransformingProxyController.Factory.create(TransactionalProtocolClient client,
Transformers transformers,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator)
Creates a
TransformingProxyController based on the given TransactionalProtocolClient . |
Resource |
OperationContext.createResource(PathAddress address)
Create a new resource, relative to the executed operation address.
|
boolean |
PathAddress.equals(PathAddress other)
Determine whether this object is equal to another.
|
protected String |
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder.getDynamicDependentName(PathAddress currentAddress)
Determines the dynamic portion of the dependent capability's name.
|
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.
|
int |
BlockingTimeout.getProxyBlockingTimeout(PathAddress targetAddress,
ProxyController proxyController)
Gets the maximum period, in ms, a blocking call should block waiting for a response from a remote
process in a managed domain.
|
boolean |
OperationContext.markResourceRestarted(PathAddress resource,
Object owner)
Marks a resource to indicate that it's backing service(s) will be restarted.
|
void |
PersistentResourceXMLDescription.parse(org.jboss.staxmapper.XMLExtendedStreamReader reader,
PathAddress parentAddress,
List<org.jboss.dmr.ModelNode> list) |
static PathAddress |
PathAddress.pathAddress(PathAddress parent,
PathElement... elements) |
void |
BlockingTimeout.proxyTimeoutDetected(PathAddress targetAddress)
Notifies this object that a timeout has occurred when invoking on the given target,
allowing shorter timeouts values to be returned from
BlockingTimeout.getProxyBlockingTimeout(PathAddress, ProxyController) |
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 void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel)
Recreate the parent service(s) using the given model.
|
protected void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel)
Recreate the parent service(s) using the given model.
|
protected void |
RestartParentWriteAttributeHandler.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
|
protected void |
RestartParentResourceHandlerBase.recreateParentService(OperationContext context,
PathAddress parentAddress,
org.jboss.dmr.ModelNode parentModel,
ServiceVerificationHandler verificationHandler)
|
void |
CapabilityRegistry.registerPossibleCapability(Capability capability,
PathAddress registrationPoint)
Registers a capability with the system.
|
RuntimeCapabilityRegistration |
CapabilityRegistry.removeCapability(String capabilityName,
CapabilityScope scope,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
CapabilityRegistration |
CapabilityRegistry.removePossibleCapability(Capability capability,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
Resource |
OperationContext.removeResource(PathAddress relativeAddress)
Remove a resource relative to the executed operation address.
|
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.
|
PathAddress |
ProxyOperationAddressTranslator.translateAddress(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
HostEffect.getResourceAddress()
Gets the address of the resource whose hosts relationships are described
by this object.
|
PathAddress |
ServerGroupEffect.getResourceAddress()
Gets the address of the resource whose server group relationships are described
by this object.
|
PathAddress |
TargetResource.getResourceAddress() |
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) |
Constructor and Description |
---|
ResourceNotAddressableException(PathAddress pathAddress) |
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> |
WritableAuthorizerConfiguration.getAccessConstraintUtilizations(AccessConstraintKey accessConstraintKey) |
Map<PathAddress,AccessConstraintUtilization> |
AccessConstraintUtilizationRegistry.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 |
---|---|
PathAddress |
RegistrationPoint.getAddress()
Gets the address of the resource that triggered the registration.
|
Modifier and Type | Method and Description |
---|---|
Set<PathAddress> |
ImmutableCapabilityRegistry.getPossibleProviderPoints(CapabilityId capabilityId)
Returns possible provider points for passed capabilityId
|
Modifier and Type | Method and Description |
---|---|
static CapabilityScope |
CapabilityScope.Factory.create(ProcessType processType,
PathAddress address)
Create a
CapabilityScope appropriate for the given process type and address |
void |
PossibleCapabilityRegistry.registerPossibleCapability(Capability capability,
PathAddress registrationPoint)
Registers a possible capability with the system.
|
RuntimeCapabilityRegistration |
RuntimeCapabilityRegistry.removeCapability(String capabilityName,
CapabilityScope scope,
PathAddress registrationPoint)
Remove a previously registered capability if all registration points for it have been removed.
|
CapabilityRegistration |
PossibleCapabilityRegistry.removePossibleCapability(Capability capability,
PathAddress registrationPoint)
Remove a previously registered possible capability if all registration points for it have been removed.
|
Constructor and Description |
---|
RegistrationPoint(PathAddress address,
String attribute) |
Modifier and Type | Method and Description |
---|---|
Resource |
ExtensionResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
ControllerLogger.aliasStepHandlerOperationNotFound(String name,
PathAddress aliasAddress,
PathAddress targetAddress) |
IllegalArgumentException |
ControllerLogger_$logger.aliasStepHandlerOperationNotFound(String name,
PathAddress aliasAddress,
PathAddress targetAddress) |
IllegalArgumentException |
ControllerLogger.aliasTargetResourceRegistrationNotFound(PathAddress targetAddress) |
IllegalArgumentException |
ControllerLogger_$logger.aliasTargetResourceRegistrationNotFound(PathAddress targetAddress) |
IllegalArgumentException |
ControllerLogger.badAliasConvertAddress(PathAddress aliasAddress,
PathAddress actual) |
IllegalArgumentException |
ControllerLogger_$logger.badAliasConvertAddress(PathAddress aliasAddress,
PathAddress actual) |
String |
ControllerLogger.discardedResourceTransformation(PathAddress address,
String host) |
String |
ControllerLogger_$logger.discardedResourceTransformation(PathAddress address,
String host) |
OperationFailedRuntimeException |
ControllerLogger.duplicateResourceAddress(PathAddress address)
Creates an exception indicating the resource is a duplicate.
|
OperationFailedRuntimeException |
ControllerLogger_$logger.duplicateResourceAddress(PathAddress address) |
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_$logger.errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address) |
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. |
void |
ControllerLogger_$logger.failedExecutingOperation(Throwable cause,
org.jboss.dmr.ModelNode op,
PathAddress path) |
void |
ControllerLogger.interruptedAwaitingFinalResponse(String operation,
PathAddress proxyNodeAddress) |
void |
ControllerLogger_$logger.interruptedAwaitingFinalResponse(String operation,
PathAddress proxyNodeAddress) |
void |
ControllerLogger.interruptedAwaitingInitialResponse(String operation,
PathAddress proxyNodeAddress) |
void |
ControllerLogger_$logger.interruptedAwaitingInitialResponse(String operation,
PathAddress proxyNodeAddress) |
String |
ControllerLogger.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 |
ControllerLogger_$logger.invalidDescriptionInvalidParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description) |
String |
ControllerLogger.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 |
ControllerLogger_$logger.invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax,
String paramName,
org.jboss.dmr.ModelType expectedType,
PathAddress address,
org.jboss.dmr.ModelNode description) |
String |
ControllerLogger.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 |
ControllerLogger_$logger.invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength,
String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description) |
String |
ControllerLogger.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 |
ControllerLogger_$logger.invalidDescriptionNoParamTypeInDescription(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description) |
String |
ControllerLogger.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 |
ControllerLogger_$logger.invalidDescriptionRequiredFlagIsNotABoolean(String paramName,
PathAddress address,
org.jboss.dmr.ModelNode description) |
String |
ControllerLogger.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.
|
String |
ControllerLogger_$logger.invalidDescriptionUndefinedRequestProperty(String name,
PathAddress address,
org.jboss.dmr.ModelNode description) |
Resource.NoSuchResourceException |
ControllerLogger.managementResourceNotFound(PathAddress pathAddress)
Creates an exception indicating a resource cannot be found.
|
Resource.NoSuchResourceException |
ControllerLogger_$logger.managementResourceNotFound(PathAddress pathAddress) |
String |
ControllerLogger.managementResourceNotFoundMessage(PathAddress pathAddress) |
String |
ControllerLogger_$logger.managementResourceNotFoundMessage(PathAddress pathAddress) |
RuntimeException |
ControllerLogger.modelFieldsNotKnown(Set<String> fields,
PathAddress address) |
RuntimeException |
ControllerLogger_$logger.modelFieldsNotKnown(Set<String> fields,
PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger.modelUpdateNotAuthorized(String operation,
PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger_$logger.modelUpdateNotAuthorized(String operation,
PathAddress address) |
String |
ControllerLogger.noHandlerForOperation(String operationName,
PathAddress address) |
String |
ControllerLogger_$logger.noHandlerForOperation(String operationName,
PathAddress address) |
String |
ControllerLogger.noOperationEntry(String op,
PathAddress pathAddress) |
String |
ControllerLogger_$logger.noOperationEntry(String op,
PathAddress pathAddress) |
String |
ControllerLogger.noOperationHandler(String op,
PathAddress pathAddress) |
String |
ControllerLogger_$logger.noOperationHandler(String op,
PathAddress pathAddress) |
String |
ControllerLogger.noSuchResourceType(PathAddress address) |
String |
ControllerLogger_$logger.noSuchResourceType(PathAddress address) |
String |
ControllerLogger.notificationIsNotDescribed(String type,
PathAddress source) |
String |
ControllerLogger_$logger.notificationIsNotDescribed(String type,
PathAddress source) |
String |
ControllerLogger.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. |
String |
ControllerLogger_$logger.operationNotRegistered(String op,
PathAddress address) |
IllegalArgumentException |
ControllerLogger.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. |
IllegalArgumentException |
ControllerLogger_$logger.operationNotRegisteredException(String op,
PathAddress address) |
OperationFailedRuntimeException |
ControllerLogger.orderedChildTypeRenamed(PathAddress read,
PathAddress transformed,
String type,
Set<String> parentOrderedChildren) |
OperationFailedRuntimeException |
ControllerLogger_$logger.orderedChildTypeRenamed(PathAddress read,
PathAddress transformed,
String type,
Set<String> parentOrderedChildren) |
String |
ControllerLogger.proxiedOperationTimedOut(String operation,
PathAddress target,
long timeout) |
String |
ControllerLogger_$logger.proxiedOperationTimedOut(String operation,
PathAddress target,
long timeout) |
OperationFailedException |
ControllerLogger.rejectAttributesCoreModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
ModelVersion modelVersion,
List<String> details) |
OperationFailedException |
ControllerLogger_$logger.rejectAttributesCoreModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
ModelVersion modelVersion,
List<String> details) |
OperationFailedException |
ControllerLogger.rejectAttributesSubsystemModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
String subsystem,
ModelVersion modelVersion,
List<String> details) |
OperationFailedException |
ControllerLogger_$logger.rejectAttributesSubsystemModelResourceTransformer(PathAddress pathAddress,
String legacyHostName,
String subsystem,
ModelVersion modelVersion,
List<String> details) |
String |
ControllerLogger.rejectedResourceResourceTransformation(PathAddress address) |
String |
ControllerLogger_$logger.rejectedResourceResourceTransformation(PathAddress address) |
String |
ControllerLogger.rejectResourceOperationTransformation(PathAddress address,
org.jboss.dmr.ModelNode operation) |
String |
ControllerLogger_$logger.rejectResourceOperationTransformation(PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationFailedRuntimeException |
ControllerLogger.resourceNotFound(PathAddress ancestor,
PathAddress address)
Creates an exception indicating a resource does not exist.
|
OperationFailedRuntimeException |
ControllerLogger_$logger.resourceNotFound(PathAddress ancestor,
PathAddress address) |
String |
ControllerLogger.resourceWasAdded(PathAddress address) |
String |
ControllerLogger_$logger.resourceWasAdded(PathAddress address) |
String |
ControllerLogger.resourceWasRemoved(PathAddress address) |
String |
ControllerLogger_$logger.resourceWasRemoved(PathAddress address) |
String |
ControllerLogger.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause)
A message indicating the step handler for the operation failed handling operation rollback.
|
String |
ControllerLogger_$logger.stepHandlerFailedRollback(OperationStepHandler handler,
String op,
PathAddress address,
Throwable cause) |
void |
ControllerLogger.timeoutAwaitingFinalResponse(String operation,
PathAddress proxyNodeAddress,
long timeout) |
void |
ControllerLogger_$logger.timeoutAwaitingFinalResponse(String operation,
PathAddress proxyNodeAddress,
long timeout) |
void |
ControllerLogger.timeoutAwaitingInitialStability(long blockingTimeout,
String name,
PathAddress address) |
void |
ControllerLogger_$logger.timeoutAwaitingInitialStability(long blockingTimeout,
String name,
PathAddress address) |
void |
ControllerLogger.timeoutCompletingOperation(long blockingTimeout,
String name,
PathAddress address) |
void |
ControllerLogger_$logger.timeoutCompletingOperation(long blockingTimeout,
String name,
PathAddress address) |
void |
ControllerLogger.timeoutExecutingOperation(long blockingTimeout,
String name,
PathAddress address) |
void |
ControllerLogger_$logger.timeoutExecutingOperation(long blockingTimeout,
String name,
PathAddress address) |
String |
ControllerLogger.transformerLoggerCoreModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger_$logger.transformerLoggerCoreModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger.transformerLoggerCoreModelResourceTransformerAttributes(PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger_$logger.transformerLoggerCoreModelResourceTransformerAttributes(PathAddress pathAddress,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger.transformerLoggerSubsystemModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger_$logger.transformerLoggerSubsystemModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op,
PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger.transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
String |
ControllerLogger_$logger.transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress pathAddress,
String subsystem,
ModelVersion modelVersion,
String attributeNames,
String message) |
UnauthorizedException |
ControllerLogger.unauthorized(String name,
PathAddress address,
org.jboss.dmr.ModelNode explanation) |
UnauthorizedException |
ControllerLogger_$logger.unauthorized(String name,
PathAddress address,
org.jboss.dmr.ModelNode explanation) |
IllegalArgumentException |
ControllerLogger.validationFailedNoOperationFound(String name,
PathAddress address,
String operation)
Creates an exception indicating that the operation could not be found
|
IllegalArgumentException |
ControllerLogger_$logger.validationFailedNoOperationFound(String name,
PathAddress address,
String operation) |
String |
ControllerLogger.wildcardOperationFailedAtSingleAddress(String operation,
PathAddress address,
String failureMessage) |
String |
ControllerLogger_$logger.wildcardOperationFailedAtSingleAddress(String operation,
PathAddress address,
String failureMessage) |
String |
ControllerLogger.wildcardOperationFailedAtSingleAddressWithComplexFailure(String operation,
PathAddress address) |
String |
ControllerLogger_$logger.wildcardOperationFailedAtSingleAddressWithComplexFailure(String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerLogger.handlerIsReferencedBy(Set<PathAddress> references) |
IllegalStateException |
ControllerLogger_$logger.handlerIsReferencedBy(Set<PathAddress> references) |
String |
ControllerLogger.wildcardOperationFailedAtMultipleAddresses(String operation,
Set<PathAddress> addresses) |
String |
ControllerLogger_$logger.wildcardOperationFailedAtMultipleAddresses(String operation,
Set<PathAddress> addresses) |
Modifier and Type | Method and Description |
---|---|
PathAddress |
Notification.getSource() |
Constructor and Description |
---|
Notification(String type,
PathAddress source,
String message) |
Notification(String type,
PathAddress source,
String message,
org.jboss.dmr.ModelNode data) |
Modifier and Type | Method and Description |
---|---|
default OperationStepHandler |
MultistepUtil.OperationHandlerResolver.getOperationStepHandler(String operationName,
PathAddress address,
org.jboss.dmr.ModelNode operation,
OperationEntry operationEntry) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
XmlMarshallingHandler.getBaseAddress() |
static PathAddress |
Util.getParentAddressByKey(PathAddress address,
String parentKey) |
Modifier and Type | Method and Description |
---|---|
void |
OrderedChildTypesAttachment.addOrderedChildResourceTypes(PathAddress resourceAddress,
Resource resource)
If the resource has ordered child types, those child types will be stored in the attachment.
|
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 |
Util.getOperation(String operationName,
PathAddress address,
org.jboss.dmr.ModelNode params) |
Set<String> |
OrderedChildTypesAttachment.getOrderedChildTypes(PathAddress resourceAddress) |
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) |
static org.jboss.dmr.ModelNode |
Util.getWriteAttributeOperation(PathAddress address,
String attributeName,
String value) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.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 |
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.
|
Modifier and Type | Field and Description |
---|---|
static PathAddress |
NotificationHandlerRegistration.ANY_ADDRESS
Special path address to register a notification handler for any source.
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
AliasEntry.convertToTargetAddress(PathAddress aliasAddress)
Deprecated.
This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) instead
|
PathAddress |
AliasEntry.convertToTargetAddress(PathAddress aliasAddress,
AliasEntry.AliasContext aliasContext)
Convert the alias address to the target address.
|
static PathAddress |
WildcardReadResourceDescriptionAddressHack.detachAliasAddress(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected PathAddress |
AliasEntry.getAliasAddress()
Gets the address to which this alias is registered
|
PathAddress |
DelegatingManagementResourceRegistration.getPathAddress() |
PathAddress |
ImmutableManagementResourceRegistration.getPathAddress()
Gets the address under which we are registered.
|
PathAddress |
DelegatingImmutableManagementResourceRegistration.getPathAddress() |
protected PathAddress |
AliasEntry.getTargetAddress()
Gets the address to which this alias should convert
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceFilter.accepts(PathAddress address,
Resource resource)
Test whether the resource should be included or not.
|
PathAddress |
AliasEntry.convertToTargetAddress(PathAddress aliasAddress)
Deprecated.
This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) instead
|
PathAddress |
AliasEntry.convertToTargetAddress(PathAddress aliasAddress,
AliasEntry.AliasContext aliasContext)
Convert the alias address to the target address.
|
static AliasEntry.AliasContext |
AliasEntry.AliasContext.create(PathAddress address,
OperationContext delegate) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
OperationTransformer transformer) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean placeholder) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
PathAddressTransformer pathAddressTransformer,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean inherited,
boolean placeholder)
Register an operation transformer.
|
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
ResourceTransformer resourceTransformer,
boolean inherited) |
void |
GlobalTransformerRegistry.createChildRegistry(PathAddress address,
ModelVersion version,
ResourceTransformer resourceTransformer,
OperationTransformer operationTransformer,
boolean placeholder) |
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 |
DelegatingManagementResourceRegistration.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 |
DelegatingImmutableManagementResourceRegistration.getAttributeAccess(PathAddress address,
String attributeName) |
Set<String> |
DelegatingManagementResourceRegistration.getAttributeNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getAttributeNames(PathAddress address)
Get the names of the attributes for a node
|
Set<String> |
DelegatingImmutableManagementResourceRegistration.getAttributeNames(PathAddress address) |
OperationTransformerRegistry |
OperationTransformerRegistry.getChild(PathAddress address) |
Set<PathElement> |
DelegatingManagementResourceRegistration.getChildAddresses(PathAddress address) |
Set<PathElement> |
ImmutableManagementResourceRegistration.getChildAddresses(PathAddress address)
Gets the set of direct child address elements under the node at the passed in PathAddress
|
Set<PathElement> |
DelegatingImmutableManagementResourceRegistration.getChildAddresses(PathAddress address) |
Set<String> |
DelegatingManagementResourceRegistration.getChildNames(PathAddress address) |
Set<String> |
ImmutableManagementResourceRegistration.getChildNames(PathAddress address)
Get the names of the types of children for a node
|
Set<String> |
DelegatingImmutableManagementResourceRegistration.getChildNames(PathAddress address) |
DescriptionProvider |
DelegatingManagementResourceRegistration.getModelDescription(PathAddress address) |
DescriptionProvider |
ImmutableManagementResourceRegistration.getModelDescription(PathAddress address)
Get the model description at the given address, or
null if none exists. |
DescriptionProvider |
DelegatingImmutableManagementResourceRegistration.getModelDescription(PathAddress address) |
Map<String,NotificationEntry> |
DelegatingManagementResourceRegistration.getNotificationDescriptions(PathAddress address,
boolean inherited) |
Map<String,NotificationEntry> |
ImmutableManagementResourceRegistration.getNotificationDescriptions(PathAddress address,
boolean inherited)
Get a map of descriptions of all notifications emitted by the resources at an address.
|
Map<String,NotificationEntry> |
DelegatingImmutableManagementResourceRegistration.getNotificationDescriptions(PathAddress address,
boolean inherited) |
DescriptionProvider |
DelegatingManagementResourceRegistration.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 |
DelegatingImmutableManagementResourceRegistration.getOperationDescription(PathAddress address,
String operationName) |
Map<String,OperationEntry> |
DelegatingManagementResourceRegistration.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> |
DelegatingImmutableManagementResourceRegistration.getOperationDescriptions(PathAddress address,
boolean inherited) |
OperationEntry |
DelegatingManagementResourceRegistration.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 |
DelegatingImmutableManagementResourceRegistration.getOperationEntry(PathAddress address,
String operationName) |
Set<OperationEntry.Flag> |
DelegatingManagementResourceRegistration.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> |
DelegatingImmutableManagementResourceRegistration.getOperationFlags(PathAddress address,
String operationName) |
OperationStepHandler |
DelegatingManagementResourceRegistration.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 |
DelegatingImmutableManagementResourceRegistration.getOperationHandler(PathAddress address,
String operationName) |
List<PathAddressTransformer> |
OperationTransformerRegistry.getPathTransformations(PathAddress address,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Get a list of path transformers for a given address.
|
ProxyController |
DelegatingManagementResourceRegistration.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 |
DelegatingImmutableManagementResourceRegistration.getProxyController(PathAddress address) |
Set<ProxyController> |
DelegatingManagementResourceRegistration.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> |
DelegatingImmutableManagementResourceRegistration.getProxyControllers(PathAddress address) |
ManagementResourceRegistration |
DelegatingManagementResourceRegistration.getSubModel(PathAddress address) |
ManagementResourceRegistration |
ManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
ImmutableManagementResourceRegistration |
ImmutableManagementResourceRegistration.getSubModel(PathAddress address)
Get a sub model registration.
|
ImmutableManagementResourceRegistration |
DelegatingImmutableManagementResourceRegistration.getSubModel(PathAddress address) |
TransformerEntry |
OperationTransformerRegistry.getTransformerEntry(PathAddress address,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver) |
OperationTransformerRegistry |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry parent,
PathAddress address,
Map<PathAddress,ModelVersion> subTree) |
protected void |
GlobalTransformerRegistry.mergeSubtree(OperationTransformerRegistry targetRegistry,
PathAddress address,
ModelVersion version) |
Resource |
DelegatingResource.navigate(PathAddress address) |
Resource |
PlaceholderResource.navigate(PathAddress address) |
Resource |
Resource.navigate(PathAddress address)
Navigate the resource tree.
|
Resource |
AbstractModelResource.navigate(PathAddress address) |
static Resource |
Resource.Tools.navigate(Resource resource,
PathAddress address)
Navigate from a parent
resource to the descendant resource at the given relative addresss . |
protected void |
GlobalTransformerRegistry.process(OperationTransformerRegistry registry,
PathAddress address,
ModelVersion version,
Map<PathAddress,ModelVersion> versions) |
Resource |
AliasEntry.AliasContext.readResourceFromRoot(PathAddress address) |
Resource |
AliasEntry.AliasContext.readResourceFromRoot(PathAddress address,
boolean recursive) |
void |
NotificationHandlerRegistration.registerNotificationHandler(PathAddress source,
NotificationHandler handler,
NotificationFilter filter)
Register the given NotificationHandler to receive notifications emitted by the resource at the given source address.
|
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,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Resolve an operation transformer entry.
|
OperationTransformerRegistry.ResourceTransformerEntry |
OperationTransformerRegistry.resolveResourceTransformer(PathAddress address,
OperationTransformerRegistry.PlaceholderResolver placeholderResolver)
Resolve a resource transformer for a given address.
|
void |
NotificationHandlerRegistration.unregisterNotificationHandler(PathAddress source,
NotificationHandler handler,
NotificationFilter filter)
Unregister the given NotificationHandler to stop receiving notifications emitted by the resource at the given source 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)
Deprecated.
only present for test case use
|
static RemoteProxyController |
RemoteProxyController.create(TransactionalProtocolClient client,
PathAddress pathAddress,
ProxyOperationAddressTranslator addressTranslator,
ModelVersion targetKernelVersion)
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.
|
static PathAddress |
ChainedTransformationTools.transformAddress(PathAddress original,
TransformationTarget target)
Transform a path 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 |
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 |
Transformers.OperationExcludedTransformationRegistry.isOperationExcluded(PathAddress address,
String operationName)
Gets whether an operation with the given
address should be excluded from normal
TransformationTarget.resolveTransformer(TransformationContext, PathAddress, String) transformation}
and instead simply discarded . |
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 |
Transformers.ResourceIgnoredTransformationRegistry.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.logDiscardedResourceWarning(PathAddress address,
String host) |
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 |
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.
|
static PathAddress |
ChainedTransformationTools.transformAddress(PathAddress original,
TransformationTarget target)
Transform a path address.
|
protected static PathAddress |
TransformersImpl.transformAddress(PathAddress original,
TransformationTarget target)
Transform a path address.
|
OperationTransformer.TransformedOperation |
DiscardUndefinedAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AbstractOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
OperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation)
Transform the operation.
|
OperationTransformer.TransformedOperation |
RejectExpressionValuesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
OperationTransformer.TransformedOperation |
AliasOperationTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode original)
Deprecated.
|
OperationTransformer.TransformedOperation |
DiscardAttributesTransformer.transformOperation(TransformationContext context,
PathAddress address,
org.jboss.dmr.ModelNode operation) |
void |
DiscardUndefinedAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
RejectExpressionValuesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AliasOperationTransformer.transformResource(ResourceTransformationContext currentCtx,
PathAddress address,
Resource resource)
Deprecated.
|
void |
ResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource)
Transform a resource.
|
void |
DiscardAttributesTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
void |
AddNameFromAddressResourceTransformer.transformResource(ResourceTransformationContext context,
PathAddress address,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
static TransformationTargetImpl |
TransformationTargetImpl.create(String hostName,
TransformerRegistry transformerRegistry,
ModelVersion version,
Map<PathAddress,ModelVersion> subsystems,
TransformationTarget.TransformationTargetType type) |
static TransformationTargetImpl |
TransformationTargetImpl.createForHost(String hostName,
TransformerRegistry transformerRegistry,
ModelVersion version,
Map<PathAddress,ModelVersion> subsystems,
Transformers.OperationExcludedTransformationRegistry ignoredRegistry) |
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 |
---|---|
DiscardPolicy |
DynamicDiscardPolicy.checkResource(TransformationContext context,
PathAddress address)
Checks whether the child should be added
|
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) . |
protected void |
AttributeConverter.DefaultValueAttributeConverter.convertAttribute(PathAddress address,
String name,
org.jboss.dmr.ModelNode value,
TransformationContext context) |
protected abstract void |
DefaultCheckersAndConverter.convertAttribute(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
TransformationContext context)
|
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.convertOperationParameter(PathAddress address,
String attributeName,
org.jboss.dmr.ModelNode attributeValue,
org.jboss.dmr.ModelNode operation,
TransformationContext context)
Converts an operation parameter
|
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
|
void |
DefaultCheckersAndConverter.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 |
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) . |
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) |
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.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.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.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.
|
Modifier and Type | Method and Description |
---|---|
PathAddress |
ServerIdentity.toPathAddress() |
Modifier and Type | Method and Description |
---|---|
String |
DomainControllerLogger.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 |
DomainControllerLogger_$logger.masterDomainControllerOnlyOperation(String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProfileModelDescribeHandler.addChildOperation(PathAddress parent,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.dmr.ModelNode results) |
protected void |
GenericModelDescribeOperationHandler.addChildOperation(PathAddress parent,
List<org.jboss.dmr.ModelNode> operations,
org.jboss.dmr.ModelNode results) |
protected void |
GenericModelDescribeOperationHandler.processMore(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource,
PathAddress address,
Map<String,org.jboss.dmr.ModelNode> includeResults) |
protected void |
ProfileDescribeHandler.processMore(OperationContext context,
org.jboss.dmr.ModelNode operation,
Resource resource,
PathAddress address,
Map<String,org.jboss.dmr.ModelNode> includeResults) |
static OperationStepHandler |
SyncModelOperationHandlerWrapper.wrapHandler(String localHostName,
String operationName,
PathAddress address,
OperationEntry entry)
Wrap an
OperationStepHandler in case it targets addresses, which may need to fetch missing configuration
from the master. |
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 |
---|---|
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 |
SizeRotatingFileAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode fileHandler) |
static org.jboss.dmr.ModelNode |
JsonAuditLogFormatterResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode formatter) |
static org.jboss.dmr.ModelNode |
PeriodicRotatingFileAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode fileHandler) |
static org.jboss.dmr.ModelNode |
FileAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode fileHandler) |
static org.jboss.dmr.ModelNode |
InMemoryAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress address,
org.jboss.dmr.ModelNode fileHandler) |
static org.jboss.dmr.ModelNode |
SyslogAuditLogHandlerResourceDefinition.createServerAddOperation(PathAddress syslogHandlerAddress,
org.jboss.dmr.ModelNode syslogHandler) |
static void |
SyslogAuditLogProtocolResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress protocolAddress,
org.jboss.dmr.ModelNode protocol) |
static void |
AuditLogLoggerResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress loggerAddress,
org.jboss.dmr.ModelNode logger) |
static void |
SyslogAuditLogHandlerResourceDefinition.createServerAddOperations(List<org.jboss.dmr.ModelNode> addOps,
PathAddress syslogHandlerAddress,
org.jboss.dmr.ModelNode syslogHandler) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
DomainManagementLogger_$logger.handlerAlreadyExists(String name,
PathAddress append) |
OperationFailedException |
DomainManagementLogger.handlerAlreadyExists(String name,
PathAddress append) |
OperationFailedException |
DomainManagementLogger_$logger.sysLogProtocolAlreadyConfigured(PathAddress append) |
OperationFailedException |
DomainManagementLogger.sysLogProtocolAlreadyConfigured(PathAddress append) |
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) |
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
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
HostControllerConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
Resource |
DiscoveryOptionsResource.navigate(PathAddress address) |
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 |
---|---|
OperationFailedException |
HostControllerLogger.noResourceFor(PathAddress address) |
OperationFailedException |
HostControllerLogger_$logger.noResourceFor(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
boolean |
HostInfo.isOperationExcluded(PathAddress address,
String operationName) |
boolean |
HostInfo.isResourceTransformationIgnored(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
HostXmlMarshallingHandler.getBaseAddress() |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
JmxLogger.cannotCreateObjectName(Throwable cause,
PathAddress address,
String s)
Creates an exception indicating the
ObjectName could not be created for the address. |
RuntimeException |
JmxLogger_$logger.cannotCreateObjectName(Throwable cause,
PathAddress address,
String s) |
InstanceNotFoundException |
JmxLogger.descriptionProviderNotFound(PathAddress address)
Creates an exception indicating no description provider found for the address.
|
InstanceNotFoundException |
JmxLogger_$logger.descriptionProviderNotFound(PathAddress address) |
MBeanException |
JmxLogger.noOperationCalled(Exception cause,
String operation,
PathAddress address)
Creates an exception indicating there is no operation called
operation at the address . |
MBeanException |
JmxLogger_$logger.noOperationCalled(Exception cause,
String operation,
PathAddress address) |
InstanceNotFoundException |
JmxLogger.registrationNotFound(PathAddress address)
Creates an exception indicating there is was no registration found for the path address.
|
InstanceNotFoundException |
JmxLogger_$logger.registrationNotFound(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
Resource |
LoggingResource.navigate(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceName |
LoggingConfigurationService.forDeployment(PathAddress address)
Create the service name used for this service on a deployment.
|
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
LoggingLogger_$logger.deploymentNameNotFound(PathAddress address) |
IllegalArgumentException |
LoggingLogger.deploymentNameNotFound(PathAddress address)
Creates an exception indicating the deployment name was not found on the address.
|
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ManagedDMRContentLogger_$logger.invalidHash(String expectedHash,
PathAddress address,
String currentHash) |
Resource |
ManagedDMRContentTypeResource.navigate(PathAddress address) |
Resource |
ManagedDMRContentResource.navigate(PathAddress address) |
Constructor and Description |
---|
ManagedDMRContentTypeResource(PathAddress address,
String childType,
byte[] initialHash,
ContentRepository contentRepository) |
Modifier and Type | Method and Description |
---|---|
FailedOperationTransformationConfig |
FailedOperationTransformationConfig.addFailedAttribute(PathAddress pathAddress,
FailedOperationTransformationConfig.PathAddressConfig config)
Add a handler for failed operation transformers at a resource address
|
ModelTestOperationValidatorFilter.Builder |
ModelTestOperationValidatorFilter.Builder.addOperation(PathAddress pathAddress,
String name,
ModelTestOperationValidatorFilter.Action action,
OperationFixer operationFixer) |
static org.jboss.dmr.ModelNode |
ModelTestUtils.getSubModel(org.jboss.dmr.ModelNode model,
PathAddress pathAddress) |
static void |
ModelTestUtils.validateModelDescriptions(PathAddress address,
ImmutableManagementResourceRegistration reg) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
StringConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Constructor and Description |
---|
OperationEntry(PathAddress address,
String name,
ModelTestOperationValidatorFilter.Action action,
OperationFixer operationFixer) |
Constructor and Description |
---|
RemotePatchOperationTarget(PathAddress address,
ModelControllerClient client) |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
RemotingLogger.couldNotRemoveResource(PathAddress address) |
OperationFailedException |
RemotingLogger_$logger.couldNotRemoveResource(PathAddress address) |
Modifier and Type | Method and Description |
---|---|
static void |
ManagementRemotingServices.isManagementResourceRemoveable(OperationContext context,
PathAddress otherManagementEndpoint)
Manual check because introducing a capability can't be done without a full refactoring.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister.PersistenceResource |
SelfContainedConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address)
|
org.jboss.dmr.ModelNode |
DeploymentUnit.createDeploymentSubModel(String subsystemName,
PathAddress address,
Resource resource)
|
static ContentReference |
ModelContentReference.fromModelAddress(PathAddress address,
byte[] hash) |
org.jboss.dmr.ModelNode |
DeploymentResourceSupport.getDeploymentSubModel(String subsystemName,
PathAddress address)
Gets the sub-model for a components from the deployment itself.
|
boolean |
DeploymentResourceSupport.hasDeploymentSubModel(String subsystemName,
PathAddress address)
Checks to see if a resource has already been registered for the specified address on the subsystem.
|
org.jboss.dmr.ModelNode |
DeploymentResourceSupport.registerDeploymentSubResource(String subsystemName,
PathAddress address,
Resource resource)
Registers the provided resource as the resource for the
last element of the address. |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceController<DeploymentScanner> |
DeploymentScannerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
PathAddress resourceAddress,
String relativeTo,
String path,
int scanInterval,
TimeUnit unit,
boolean autoDeployZip,
boolean autoDeployExploded,
boolean autoDeployXml,
boolean scanEnabled,
long deploymentTimeout,
boolean rollbackOnRuntimeFailure,
org.jboss.as.server.deployment.scanner.FileSystemDeploymentService bootTimeService,
ScheduledExecutorService scheduledExecutorService)
Add the deployment scanner service to a batch.
|
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
ServerLogger.cannotAddMoreThanOneSocketBindingGroupForServerOrHost(PathAddress wanted,
PathAddress existing) |
OperationFailedException |
ServerLogger_$logger.cannotAddMoreThanOneSocketBindingGroupForServerOrHost(PathAddress wanted,
PathAddress existing) |
void |
ServerLogger.caughtExceptionRevertingOperation(Exception cause,
String handler,
String operation,
PathAddress address) |
void |
ServerLogger_$logger.caughtExceptionRevertingOperation(Exception cause,
String handler,
String operation,
PathAddress address) |
Modifier and Type | Method and Description |
---|---|
static org.jboss.dmr.ModelNode |
SocketBindingAddHandler.getOperation(PathAddress address,
org.jboss.dmr.ModelNode socketBinding) |
static org.jboss.dmr.ModelNode |
BindingGroupAddHandler.getOperation(PathAddress address,
org.jboss.dmr.ModelNode model) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.