public interface ManagedExecutorServiceBase extends org.jvnet.hk2.config.ConfigBeanProxy, Resource, BindableResource, javax.validation.Payload, ConcurrencyResource
BindableResource.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getCorePoolSize()
Gets the value of the corePoolSize property.
|
String |
getHungAfterSeconds()
Gets the value of the hungAfterSeconds property.
|
String |
getKeepAliveSeconds()
Gets the value of the keepAlivesSeconds property.
|
String |
getLongRunningTasks()
Gets the value of the longRunningTasks property.
|
String |
getThreadLifetimeSeconds()
Gets the value of the threadLifetimeSeconds property.
|
String |
getThreadPriority()
Gets the value of the threadPriority property.
|
void |
setCorePoolSize(String value)
Sets the value of the coreSize property.
|
void |
setHungAfterSeconds(String value)
Sets the value of the hungAfterSeconds property.
|
void |
setKeepAliveSeconds(String value)
Sets the value of the keepAliveSeconds property.
|
void |
setLongRunningTasks(String value)
Sets the value of the longRunningTasks property.
|
void |
setThreadLifetimeSeconds(String value)
Sets the value of the threadLifetimeSeconds property.
|
void |
setThreadPriority(String value)
Sets the value of the threadPriority property.
|
getEnabled, getIdentity, getJndiName, setEnabled, setJndiNamegetDeploymentOrder, getObjectType, setDeploymentOrder, setObjectTypecreateChild, deepCopy, getParent, getParentgetContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescription@Min(value=0L) String getThreadPriority()
Stringvoid setThreadPriority(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLongRunningTasks()
Stringvoid setLongRunningTasks(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) String getHungAfterSeconds()
Stringvoid setHungAfterSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) String getCorePoolSize()
Stringvoid setCorePoolSize(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) String getKeepAliveSeconds()
Stringvoid setKeepAliveSeconds(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=0L) String getThreadLifetimeSeconds()
Stringvoid setThreadLifetimeSeconds(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionCopyright © 2017. All rights reserved.