@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 org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, com.sun.enterprise.config.serverbeans.BindableResource, ConcurrencyResource, jakarta.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, setJndiNamegetDeploymentOrder, getObjectType, setDeploymentOrder, setObjectTypecreateChild, deepCopy, getParent, getParentgetContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescription@Min(value=0L) @Min(value=0L) String getThreadPriority()
Stringvoid setThreadPriority(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@DuckTyped String getIdentity()
getIdentity in interface com.sun.enterprise.config.serverbeans.BindableResourcegetIdentity in interface com.sun.enterprise.config.serverbeans.ResourceCopyright © 2017–2020 Eclipse Foundation. All rights reserved.