Package org.jboss.as.threads
Class ThreadsExtension
java.lang.Object
org.jboss.as.controller.extension.AbstractLegacyExtension
org.jboss.as.threads.ThreadsExtension
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<ManagementResourceRegistration>initializeLegacyModel(ExtensionContext context) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.jboss.as.controller.extension.AbstractLegacyExtension
initialize, initializeParsersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.controller.Feature
getStability
-
Field Details
-
SUBSYSTEM_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ThreadsExtension
public ThreadsExtension()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
initializeLegacyModel
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initializeLegacyModelin classAbstractLegacyExtension
-
initializeLegacyParsers
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
initializeLegacyParsersin classAbstractLegacyExtension
-