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
ConstructorsConstructorDescriptionSimpleAliasEntry(org.jboss.as.controller.registry.ManagementResourceRegistration registration) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.as.controller.PathAddressconvertToTargetAddress(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
-
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:
convertToTargetAddressin classorg.jboss.as.controller.registry.AliasEntry
-