@ResourceConfigCreator(commandName="create-managed-executor-service")
@ResourceTypeOrder(deploymentOrder=MANAGED_EXECUTOR_SERVICE)
@ReferenceConstraint(skipDuringCreation=true,
payload=ManagedExecutorService.class)
@UniqueResourceNameConstraint(message="{resourcename.isnot.unique}",
payload=ManagedExecutorService.class)
public interface ManagedExecutorService
extends org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, com.sun.enterprise.config.serverbeans.BindableResource, ConcurrencyResource, ManagedExecutorServiceBase, jakarta.validation.Payload
| Modifier and Type | Interface and Description |
|---|---|
static class |
ManagedExecutorService.Duck |
static class |
ManagedExecutorService.ManagedExecutorServiceConfigActivator |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity() |
@Min(value=0L) String |
getMaximumPoolSize()
Gets the value of the maximumPoolSize property.
|
@Min(value=0L) String |
getTaskQueueCapacity()
Gets the value of the threadLifetimeSeconds property.
|
void |
setMaximumPoolSize(String value)
Sets the value of the maximumPoolSize property.
|
void |
setTaskQueueCapacity(String value)
Sets the value of the threadLifetimeSeconds property.
|
getCorePoolSize, getHungAfterSeconds, getKeepAliveSeconds, getLongRunningTasks, getThreadLifetimeSeconds, getThreadPriority, setCorePoolSize, setHungAfterSeconds, setKeepAliveSeconds, setLongRunningTasks, setThreadLifetimeSeconds, setThreadPrioritygetEnabled, getJndiName, setEnabled, setJndiNamegetDeploymentOrder, getObjectType, setDeploymentOrder, setObjectTypecreateChild, deepCopy, getParent, getParentgetContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescription@Min(value=0L) @Min(value=0L) String getMaximumPoolSize()
Stringvoid setMaximumPoolSize(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) @Min(value=0L) String getTaskQueueCapacity()
Stringvoid setTaskQueueCapacity(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.