Package org.jboss.as.threads
Class ThreadsExtension
- java.lang.Object
-
- org.jboss.as.controller.extension.AbstractLegacyExtension
-
- org.jboss.as.threads.ThreadsExtension
-
@Deprecated(forRemoval=true) public class ThreadsExtension extends AbstractLegacyExtension
Deprecated, for removal: This API element is subject to removal in a future version.the code module containing this extension only exists to support use of particular resource definition classes in other subsystems.Extension for thread management.- Author:
- David M. Lloyd, Kabir Khan
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUBSYSTEM_NAMEDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ThreadsExtension()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Set<ManagementResourceRegistration>initializeLegacyModel(ExtensionContext context)Deprecated, for removal: This API element is subject to removal in a future version.protected voidinitializeLegacyParsers(ExtensionParsingContext context)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.jboss.as.controller.extension.AbstractLegacyExtension
initialize, initializeParsers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.controller.Feature
getStability
-
-
-
-
Field Detail
-
SUBSYSTEM_NAME
public static final String SUBSYSTEM_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Method Detail
-
initializeLegacyModel
protected Set<ManagementResourceRegistration> initializeLegacyModel(ExtensionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initializeLegacyModelin classAbstractLegacyExtension
-
initializeLegacyParsers
protected void initializeLegacyParsers(ExtensionParsingContext context)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initializeLegacyParsersin classAbstractLegacyExtension
-
-