public abstract class AliasEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AliasEntry.AliasContext
A wrapper around
OperationContext for the requested alias address, allowing extra
contextual information when converting alias addresses. |
| Modifier | Constructor and Description |
|---|---|
protected |
AliasEntry(ManagementResourceRegistration target) |
| Modifier and Type | Method and Description |
|---|---|
PathAddress |
convertToTargetAddress(PathAddress aliasAddress)
Deprecated.
This will be removed in WildFly Core 3; override convertToTargetAddress(PathAddress, AliasContext) instead
|
PathAddress |
convertToTargetAddress(PathAddress aliasAddress,
AliasEntry.AliasContext aliasContext)
Convert the alias address to the target address.
|
protected PathAddress |
getAliasAddress()
Gets the address to which this alias is registered
|
protected PathAddress |
getTargetAddress()
Gets the address to which this alias should convert
|
protected AliasEntry(ManagementResourceRegistration target)
protected PathAddress getAliasAddress()
protected PathAddress getTargetAddress()
@Deprecated public PathAddress convertToTargetAddress(PathAddress aliasAddress)
aliasAddress - the alias addresspublic PathAddress convertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext)
aliasAddress - the alias addressaliasAddress - the alias addressCopyright © 2017 JBoss by Red Hat. All rights reserved.