public class ThreadsExtension extends AbstractLegacyExtension
Modifier and Type | Field and Description |
---|---|
static String |
SUBSYSTEM_NAME |
Constructor and Description |
---|
ThreadsExtension() |
Modifier and Type | Method and Description |
---|---|
protected Set<ManagementResourceRegistration> |
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. |
protected void |
initializeLegacyParsers(ExtensionParsingContext context)
Perform the work that a non-legacy extension would perform in
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext) . |
initialize, initializeParsers
public static final String SUBSYSTEM_NAME
protected Set<ManagementResourceRegistration> initializeLegacyModel(ExtensionContext context)
AbstractLegacyExtension
AbstractLegacyExtension.initialize(org.jboss.as.controller.ExtensionContext)
,
except no handler for the describe
operation should be registered.initializeLegacyModel
in class AbstractLegacyExtension
context
- the extension contextManagementResourceRegistration
for all subsystems that were registered.
The calling method will register a describe
operation handler for each of theseprotected void initializeLegacyParsers(ExtensionParsingContext context)
AbstractLegacyExtension
AbstractLegacyExtension.initializeParsers(org.jboss.as.controller.parsing.ExtensionParsingContext)
.initializeLegacyParsers
in class AbstractLegacyExtension
context
- the extension parsing contextCopyright © 2023 JBoss by Red Hat. All rights reserved.