Class AliasEntry

java.lang.Object
org.jboss.as.controller.registry.AliasEntry

public abstract class AliasEntry extends Object
Author:
Kabir Khan
  • Constructor Details

  • Method Details

    • getAliasAddress

      protected PathAddress getAliasAddress()
      Gets the address to which this alias is registered
      Returns:
      the alias address
    • getTargetAddress

      protected PathAddress getTargetAddress()
      Gets the address to which this alias should convert
      Returns:
      the target address
    • convertToTargetAddress

      public abstract PathAddress convertToTargetAddress(PathAddress aliasAddress, AliasEntry.AliasContext aliasContext)
      Convert the alias address to the target address.
      Parameters:
      aliasAddress - the alias address
      aliasContext - the context
      Returns:
      the target address