Uses of Enum Class
org.jboss.as.controller.extension.ExtensionRegistryType
Packages that use ExtensionRegistryType
-
Uses of ExtensionRegistryType in org.jboss.as.controller.extension
Methods in org.jboss.as.controller.extension that return ExtensionRegistryTypeModifier and TypeMethodDescriptionstatic ExtensionRegistryTypeReturns the enum constant of this class with the specified name.static ExtensionRegistryType[]ExtensionRegistryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.extension with parameters of type ExtensionRegistryTypeModifier and TypeMethodDescriptionExtensionRegistry.getExtensionContext(String moduleName, ManagementResourceRegistration rootRegistration, ExtensionRegistryType extensionRegistryType) Deprecated, for removal: This API element is subject to removal in a future version.ExtensionRegistry.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 ExtensionRegistryTypeModifierConstructorDescriptionExtensionAddHandler(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)