| 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)
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 © 2014 JBoss by Red Hat. All rights reserved.