Uses of Class
org.jboss.as.controller.registry.AliasEntry
-
Packages that use AliasEntry Package Description org.jboss.as.controller.registry -
-
Uses of AliasEntry in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return AliasEntry Modifier and Type Method Description AliasEntryDelegatingImmutableManagementResourceRegistration. getAliasEntry()AliasEntryDelegatingManagementResourceRegistration. getAliasEntry()AliasEntryImmutableManagementResourceRegistration. getAliasEntry()Gets the alias entry for this registration if it is an aliasMethods in org.jboss.as.controller.registry with parameters of type AliasEntry Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerAlias(PathElement address, AliasEntry aliasEntry)voidManagementResourceRegistration. registerAlias(PathElement address, AliasEntry aliasEntry)Register an alias registration to another part of the modeldefault voidManagementResourceRegistration. registerAlias(ResourceRegistration registration, AliasEntry aliasEntry)Register an alias registration to another part of the model
-