Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.extension | |
org.jboss.as.jmx | |
org.jboss.as.logging | |
org.jboss.as.remoting | |
org.jboss.as.server.deployment.scanner |
Support for file system based deployment.
|
org.jboss.as.threads | |
org.wildfly.extension.io | |
org.wildfly.extension.requestcontroller |
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. |
Modifier and Type | Method and Description |
---|---|
void |
JMXExtension.initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext . |
Modifier and Type | Method and Description |
---|---|
void |
LoggingExtension.initialize(ExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingExtension.initialize(ExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentScannerExtension.initialize(ExtensionContext context)
Initialize this extension by registering its operation handlers and configuration
marshaller with the given
ExtensionContext . |
Modifier and Type | Method and Description |
---|---|
protected Set<ManagementResourceRegistration> |
ThreadsExtension.initializeLegacyModel(ExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
IOExtension.initialize(ExtensionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RequestControllerExtension.initialize(ExtensionContext context) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.