Class SimpleAliasEntry

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

public class SimpleAliasEntry extends org.jboss.as.controller.registry.AliasEntry
Simple alias entry that converts address using the alias and target addresses with which it was initialized/registered.
Author:
Paul Ferraro
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jboss.as.controller.registry.AliasEntry

    org.jboss.as.controller.registry.AliasEntry.AliasContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleAliasEntry(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.as.controller.PathAddress
    convertToTargetAddress(org.jboss.as.controller.PathAddress address, org.jboss.as.controller.registry.AliasEntry.AliasContext aliasContext)
     

    Methods inherited from class org.jboss.as.controller.registry.AliasEntry

    getAliasAddress, getTargetAddress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleAliasEntry

      public SimpleAliasEntry(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
  • Method Details

    • convertToTargetAddress

      public org.jboss.as.controller.PathAddress convertToTargetAddress(org.jboss.as.controller.PathAddress address, org.jboss.as.controller.registry.AliasEntry.AliasContext aliasContext)
      Specified by:
      convertToTargetAddress in class org.jboss.as.controller.registry.AliasEntry