@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 ConfigBeanProxy, Resource, BindableResource, ConcurrencyResource, ManagedExecutorServiceBase, javax.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, setDescriptionaddProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty@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 BindableResourcegetIdentity in interface ResourceCopyright © 2019. All rights reserved.