Uses of Class
org.jboss.as.controller.PathAddress
-
-
Uses of PathAddress in org.jboss.as.controller
Fields in org.jboss.as.controller declared as PathAddress Modifier and Type Field Description PathAddressParsedBootOp. addressstatic PathAddressPathAddress. EMPTY_ADDRESSAn empty address.Methods in org.jboss.as.controller that return PathAddress Modifier and Type Method Description PathAddressPathAddress. append(String key)PathAddressPathAddress. append(String key, String value)PathAddressPathAddress. append(List<PathElement> additionalElements)Create a new path address by appending more elements to the end of this address.PathAddressPathAddress. append(PathAddress address)Create a new path address by appending more elements to the end of this address.PathAddressPathAddress. append(PathElement... additionalElements)Create a new path address by appending more elements to the end of this address.PathAddressParsedBootOp. getAddress()PathAddressOperationContext. getCurrentAddress()Gets the address associated with the currently executing step.PathAddressPathAddress. getParent()protected PathAddressRestartParentResourceHandlerBase. getParentAddress(PathAddress address)protected PathAddressRestartParentWriteAttributeHandler. getParentAddress(PathAddress address)PathAddressProxyController. getProxyNodeAddress()Get the address where this proxy controller applies to in the host ModelControllerstatic PathAddressPathAddress. parseCLIStyleAddress(String address)static PathAddressPathAddress. pathAddress(String key, String value)static PathAddressPathAddress. pathAddress(List<PathElement> elements)static PathAddressPathAddress. pathAddress(PathAddress parent, PathElement... elements)static PathAddressPathAddress. pathAddress(PathElement... elements)static PathAddressPathAddress. pathAddress(org.jboss.dmr.ModelNode node)Creates a PathAddress from the given ModelNode address.PathAddressProxyOperationAddressTranslator. restoreAddress(PathAddress opAddress, PathAddress translatedAddress)PathAddressPathAddress. subAddress(int start)Get a portion of this address using segments starting atstart(inclusive).PathAddressPathAddress. subAddress(int start, int end)Get a portion of this address using segments betweenstart(inclusive) andend(exclusive).PathAddressProxyOperationAddressTranslator. translateAddress(PathAddress address)Methods in org.jboss.as.controller that return types with arguments of type PathAddress Modifier and Type Method Description Set<PathAddress>CapabilityRegistry. getPossibleProviderPoints(CapabilityId capabilityId)Methods in org.jboss.as.controller with parameters of type PathAddress Modifier and Type Method Description voidPersistentResourceXMLDescription.AdditionalOperationsGenerator. additionalOperations(PathAddress address, org.jboss.dmr.ModelNode addOperation, List<org.jboss.dmr.ModelNode> operations)Generates any additional operations required by the resourcevoidOperationContext. addResource(PathAddress address, int index, Resource toAdd)Add a new resource, at to the executed operation address.voidOperationContext. addResource(PathAddress address, Resource toAdd)Add a new resource, at the executed operation address.PathAddressPathAddress. append(PathAddress address)Create a new path address by appending more elements to the end of this address.voidCapabilityRegistry. capabilityReloadRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)voidCapabilityRegistry. capabilityRestartRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)static TransformingProxyControllerTransformingProxyController.Factory. create(TransactionalProtocolClient client, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransformingProxyControllerbased on the givenTransactionalProtocolClient.static TransformingProxyControllerTransformingProxyController.Factory. create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, Transformers transformers, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Creates aTransactionalProtocolClientbased on the givenchannelAssociationand then uses that to create aTransformingProxyController.ResourceOperationContext. createResource(PathAddress address)Create a new resource, relative to the executed operation address.booleanPathAddress. equals(PathAddress other)Determine whether this object is equal to another.protected PathAddressRestartParentResourceHandlerBase. getParentAddress(PathAddress address)protected PathAddressRestartParentWriteAttributeHandler. getParentAddress(PathAddress address)protected abstract org.jboss.msc.service.ServiceNameRestartParentResourceHandlerBase. getParentServiceName(PathAddress parentAddress)Gets the name of the parent service.protected abstract org.jboss.msc.service.ServiceNameRestartParentWriteAttributeHandler. getParentServiceName(PathAddress parentAddress)intBlockingTimeout. 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.String[]CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder. getRequirementPatternSegments(String dynamicElement, PathAddress address)default String[]CapabilityReferenceRecorder. getRequirementPatternSegments(String name, PathAddress address)Returns the elements to be added to the baseRequirementName to build the capability name pattern.String[]CapabilityReferenceRecorder.ResourceCapabilityReferenceRecorder. getRequirementPatternSegments(String dynamicElement, PathAddress registrationAddress)Map<CapabilityId,RuntimeCapabilityRegistry.RuntimeStatus>CapabilityRegistry. getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)booleanOperationContext. markResourceRestarted(PathAddress resource, Object owner)Marks a resource to indicate that it's backing service(s) will be restarted.booleanPathAddress. matches(PathAddress address)Check if this path matches the address path.voidPersistentResourceXMLDescription. parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, PathAddress parentAddress, List<org.jboss.dmr.ModelNode> list)Parse xml from providedreaderand add resulting operations to passed listvoidResourceParser. parse(org.jboss.staxmapper.XMLExtendedStreamReader reader, PathAddress parentAddress, List<org.jboss.dmr.ModelNode> list)static PathAddressPathAddress. pathAddress(PathAddress parent, PathElement... elements)voidBlockingTimeout. proxyTimeoutDetected(PathAddress targetAddress)Notifies this object that a timeout has occurred when invoking on the given target, allowing shorter timeouts values to be returned fromBlockingTimeout.getProxyBlockingTimeout(PathAddress, ProxyController)ResourceOperationContext. readResource(PathAddress relativeAddress)Get the resource for read only operations, relative to the executed operation address.ResourceOperationContext. readResource(PathAddress relativeAddress, boolean recursive)Get the resource for read only operations, relative to the executed operation address.ResourceOperationContext. readResourceForUpdate(PathAddress relativeAddress)Get an addressable resource for update operations.ResourceOperationContext. readResourceFromRoot(PathAddress address)Read an addressable resource from the root of the model.ResourceOperationContext. readResourceFromRoot(PathAddress address, boolean recursive)Read an addressable resource from the root of the model.protected voidRestartParentResourceHandlerBase. recreateParentService(OperationContext context, PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel)Recreate the parent service(s) using the given model.protected voidRestartParentWriteAttributeHandler. recreateParentService(OperationContext context, PathAddress parentAddress, org.jboss.dmr.ModelNode parentModel)Recreate the parent service(s) using the given model.voidCapabilityRegistry. registerPossibleCapability(Capability capability, PathAddress registrationPoint)Registers a capability with the system.RuntimeCapabilityRegistrationCapabilityRegistry. 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.ResourceOperationContext. removeResource(PathAddress relativeAddress)Remove a resource relative to the executed operation address.PathAddressProxyOperationAddressTranslator. restoreAddress(PathAddress opAddress, PathAddress translatedAddress)booleanOperationContext. 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.ServiceNameServiceRemoveStepHandler. serviceName(String name, PathAddress address)The service name to be removed.PathAddressProxyOperationAddressTranslator. translateAddress(PathAddress address)Method parameters in org.jboss.as.controller with type arguments of type PathAddress Modifier and Type Method Description SimpleResourceDefinition.ParametersSimpleResourceDefinition.Parameters. addRequirement(String baseDependentName, Function<PathAddress,String[]> dependentDynamicNameMapper, String baseRequirementName, Function<PathAddress,String[]> requirementDynamicNameMapper)Add a required capability at the resource level, using the resource registration address and the nameMappers to resolve the required and dependant capabilities.Constructor parameters in org.jboss.as.controller with type arguments of type PathAddress Constructor Description ResourceCapabilityReferenceRecorder(String baseDependentName, Function<PathAddress,String[]> dynamicRequirementNameMapper, String baseRequirementName)ResourceCapabilityReferenceRecorder(Function<PathAddress,String[]> dynamicDependentNameMapper, String baseDependentName, Function<PathAddress,String[]> dynamicRequirementNameMapper, String baseRequirementName) -
Uses of PathAddress in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return PathAddress Modifier and Type Method Description PathAddressHostEffect. getResourceAddress()Gets the address of the resource whose hosts relationships are described by this object.PathAddressServerGroupEffect. getResourceAddress()Gets the address of the resource whose server group relationships are described by this object.PathAddressTargetResource. getResourceAddress()Methods in org.jboss.as.controller.access with parameters of type PathAddress Modifier and Type Method Description voidAuthorizationResult. failIfDenied(org.jboss.dmr.ModelNode operation, PathAddress targetAddress)Utility method to throw a standard failure ifAuthorizationResult.getDecision()isAuthorizationResult.Decision.DENY.static TargetResourceTargetResource. forDomain(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration, Resource resource, ServerGroupEffect serverGroupEffect, HostEffect hostEffect)static TargetResourceTargetResource. forStandalone(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration, Resource resource)Constructors in org.jboss.as.controller.access with parameters of type PathAddress Constructor Description ResourceNotAddressableException(PathAddress pathAddress) -
Uses of PathAddress in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management that return PathAddress Modifier and Type Method Description PathAddressAccessConstraintUtilization. getPathAddress()Gets the address under which the resource registrations is registered.Methods in org.jboss.as.controller.access.management that return types with arguments of type PathAddress Modifier and Type Method Description Map<PathAddress,AccessConstraintUtilization>AccessConstraintUtilizationRegistry. getAccessConstraintUtilizations(AccessConstraintKey accessConstraintKey)Map<PathAddress,AccessConstraintUtilization>WritableAuthorizerConfiguration. getAccessConstraintUtilizations(AccessConstraintKey accessConstraintKey) -
Uses of PathAddress in org.jboss.as.controller.audit
Methods in org.jboss.as.controller.audit with parameters of type PathAddress Modifier and Type Method Description voidManagedAuditLogger.AuditLogHandlerUpdater. addHandlerReference(PathAddress referenceAddress)Add a handler reference.voidManagedAuditLoggerImpl. addHandlerReference(PathAddress referenceAddress)voidManagedAuditLogger.AuditLogHandlerUpdater. removeHandlerReference(PathAddress referenceAddress)Add a handler reference.voidManagedAuditLoggerImpl. removeHandlerReference(PathAddress referenceAddress) -
Uses of PathAddress in org.jboss.as.controller.capability
Fields in org.jboss.as.controller.capability with type parameters of type PathAddress Modifier and Type Field Description static Function<PathAddress,String[]>DynamicNameMappers. GRAND_PARENTstatic Function<PathAddress,String[]>DynamicNameMappers. PARENTstatic Function<PathAddress,String[]>DynamicNameMappers. SIMPLEMethods in org.jboss.as.controller.capability with parameters of type PathAddress Modifier and Type Method Description RuntimeCapability<T>RuntimeCapability. fromBaseCapability(PathAddress path)Creates a fully named capability from adynamically namedbase capability.org.jboss.msc.service.ServiceNameRuntimeCapability. getCapabilityServiceName(PathAddress address)Gets the name of the service provided by this capability, if there is one.org.jboss.msc.service.ServiceNameRuntimeCapability. getCapabilityServiceName(PathAddress address, Class<?> serviceValueType)Gets the name of service provided by this capability.StringAbstractCapability. getDynamicName(PathAddress address)Deprecated.StringCapability. getDynamicName(PathAddress address)StringRuntimeCapability. getDynamicName(PathAddress address)Method parameters in org.jboss.as.controller.capability with type arguments of type PathAddress Modifier and Type Method Description RuntimeCapability.Builder<T>RuntimeCapability.Builder. setDynamicNameMapper(Function<PathAddress,String[]> mapper)Constructor parameters in org.jboss.as.controller.capability with type arguments of type PathAddress Constructor Description AbstractCapability(String name, boolean dynamic, Set<String> requirements, Set<String> optionalRequirements, Set<String> runtimeOnlyRequirements, Set<String> dynamicRequirements, Set<String> dynamicOptionalRequirements, Function<PathAddress,String[]> dynamicNameMapper)Deprecated.Expected to be removed or hidden in the next WildFly Core release -
Uses of PathAddress in org.jboss.as.controller.capability.registry
Methods in org.jboss.as.controller.capability.registry that return PathAddress Modifier and Type Method Description PathAddressRegistrationPoint. getAddress()Gets the address of the resource that triggered the registration.Methods in org.jboss.as.controller.capability.registry that return types with arguments of type PathAddress Modifier and Type Method Description Set<PathAddress>ImmutableCapabilityRegistry. getPossibleProviderPoints(CapabilityId capabilityId)Returns possible provider points for passed capabilityIdMethods in org.jboss.as.controller.capability.registry with parameters of type PathAddress Modifier and Type Method Description voidRuntimeCapabilityRegistry. capabilityReloadRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)Notification that any capabilities associated with the given address require reload in order to bring their runtime services into sync with their persistent configuration.voidRuntimeCapabilityRegistry. capabilityRestartRequired(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)Notification that any capabilities associated with the given address require restart in order to bring their runtime services into sync with their persistent configuration.static CapabilityScopeCapabilityScope.Factory. create(ProcessType processType, PathAddress address)Create aCapabilityScopeappropriate for the given process type and addressMap<CapabilityId,RuntimeCapabilityRegistry.RuntimeStatus>RuntimeCapabilityRegistry. getRuntimeStatus(PathAddress address, ImmutableManagementResourceRegistration resourceRegistration)Gets the status of any capabilities associated with the given resource address.voidPossibleCapabilityRegistry. registerPossibleCapability(Capability capability, PathAddress registrationPoint)Registers a possible capability with the system.RuntimeCapabilityRegistrationRuntimeCapabilityRegistry. 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.Constructors in org.jboss.as.controller.capability.registry with parameters of type PathAddress Constructor Description RegistrationPoint(PathAddress address, String attribute) -
Uses of PathAddress in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension with parameters of type PathAddress Modifier and Type Method Description ResourceExtensionResource. navigate(PathAddress address) -
Uses of PathAddress in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging with parameters of type PathAddress Modifier and Type Method Description IllegalArgumentExceptionControllerLogger_$logger. aliasStepHandlerOperationNotFound(String name, PathAddress aliasAddress, PathAddress targetAddress)IllegalArgumentExceptionControllerLogger. aliasStepHandlerOperationNotFound(String name, PathAddress aliasAddress, PathAddress targetAddress)IllegalArgumentExceptionControllerLogger_$logger. aliasTargetResourceRegistrationNotFound(PathAddress targetAddress)IllegalArgumentExceptionControllerLogger. aliasTargetResourceRegistrationNotFound(PathAddress targetAddress)RuntimeExceptionControllerLogger_$logger. attributeWasNotMarkedAsReloadRequired(String name, PathAddress pathAddress)RuntimeExceptionControllerLogger. attributeWasNotMarkedAsReloadRequired(String name, PathAddress pathAddress)OperationFailedExceptionControllerLogger_$logger. cannotAddMoreThanOneJvmForServerOrHost(PathAddress requested, PathAddress existing)OperationFailedExceptionControllerLogger. cannotAddMoreThanOneJvmForServerOrHost(PathAddress requested, PathAddress existing)StringControllerLogger_$logger. discardedResourceTransformation(PathAddress address, String host)StringControllerLogger. discardedResourceTransformation(PathAddress address, String host)OperationFailedRuntimeExceptionControllerLogger_$logger. duplicateResourceAddress(PathAddress address)OperationFailedRuntimeExceptionControllerLogger. duplicateResourceAddress(PathAddress address)Creates an exception indicating the resource is a duplicate.voidControllerLogger_$logger. errorRevertingOperation(Throwable cause, String className, String op, PathAddress address)voidControllerLogger. errorRevertingOperation(Throwable cause, String className, String op, PathAddress address)Logs an error message indicating the class, represented by theclassNameparameter, caught exception attempting to revert the operation, represented by theopparameter, at the address, represented by theaddressparameter.voidControllerLogger_$logger. failedExecutingOperation(Throwable cause, org.jboss.dmr.ModelNode op, PathAddress path)voidControllerLogger. failedExecutingOperation(Throwable cause, org.jboss.dmr.ModelNode op, PathAddress path)Logs an error message indicating a failure to execute the operation, represented by theopparameter, at the address represented by thepathparameter.voidControllerLogger_$logger. interruptedAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress)voidControllerLogger. interruptedAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress)voidControllerLogger_$logger. interruptedAwaitingInitialResponse(String operation, PathAddress proxyNodeAddress)voidControllerLogger. interruptedAwaitingInitialResponse(String operation, PathAddress proxyNodeAddress)voidControllerLogger_$logger. interruptedWaitingStability(String operation, PathAddress address)voidControllerLogger. interruptedWaitingStability(String operation, PathAddress address)Logs a warning message indicating that an operation was interrupted before service stability was reachedStringControllerLogger_$logger. invalidDescriptionInvalidParamTypeInDescription(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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 descriptionStringControllerLogger_$logger. invalidDescriptionMinMaxForParameterHasWrongType(String minOrMax, String paramName, org.jboss.dmr.ModelType expectedType, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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.StringControllerLogger_$logger. invalidDescriptionMinMaxLengthForParameterHasWrongType(String minOrMaxLength, String paramName, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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.StringControllerLogger_$logger. invalidDescriptionNoParamTypeInDescription(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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 descriptionStringControllerLogger_$logger. invalidDescriptionRequiredFlagIsNotABoolean(String paramName, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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.StringControllerLogger_$logger. invalidDescriptionUndefinedRequestProperty(String name, PathAddress address, org.jboss.dmr.ModelNode description)StringControllerLogger. 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.Resource.NoSuchResourceExceptionControllerLogger_$logger. managementResourceNotFound(PathAddress pathAddress)Resource.NoSuchResourceExceptionControllerLogger. managementResourceNotFound(PathAddress pathAddress)Creates an exception indicating a resource cannot be found.StringControllerLogger_$logger. managementResourceNotFoundMessage(PathAddress pathAddress)StringControllerLogger. managementResourceNotFoundMessage(PathAddress pathAddress)RuntimeExceptionControllerLogger_$logger. modelFieldsNotKnown(Set<String> fields, PathAddress address)RuntimeExceptionControllerLogger. modelFieldsNotKnown(Set<String> fields, PathAddress address)OperationFailedRuntimeExceptionControllerLogger_$logger. modelUpdateNotAuthorized(String operation, PathAddress address)OperationFailedRuntimeExceptionControllerLogger. modelUpdateNotAuthorized(String operation, PathAddress address)StringControllerLogger_$logger. noHandlerForOperation(String operationName, PathAddress address)StringControllerLogger. noHandlerForOperation(String operationName, PathAddress address)StringControllerLogger_$logger. noOperationEntry(String op, PathAddress pathAddress)StringControllerLogger. noOperationEntry(String op, PathAddress pathAddress)StringControllerLogger_$logger. noOperationHandler(String op, PathAddress pathAddress)StringControllerLogger. noOperationHandler(String op, PathAddress pathAddress)StringControllerLogger_$logger. noSuchResourceType(PathAddress address)StringControllerLogger. noSuchResourceType(PathAddress address)StringControllerLogger_$logger. notificationIsNotDescribed(String type, PathAddress source)StringControllerLogger. notificationIsNotDescribed(String type, PathAddress source)StringControllerLogger_$logger. operationNotRegistered(String op, PathAddress address)StringControllerLogger. operationNotRegistered(String op, PathAddress address)A message indicating there is no operation, represented by theopparameter, registered at the address, represented by theaddressparameter.IllegalArgumentExceptionControllerLogger_$logger. operationNotRegisteredException(String op, PathAddress address)IllegalArgumentExceptionControllerLogger. operationNotRegisteredException(String op, PathAddress address)Creates an exception indicating there is no operation, represented by theopparameter, registered at the address, represented by theaddressparameter.OperationFailedRuntimeExceptionControllerLogger_$logger. orderedChildTypeRenamed(PathAddress read, PathAddress transformed, String type, Set<String> parentOrderedChildren)OperationFailedRuntimeExceptionControllerLogger. orderedChildTypeRenamed(PathAddress read, PathAddress transformed, String type, Set<String> parentOrderedChildren)StringControllerLogger_$logger. proxiedOperationTimedOut(String operation, PathAddress target, long timeout)StringControllerLogger. proxiedOperationTimedOut(String operation, PathAddress target, long timeout)OperationFailedExceptionControllerLogger_$logger. rejectAttributesCoreModelResourceTransformer(PathAddress pathAddress, String legacyHostName, ModelVersion modelVersion, List<String> details)OperationFailedExceptionControllerLogger. rejectAttributesCoreModelResourceTransformer(PathAddress pathAddress, String legacyHostName, ModelVersion modelVersion, List<String> details)OperationFailedExceptionControllerLogger_$logger. rejectAttributesSubsystemModelResourceTransformer(PathAddress pathAddress, String legacyHostName, String subsystem, ModelVersion modelVersion, List<String> details)OperationFailedExceptionControllerLogger. rejectAttributesSubsystemModelResourceTransformer(PathAddress pathAddress, String legacyHostName, String subsystem, ModelVersion modelVersion, List<String> details)StringControllerLogger_$logger. rejectedResourceResourceTransformation(PathAddress address)StringControllerLogger. rejectedResourceResourceTransformation(PathAddress address)StringControllerLogger_$logger. rejectResourceOperationTransformation(PathAddress address, org.jboss.dmr.ModelNode operation)StringControllerLogger. rejectResourceOperationTransformation(PathAddress address, org.jboss.dmr.ModelNode operation)OperationFailedRuntimeExceptionControllerLogger_$logger. resourceNotFound(PathAddress ancestor, PathAddress address)OperationFailedRuntimeExceptionControllerLogger. resourceNotFound(PathAddress ancestor, PathAddress address)Creates an exception indicating a resource does not exist.StringControllerLogger_$logger. resourceWasAdded(PathAddress address)StringControllerLogger. resourceWasAdded(PathAddress address)StringControllerLogger_$logger. resourceWasRemoved(PathAddress address)StringControllerLogger. resourceWasRemoved(PathAddress address)StringControllerLogger_$logger. stepHandlerFailed(OperationStepHandler handler, String op, PathAddress address, Throwable cause)StringControllerLogger. stepHandlerFailed(OperationStepHandler handler, String op, PathAddress address, Throwable cause)A message indicating the step handler for the operation failed.voidControllerLogger_$logger. timeoutAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress, long timeout)voidControllerLogger. timeoutAwaitingFinalResponse(String operation, PathAddress proxyNodeAddress, long timeout)voidControllerLogger_$logger. timeoutAwaitingInitialStability(long blockingTimeout, String name, PathAddress address)voidControllerLogger. timeoutAwaitingInitialStability(long blockingTimeout, String name, PathAddress address)voidControllerLogger_$logger. timeoutCompletingOperation(long blockingTimeout, String name, PathAddress address)voidControllerLogger. timeoutCompletingOperation(long blockingTimeout, String name, PathAddress address)voidControllerLogger_$logger. timeoutExecutingOperation(long blockingTimeout, String name, PathAddress address)voidControllerLogger. timeoutExecutingOperation(long blockingTimeout, String name, PathAddress address)StringControllerLogger_$logger. transformerLoggerCoreModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op, PathAddress pathAddress, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger. transformerLoggerCoreModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op, PathAddress pathAddress, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger_$logger. transformerLoggerCoreModelResourceTransformerAttributes(PathAddress pathAddress, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger. transformerLoggerCoreModelResourceTransformerAttributes(PathAddress pathAddress, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger_$logger. transformerLoggerSubsystemModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op, PathAddress pathAddress, String subsystem, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger. transformerLoggerSubsystemModelOperationTransformerAttributes(org.jboss.dmr.ModelNode op, PathAddress pathAddress, String subsystem, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger_$logger. transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress pathAddress, String subsystem, ModelVersion modelVersion, String attributeNames, String message)StringControllerLogger. transformerLoggerSubsystemModelResourceTransformerAttributes(PathAddress pathAddress, String subsystem, ModelVersion modelVersion, String attributeNames, String message)UnauthorizedExceptionControllerLogger_$logger. unauthorized(String name, PathAddress address, org.jboss.dmr.ModelNode explanation)UnauthorizedExceptionControllerLogger. unauthorized(String name, PathAddress address, org.jboss.dmr.ModelNode explanation)IllegalArgumentExceptionControllerLogger_$logger. validationFailedNoOperationFound(String name, PathAddress address, String operation)IllegalArgumentExceptionControllerLogger. validationFailedNoOperationFound(String name, PathAddress address, String operation)Creates an exception indicating that the operation could not be foundStringControllerLogger_$logger. wildcardOperationFailedAtSingleAddress(String operation, PathAddress address, String failureMessage)StringControllerLogger. wildcardOperationFailedAtSingleAddress(String operation, PathAddress address, String failureMessage)StringControllerLogger_$logger. wildcardOperationFailedAtSingleAddressWithComplexFailure(String operation, PathAddress address)StringControllerLogger. wildcardOperationFailedAtSingleAddressWithComplexFailure(String operation, PathAddress address)Method parameters in org.jboss.as.controller.logging with type arguments of type PathAddress Modifier and Type Method Description IllegalStateExceptionControllerLogger_$logger. handlerIsReferencedBy(Set<PathAddress> references)IllegalStateExceptionControllerLogger. handlerIsReferencedBy(Set<PathAddress> references)StringControllerLogger_$logger. wildcardOperationFailedAtMultipleAddresses(String operation, Set<PathAddress> addresses)StringControllerLogger. wildcardOperationFailedAtMultipleAddresses(String operation, Set<PathAddress> addresses) -
Uses of PathAddress in org.jboss.as.controller.notification
Fields in org.jboss.as.controller.notification declared as PathAddress Modifier and Type Field Description static PathAddressNotificationHandlerRegistry. ANY_ADDRESSSpecial path address to register a notification handler for any source.Methods in org.jboss.as.controller.notification that return PathAddress Modifier and Type Method Description PathAddressNotification. getSource()Methods in org.jboss.as.controller.notification with parameters of type PathAddress Modifier and Type Method Description voidNotificationHandlerRegistry. registerNotificationHandler(PathAddress source, NotificationHandler handler, NotificationFilter filter)Register the given NotificationHandler to receive notifications emitted by the resource at the given source address.voidNotificationHandlerRegistry. unregisterNotificationHandler(PathAddress source, NotificationHandler handler, NotificationFilter filter)Unregister the given NotificationHandler to stop receiving notifications emitted by the resource at the given source address.Constructors in org.jboss.as.controller.notification with parameters of type PathAddress Constructor Description Notification(String type, PathAddress source, String message)Notification(String type, PathAddress source, String message, org.jboss.dmr.ModelNode data) -
Uses of PathAddress in org.jboss.as.controller.operations
Methods in org.jboss.as.controller.operations with parameters of type PathAddress Modifier and Type Method Description booleanPathAddressFilter. accepts(PathAddress address)voidPathAddressFilter. addReject(PathAddress address)default OperationStepHandlerMultistepUtil.OperationHandlerResolver. getOperationStepHandler(String operationName, PathAddress address, org.jboss.dmr.ModelNode operation, OperationEntry operationEntry) -
Uses of PathAddress in org.jboss.as.controller.operations.common
Methods in org.jboss.as.controller.operations.common that return PathAddress Modifier and Type Method Description protected PathAddressXmlMarshallingHandler. getBaseAddress()static PathAddressUtil. getParentAddressByKey(PathAddress address, String parentKey)Methods in org.jboss.as.controller.operations.common with parameters of type PathAddress Modifier and Type Method Description voidOrderedChildTypesAttachment. 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.ModelNodeUtil. createAddOperation(PathAddress address)static org.jboss.dmr.ModelNodeUtil. createAddOperation(PathAddress address, int index)static org.jboss.dmr.ModelNodeUtil. createAddOperation(PathAddress address, int index, Map<String,org.jboss.dmr.ModelNode> parameters)static org.jboss.dmr.ModelNodeUtil. createAddOperation(PathAddress address, Map<String,org.jboss.dmr.ModelNode> parameters)static org.jboss.dmr.ModelNodeUtil. createEmptyOperation(String operationName, PathAddress address)static org.jboss.dmr.ModelNodeUtil. createListAddOperation(PathAddress address, String attributeName, String value)static org.jboss.dmr.ModelNodeUtil. createListClearOperation(PathAddress address, String attributeName)static org.jboss.dmr.ModelNodeUtil. createListGetOperation(PathAddress address, String attributeName, int index)static org.jboss.dmr.ModelNodeUtil. createListRemoveOperation(PathAddress address, String attributeName, int index)static org.jboss.dmr.ModelNodeUtil. createListRemoveOperation(PathAddress address, String attributeName, String value)static org.jboss.dmr.ModelNodeUtil. createMapClearOperation(PathAddress address, String attributeName)static org.jboss.dmr.ModelNodeUtil. createMapGetOperation(PathAddress address, String attributeName, String key)static org.jboss.dmr.ModelNodeUtil. createMapPutOperation(PathAddress address, String attributeName, String key, String value)static org.jboss.dmr.ModelNodeUtil. createMapRemoveOperation(PathAddress address, String attributeName, String key)static org.jboss.dmr.ModelNodeUtil. createOperation(String operationName, PathAddress address)static org.jboss.dmr.ModelNodeUtil. createOperation(OperationDefinition operationDefinition, PathAddress address)static org.jboss.dmr.ModelNodeUtil. createRemoveOperation(PathAddress address)static StringUtil. getNameFromAddress(PathAddress address)static org.jboss.dmr.ModelNodeUtil. getOperation(String operationName, PathAddress address, org.jboss.dmr.ModelNode params)Set<String>OrderedChildTypesAttachment. getOrderedChildTypes(PathAddress resourceAddress)static PathAddressUtil. getParentAddressByKey(PathAddress address, String parentKey)static org.jboss.dmr.ModelNodeUtil. getReadAttributeOperation(PathAddress address, String attributeName)static org.jboss.dmr.ModelNodeUtil. getReadResourceDescriptionOperation(PathAddress address)static org.jboss.dmr.ModelNodeUtil. getReadResourceOperation(PathAddress address)static org.jboss.dmr.ModelNodeUtil. getResourceRemoveOperation(PathAddress address)static org.jboss.dmr.ModelNodeUtil. getUndefineAttributeOperation(PathAddress address, String attributeName)static org.jboss.dmr.ModelNodeUtil. getWriteAttributeOperation(PathAddress address, String attributeName, boolean value)static org.jboss.dmr.ModelNodeUtil. getWriteAttributeOperation(PathAddress address, String attributeName, int value)static org.jboss.dmr.ModelNodeUtil. getWriteAttributeOperation(PathAddress address, String attributeName, String value)static org.jboss.dmr.ModelNodeUtil. getWriteAttributeOperation(PathAddress address, String attributeName, org.jboss.dmr.ModelNode value) -
Uses of PathAddress in org.jboss.as.controller.operations.global
Methods in org.jboss.as.controller.operations.global with parameters of type PathAddress Modifier and Type Method Description protected voidReadConfigAsFeaturesOperationHandler. addChildOperation(PathAddress parent, List<org.jboss.dmr.ModelNode> operations, org.jboss.dmr.ModelNode results) -
Uses of PathAddress in org.jboss.as.controller.persistence
Method parameters in org.jboss.as.controller.persistence with type arguments of type PathAddress Modifier and Type Method Description ConfigurationPersister.PersistenceResourceBackupXmlConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)ConfigurationPersister.PersistenceResourceConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource.ConfigurationPersister.PersistenceResourceNullConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource.ConfigurationPersister.PersistenceResourceXmlConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource. -
Uses of PathAddress in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return PathAddress Modifier and Type Method Description PathAddressAliasEntry. convertToTargetAddress(PathAddress aliasAddress)Deprecated.This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) insteadPathAddressAliasEntry. convertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext)Convert the alias address to the target address.static PathAddressWildcardReadResourceDescriptionAddressHack. detachAliasAddress(OperationContext context, org.jboss.dmr.ModelNode operation)protected PathAddressAliasEntry. getAliasAddress()Gets the address to which this alias is registeredPathAddressDelegatingImmutableManagementResourceRegistration. getPathAddress()PathAddressDelegatingManagementResourceRegistration. getPathAddress()PathAddressImmutableManagementResourceRegistration. getPathAddress()Gets the address under which we are registered.protected PathAddressAliasEntry. getTargetAddress()Gets the address to which this alias should convertMethods in org.jboss.as.controller.registry with parameters of type PathAddress Modifier and Type Method Description booleanResourceFilter. accepts(PathAddress address, Resource resource)Test whether the resource should be included or not.PathAddressAliasEntry. convertToTargetAddress(PathAddress aliasAddress)Deprecated.This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) insteadPathAddressAliasEntry. convertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext)Convert the alias address to the target address.static AliasEntry.AliasContextAliasEntry.AliasContext. create(PathAddress address, OperationContext delegate)voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, OperationTransformer transformer)voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean placeholder)voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, PathAddressTransformer pathAddressTransformer, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean inherited, boolean placeholder)Register an operation transformer.voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, ResourceTransformer resourceTransformer, boolean inherited)voidGlobalTransformerRegistry. createChildRegistry(PathAddress address, ModelVersion version, ResourceTransformer resourceTransformer, OperationTransformer operationTransformer, boolean placeholder)voidGlobalTransformerRegistry. createDiscardingChildRegistry(PathAddress address, ModelVersion version)voidGlobalTransformerRegistry. discardOperation(PathAddress address, int major, int minor, String operationName)Discard an operation.voidGlobalTransformerRegistry. discardOperation(PathAddress address, ModelVersion version, String operationName)Discard an operation.AttributeAccessDelegatingImmutableManagementResourceRegistration. getAttributeAccess(PathAddress address, String attributeName)AttributeAccessDelegatingManagementResourceRegistration. getAttributeAccess(PathAddress address, String attributeName)AttributeAccessImmutableManagementResourceRegistration. getAttributeAccess(PathAddress address, String attributeName)Gets the information on how to read from or write to the given attribute.Set<String>DelegatingImmutableManagementResourceRegistration. getAttributeNames(PathAddress address)Set<String>DelegatingManagementResourceRegistration. getAttributeNames(PathAddress address)Set<String>ImmutableManagementResourceRegistration. getAttributeNames(PathAddress address)Get the names of the attributes for a nodeMap<String,AttributeAccess>DelegatingImmutableManagementResourceRegistration. getAttributes(PathAddress address)Map<String,AttributeAccess>DelegatingManagementResourceRegistration. getAttributes(PathAddress address)Map<String,AttributeAccess>ImmutableManagementResourceRegistration. getAttributes(PathAddress address)Get the information about all attributes for a node.OperationTransformerRegistryOperationTransformerRegistry. getChild(PathAddress address)Set<PathElement>DelegatingImmutableManagementResourceRegistration. getChildAddresses(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 PathAddressSet<String>DelegatingImmutableManagementResourceRegistration. getChildNames(PathAddress address)Set<String>DelegatingManagementResourceRegistration. getChildNames(PathAddress address)Set<String>ImmutableManagementResourceRegistration. getChildNames(PathAddress address)Get the names of the types of children for a nodeDescriptionProviderDelegatingImmutableManagementResourceRegistration. getModelDescription(PathAddress address)DescriptionProviderDelegatingManagementResourceRegistration. getModelDescription(PathAddress address)DescriptionProviderImmutableManagementResourceRegistration. getModelDescription(PathAddress address)Get the model description at the given address, ornullif none exists.Map<String,NotificationEntry>DelegatingImmutableManagementResourceRegistration. getNotificationDescriptions(PathAddress address, boolean inherited)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.DescriptionProviderDelegatingImmutableManagementResourceRegistration. getOperationDescription(PathAddress address, String operationName)DescriptionProviderDelegatingManagementResourceRegistration. getOperationDescription(PathAddress address, String operationName)DescriptionProviderImmutableManagementResourceRegistration. getOperationDescription(PathAddress address, String operationName)Get the operation description at the given address, ornullif none exists.Map<String,OperationEntry>DelegatingImmutableManagementResourceRegistration. getOperationDescriptions(PathAddress address, boolean inherited)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.OperationEntryDelegatingImmutableManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)OperationEntryDelegatingManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)OperationEntryImmutableManagementResourceRegistration. getOperationEntry(PathAddress address, String operationName)Get the entry representing an operation registered with the given name at the given address, ornullif none exists.Set<OperationEntry.Flag>DelegatingImmutableManagementResourceRegistration. getOperationFlags(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, ornullif none exist.OperationStepHandlerDelegatingImmutableManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)OperationStepHandlerDelegatingManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)OperationStepHandlerImmutableManagementResourceRegistration. getOperationHandler(PathAddress address, String operationName)Get the operation handler at the given address, ornullif none exists.List<PathAddressTransformer>OperationTransformerRegistry. getPathTransformations(PathAddress address, OperationTransformerRegistry.PlaceholderResolver placeholderResolver)Get a list of path transformers for a given address.ProxyControllerDelegatingImmutableManagementResourceRegistration. getProxyController(PathAddress address)ProxyControllerDelegatingManagementResourceRegistration. getProxyController(PathAddress address)ProxyControllerImmutableManagementResourceRegistration. getProxyController(PathAddress address)If there is a proxy controller registered under any part of the registered address it will be returned.Set<ProxyController>DelegatingImmutableManagementResourceRegistration. getProxyControllers(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.ImmutableManagementResourceRegistrationDelegatingImmutableManagementResourceRegistration. getSubModel(PathAddress address)ManagementResourceRegistrationDelegatingManagementResourceRegistration. getSubModel(PathAddress address)ImmutableManagementResourceRegistrationImmutableManagementResourceRegistration. getSubModel(PathAddress address)Get a sub model registration.ManagementResourceRegistrationManagementResourceRegistration. getSubModel(PathAddress address)Get a sub model registration.TransformerEntryOperationTransformerRegistry. getTransformerEntry(PathAddress address, OperationTransformerRegistry.PlaceholderResolver placeholderResolver)OperationTransformerRegistryGlobalTransformerRegistry. mergeSubtree(OperationTransformerRegistry parent, PathAddress address, Map<PathAddress,ModelVersion> subTree)protected voidGlobalTransformerRegistry. mergeSubtree(OperationTransformerRegistry targetRegistry, PathAddress address, ModelVersion version)ResourceAbstractModelResource. navigate(PathAddress address)ResourceDelegatingResource. navigate(PathAddress address)ResourcePlaceholderResource. navigate(PathAddress address)ResourceResource. navigate(PathAddress address)Navigate the resource tree.static ResourceResource.Tools. navigate(Resource resource, PathAddress address)Navigate from a parentresourceto the descendant resource at the given relativeaddress.ResourceAliasEntry.AliasContext. readResourceFromRoot(PathAddress address)ResourceAliasEntry.AliasContext. readResourceFromRoot(PathAddress address, boolean recursive)voidGlobalTransformerRegistry. registerTransformer(PathAddress address, int major, int minor, String operationName, OperationTransformer transformer)Register an operation transformer.voidGlobalTransformerRegistry. registerTransformer(PathAddress address, ModelVersion version, String operationName, OperationTransformer transformer)Register an operation transformer.OperationTransformerRegistry.OperationTransformerEntryOperationTransformerRegistry. resolveOperationTransformer(PathAddress address, String operationName, OperationTransformerRegistry.PlaceholderResolver placeholderResolver)Resolve an operation transformer entry.OperationTransformerRegistry.ResourceTransformerEntryOperationTransformerRegistry. resolveResourceTransformer(PathAddress address, OperationTransformerRegistry.PlaceholderResolver placeholderResolver)Resolve a resource transformer for a given address.Method parameters in org.jboss.as.controller.registry with type arguments of type PathAddress Modifier and Type Method Description OperationTransformerRegistryGlobalTransformerRegistry. create(ModelVersion version, Map<PathAddress,ModelVersion> versions)voidGlobalTransformerRegistry. mergeSubtree(OperationTransformerRegistry targetRegistry, Map<PathAddress,ModelVersion> subTree)Merge a subtree.OperationTransformerRegistryGlobalTransformerRegistry. mergeSubtree(OperationTransformerRegistry parent, PathAddress address, Map<PathAddress,ModelVersion> subTree) -
Uses of PathAddress in org.jboss.as.controller.remote
Methods in org.jboss.as.controller.remote that return PathAddress Modifier and Type Method Description PathAddressRemoteProxyController. getProxyNodeAddress()Get the address where this proxy controller applies to in the host ModelControllerMethods in org.jboss.as.controller.remote with parameters of type PathAddress Modifier and Type Method Description static RemoteProxyControllerRemoteProxyController. create(TransactionalProtocolClient client, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator, ModelVersion targetKernelVersion)Create a new remote proxy controller.static RemoteProxyControllerRemoteProxyController. create(org.jboss.as.protocol.mgmt.ManagementChannelHandler channelAssociation, PathAddress pathAddress, ProxyOperationAddressTranslator addressTranslator)Deprecated.only present for test case use -
Uses of PathAddress in org.jboss.as.controller.services.path
Methods in org.jboss.as.controller.services.path with parameters of type PathAddress Modifier and Type Method Description static org.jboss.dmr.ModelNodePathAddHandler. getAddPathOperation(PathAddress address, org.jboss.dmr.ModelNode path, org.jboss.dmr.ModelNode relativeTo) -
Uses of PathAddress in org.jboss.as.controller.transform
Methods in org.jboss.as.controller.transform that return PathAddress Modifier and Type Method Description PathAddressPathAddressTransformer.Builder. getCurrent()Get the current address, from the builder.PathAddressPathAddressTransformer.BuilderImpl. getCurrent()PathAddressPathAddressTransformer.Builder. getOriginal()Get the unmodified (original) address.PathAddressPathAddressTransformer.BuilderImpl. getOriginal()PathAddressPathAddressTransformer.Builder. getRemaining()Get the remaining elements left for transformation.PathAddressPathAddressTransformer.BuilderImpl. getRemaining()PathAddressPathAddressTransformer.Builder. next(PathElement... elements)Append an element to the current address and continue to the next transformer in the chain.PathAddressPathAddressTransformer.BuilderImpl. next(PathElement... elements)protected PathAddressPathAddressTransformer.BuilderImpl. start()PathAddressPathAddressTransformer.BasicPathAddressTransformer. transform(PathElement current, PathAddressTransformer.Builder builder)PathAddressPathAddressTransformer.ReplaceElementKey. transform(PathElement current, PathAddressTransformer.Builder builder)PathAddressPathAddressTransformer. transform(PathElement current, PathAddressTransformer.Builder builder)Transform an address.PathAddressAliasOperationTransformer.AddressTransformer. transformAddress(PathAddress address)Transform an address.static PathAddressChainedTransformationTools. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.protected static PathAddressTransformersImpl. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.Methods in org.jboss.as.controller.transform that return types with arguments of type PathAddress Modifier and Type Method Description static Map<PathAddress,ModelVersion>TransformerRegistry. resolveVersions(ExtensionRegistry extensionRegistry)static Map<PathAddress,ModelVersion>TransformerRegistry. resolveVersions(org.jboss.dmr.ModelNode subsystems)Methods in org.jboss.as.controller.transform with parameters of type PathAddress Modifier and Type Method Description voidResourceTransformationContext. addTransformedRecursiveResource(PathAddress relativeAddress, Resource resource)Add a resource recursively including it's children.ResourceTransformationContextResourceTransformationContext. addTransformedResource(PathAddress relativeAddress, Resource resource)Add a resource.ResourceTransformationContextResourceTransformationContext. addTransformedResourceFromRoot(PathAddress absoluteAddress, Resource resource)Add a resource from the root of the model.StringTransformersLogger. 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.StringTransformersLogger. 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.StringTransformersLogger. 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.List<PathAddressTransformer>TransformationTarget. getPathTransformation(PathAddress address)Get path transformations.List<PathAddressTransformer>TransformationTargetImpl. getPathTransformation(PathAddress address)StringTransformersLogger. getRejectedResourceWarning(PathAddress address, org.jboss.dmr.ModelNode operation)ImmutableManagementResourceRegistrationTransformationContext. getResourceRegistration(PathAddress address)Get the management resource registration.ImmutableManagementResourceRegistrationTransformationContext. getResourceRegistrationFromRoot(PathAddress address)Get the management resource registration.TransformerEntryTransformationTarget. getTransformerEntry(TransformationContext context, PathAddress address)Get the transformer entry.TransformerEntryTransformationTargetImpl. getTransformerEntry(TransformationContext context, PathAddress address)booleanDiscardAttributesTransformer.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.booleanDiscardAttributesTransformer.DiscardApprover. isOperationDiscardAllowed(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)Replies with whether operation transformation should be done.booleanTransformers.OperationExcludedTransformationRegistry. isOperationExcluded(PathAddress address, String operationName)Gets whether an operation with the givenaddressshould be excluded from normalTransformationTarget.resolveTransformer(TransformationContext, PathAddress, String)transformation} and instead simplydiscarded.booleanDiscardAttributesTransformer.AttributeValueDiscardApprover. isResourceDiscardAllowed(TransformationContext context, PathAddress address, Resource resource)booleanDiscardAttributesTransformer.DiscardApprover. isResourceDiscardAllowed(TransformationContext context, PathAddress address, Resource resource)Replies with whether resource transformation should be done.booleanTransformers.ResourceIgnoredTransformationRegistry. isResourceTransformationIgnored(PathAddress address)Gets whether a resource with the givenaddressshould be excluded fromresource transformation.voidTransformersLogger. logAttributeWarning(PathAddress address, String attribute)Log a warning for the resource at the provided address and a single attribute.voidTransformersLogger. logAttributeWarning(PathAddress address, String message, String attribute)Log warning for the resource at the provided address and single attribute, using the provided detail message.voidTransformersLogger. 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.voidTransformersLogger. logAttributeWarning(PathAddress address, Set<String> attributes)Log a warning for the resource at the provided address and the given attributes.voidTransformersLogger. 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.voidTransformersLogger. 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.voidTransformersLogger. logDiscardedResourceWarning(PathAddress address, String host)voidTransformersLogger. logRejectedResourceWarning(PathAddress address, org.jboss.dmr.ModelNode operation)ResourceTransformationContext. readResource(PathAddress address)Read a model resource.ResourceTransformationContext. readResourceFromRoot(PathAddress address)Read a model resource from the root.ResourceResourceTransformationContext. readTransformedResource(PathAddress address)Read a resource from the transformed model.ResourceTransformerTransformationTarget. resolveTransformer(ResourceTransformationContext context, PathAddress address)Resolve a resource transformer for agiven address.OperationTransformerTransformationTarget. resolveTransformer(TransformationContext context, PathAddress address, String operationName)Resolve an operation transformer for a given address.ResourceTransformerTransformationTargetImpl. resolveTransformer(ResourceTransformationContext context, PathAddress address)OperationTransformerTransformationTargetImpl. resolveTransformer(TransformationContext context, PathAddress address, String operationName)protected abstract org.jboss.dmr.ModelNodeAbstractOperationTransformer. transform(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)Transform the operation only.PathAddressAliasOperationTransformer.AddressTransformer. transformAddress(PathAddress address)Transform an address.static PathAddressChainedTransformationTools. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.protected static PathAddressTransformersImpl. transformAddress(PathAddress original, TransformationTarget target)Transform a path address.OperationTransformer.TransformedOperationAbstractOperationTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)OperationTransformer.TransformedOperationAliasOperationTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode original)Deprecated.OperationTransformer.TransformedOperationDiscardAttributesTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)OperationTransformer.TransformedOperationDiscardUndefinedAttributesTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)OperationTransformer.TransformedOperationOperationTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)Transform the operation.OperationTransformer.TransformedOperationRejectExpressionValuesTransformer. transformOperation(TransformationContext context, PathAddress address, org.jboss.dmr.ModelNode operation)voidAddNameFromAddressResourceTransformer. transformResource(ResourceTransformationContext context, PathAddress address, Resource resource)voidAliasOperationTransformer. transformResource(ResourceTransformationContext currentCtx, PathAddress address, Resource resource)Deprecated.voidDiscardAttributesTransformer. transformResource(ResourceTransformationContext context, PathAddress address, Resource resource)voidDiscardUndefinedAttributesTransformer. transformResource(ResourceTransformationContext context, PathAddress address, Resource resource)voidRejectExpressionValuesTransformer. transformResource(ResourceTransformationContext context, PathAddress address, Resource resource)voidResourceTransformer. transformResource(ResourceTransformationContext context, PathAddress address, Resource resource)Transform a resource.Method parameters in org.jboss.as.controller.transform with type arguments of type PathAddress Modifier and Type Method Description static TransformationTargetImplTransformationTargetImpl. create(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress,ModelVersion> subsystems, TransformationTarget.TransformationTargetType type)static TransformationTargetImplTransformationTargetImpl. createForHost(String hostName, TransformerRegistry transformerRegistry, ModelVersion version, Map<PathAddress,ModelVersion> subsystems, Transformers.OperationExcludedTransformationRegistry ignoredRegistry)OperationTransformerRegistryTransformerRegistry. resolveHost(ModelVersion mgmtVersion, Map<PathAddress,ModelVersion> subsystems)Resolve the host registry.OperationTransformerRegistryTransformerRegistry. resolveServer(ModelVersion mgmtVersion, Map<PathAddress,ModelVersion> subsystems)Resolve the server registry.Constructors in org.jboss.as.controller.transform with parameters of type PathAddress Constructor Description BuilderImpl(Iterator<PathAddressTransformer> transformers, PathAddress original)TransformersSubRegistrationImpl(ModelVersionRange range, GlobalTransformerRegistry registry, PathAddress parent) -
Uses of PathAddress in org.jboss.as.controller.transform.description
Methods in org.jboss.as.controller.transform.description with parameters of type PathAddress Modifier and Type Method Description DiscardPolicyDynamicDiscardPolicy. checkResource(TransformationContext context, PathAddress address)Checks whether the child should be addedprotected abstract voidAttributeConverter.DefaultAttributeConverter. convertAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Gets called by the default implementations ofAttributeConverter.DefaultAttributeConverter.convertOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)andAttributeConverter.DefaultAttributeConverter.convertResourceAttribute(PathAddress, String, ModelNode, TransformationContext).protected abstract voidDefaultCheckersAndConverter. convertAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)voidAttributeConverter. convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)Converts an operation parametervoidAttributeConverter.DefaultAttributeConverter. convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)Converts an operation parametervoidAttributeConverter.DefaultValueAttributeConverter. convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)Deprecated.voidDefaultCheckersAndConverter. convertOperationParameter(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)Converts an operation parametervoidAttributeConverter. convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Converts a resource attributevoidAttributeConverter.DefaultAttributeConverter. convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Converts a resource attributevoidAttributeConverter.DefaultValueAttributeConverter. convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Deprecated.voidDefaultCheckersAndConverter. convertResourceAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Converts a resource attributebooleanDiscardAttributeChecker.DefaultDiscardAttributeChecker. isOperationParameterDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, org.jboss.dmr.ModelNode operation, TransformationContext context)booleanDiscardAttributeChecker. 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 discardedbooleanDiscardAttributeChecker.DefaultDiscardAttributeChecker. isResourceAttributeDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)booleanDiscardAttributeChecker. isResourceAttributeDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Gets whether the given attribute can be discardedprotected abstract booleanDiscardAttributeChecker.DefaultDiscardAttributeChecker. isValueDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Gets called by the default implementations ofDiscardAttributeChecker.DefaultDiscardAttributeChecker.isOperationParameterDiscardable(PathAddress, String, ModelNode, ModelNode, TransformationContext)andDiscardAttributeChecker.DefaultDiscardAttributeChecker.isResourceAttributeDiscardable(PathAddress, String, ModelNode, TransformationContext).protected booleanDiscardAttributeChecker.DiscardAttributeValueChecker. isValueDiscardable(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)protected abstract booleanDefaultCheckersAndConverter. 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 booleanRejectAttributeChecker.DefaultRejectAttributeChecker. rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)Gets called by the default implementations ofRejectAttributeChecker.DefaultRejectAttributeChecker.rejectOperationParameter(PathAddress, String, ModelNode, ModelNode, TransformationContext)andRejectAttributeChecker.DefaultRejectAttributeChecker.rejectResourceAttribute(PathAddress, String, ModelNode, TransformationContext).protected booleanRejectAttributeChecker.SimpleAcceptAttributeChecker. rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)protected booleanRejectAttributeChecker.SimpleRejectAttributeChecker. rejectAttribute(PathAddress address, String attributeName, org.jboss.dmr.ModelNode attributeValue, TransformationContext context)booleanDefaultCheckersAndConverter. 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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker. 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.booleanDefaultCheckersAndConverter. 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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker.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.booleanRejectAttributeChecker. 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.
-