public interface ManagedExecutorServiceBase extends ConfigBeanProxy, Resource, BindableResource, javax.validation.Payload, ConcurrencyResource
BindableResource.Duck
Modifier and Type | Method and Description |
---|---|
@Min(value=0L) String |
getCorePoolSize()
Gets the value of the corePoolSize property.
|
@Min(value=0L) String |
getHungAfterSeconds()
Gets the value of the hungAfterSeconds property.
|
@Min(value=0L) String |
getKeepAliveSeconds()
Gets the value of the keepAlivesSeconds property.
|
String |
getLongRunningTasks()
Gets the value of the longRunningTasks property.
|
@Min(value=0L) String |
getThreadLifetimeSeconds()
Gets the value of the threadLifetimeSeconds property.
|
@Min(value=0L) 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, 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
String getLongRunningTasks()
String
void setLongRunningTasks(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getHungAfterSeconds()
String
void setHungAfterSeconds(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getCorePoolSize()
String
void setCorePoolSize(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getKeepAliveSeconds()
String
void setKeepAliveSeconds(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@Min(value=0L) @Min(value=0L) String getThreadLifetimeSeconds()
String
void setThreadLifetimeSeconds(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2020. All rights reserved.