{
"operation-name" : "add",
"description" : "Adds the managed thread factory",
"request-properties" : {
"context-service" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the context service to be used by the managed thread factory",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.ee.concurrent.context.service",
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default"
},
"jndi-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The JNDI Name to lookup the managed thread factory.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"priority" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The priority applied to threads created by the factory",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 5,
"min" : 1,
"max" : 10,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}