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.AliasEntrySimple alias entry that converts address using the alias and target addresses with which it was initialized/registered.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description SimpleAliasEntry(org.jboss.as.controller.registry.ManagementResourceRegistration registration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.as.controller.PathAddressconvertToTargetAddress(org.jboss.as.controller.PathAddress address, org.jboss.as.controller.registry.AliasEntry.AliasContext aliasContext)
-
-
-
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:
convertToTargetAddressin classorg.jboss.as.controller.registry.AliasEntry
-
-