Uses of Class
org.jboss.as.controller.extension.ExtensionRegistryType
-
Packages that use ExtensionRegistryType Package Description org.jboss.as.controller.extension -
-
Uses of ExtensionRegistryType in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return ExtensionRegistryType Modifier and Type Method Description static ExtensionRegistryTypeExtensionRegistryType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionRegistryType[]ExtensionRegistryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.extension with parameters of type ExtensionRegistryType Modifier and Type Method Description ExtensionContextExtensionRegistry. getExtensionContext(String moduleName, ManagementResourceRegistration rootRegistration, ExtensionRegistryType extensionRegistryType)Deprecated, for removal: This API element is subject to removal in a future version.ExtensionContextExtensionRegistry. getExtensionContext(String moduleName, Stability stability, ManagementResourceRegistration rootRegistration, ExtensionRegistryType extensionRegistryType)Gets anExtensionContextfor use when handling anaddoperation for a resource representing anExtension.Constructors in org.jboss.as.controller.extension with parameters of type ExtensionRegistryType Constructor Description ExtensionAddHandler(ExtensionRegistry extensionRegistry, boolean parallelBoot, ExtensionRegistryType extensionRegistryType, MutableRootResourceRegistrationProvider rootResourceRegistrationProvider)Create the AbstractAddExtensionHandlerExtensionRemoveHandler(ExtensionRegistry extensionRegistry, ExtensionRegistryType extensionRegistryType, MutableRootResourceRegistrationProvider rootResourceRegistrationProvider)Create the ExtensionRemoveHandlerExtensionResourceDefinition(ExtensionRegistry extensionRegistry, boolean parallelBoot, ExtensionRegistryType extensionRegistryType, MutableRootResourceRegistrationProvider rootResourceRegistrationProvider)
-