Package | Description |
---|---|
org.jboss.as.controller.extension |
Modifier and Type | Method and Description |
---|---|
static ExtensionRegistryType |
ExtensionRegistryType.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.
|
Modifier and Type | Method and Description |
---|---|
ExtensionContext |
ExtensionRegistry.getExtensionContext(String moduleName,
ManagementResourceRegistration rootRegistration,
ExtensionRegistryType extensionRegistryType)
Gets an
ExtensionContext for use when handling an add operation for
a resource representing an Extension . |
Constructor and Description |
---|
ExtensionAddHandler(ExtensionRegistry extensionRegistry,
boolean parallelBoot,
ExtensionRegistryType extensionRegistryType,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider)
Create the AbstractAddExtensionHandler
|
ExtensionRemoveHandler(ExtensionRegistry extensionRegistry,
ExtensionRegistryType extensionRegistryType,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider)
Create the ExtensionRemoveHandler
|
ExtensionResourceDefinition(ExtensionRegistry extensionRegistry,
boolean parallelBoot,
ExtensionRegistryType extensionRegistryType,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.