Class 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)  
    • Constructor Detail

      • SimpleAliasEntry

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

      • convertToTargetAddress

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