@ResourceConfigCreator(commandName="create-managed-thread-factory") @ResourceTypeOrder(deploymentOrder=MANAGED_THREAD_FACTORY) @ReferenceConstraint(skipDuringCreation=true, payload=ManagedThreadFactory.class) @UniqueResourceNameConstraint(message="{resourcename.isnot.unique}", payload=ManagedThreadFactory.class) public interface ManagedThreadFactory extends ConfigBeanProxy, Resource, BindableResource, ConcurrencyResource, javax.validation.Payload
Modifier and Type | Interface and Description |
---|---|
static class |
ManagedThreadFactory.Duck |
static class |
ManagedThreadFactory.ManagedThreadFactoryConfigActivator |
Modifier and Type | Method and Description |
---|---|
String |
getIdentity() |
@Min(value=0L) String |
getThreadPriority()
Gets the value of the threadPriority property.
|
void |
setThreadPriority(String value)
Sets the value of the threadPriority property.
|
getEnabled, getJndiName, setEnabled, setJndiName
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
createChild, deepCopy, getParent, getParent
getContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescription
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
@Min(value=0L) @Min(value=0L) String getThreadPriority()
String
void setThreadPriority(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@DuckTyped String getIdentity()
getIdentity
in interface BindableResource
getIdentity
in interface Resource
Copyright © 2021. All rights reserved.