| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.extension |
| Modifier and Type | Method and Description |
|---|---|
void |
Extension.initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionContext |
ExtensionRegistry.getExtensionContext(String moduleName,
ManagementResourceRegistration rootRegistration,
boolean isMasterDomainController)
Deprecated.
use
ExtensionRegistry.getExtensionContext(String, ManagementResourceRegistration, ExtensionRegistryType). Main code should be using this, but this is left behind in case any tests need to use this code. |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLegacyExtension.initialize(ExtensionContext context) |
protected abstract Set<ManagementResourceRegistration> |
AbstractLegacyExtension.initializeLegacyModel(ExtensionContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext),
except no handler for the describe operation should be registered. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.