Package org.glassfish.concurrent.config
Interface ManagedExecutorServiceBase
- All Superinterfaces:
com.sun.enterprise.config.serverbeans.BindableResource,ConcurrencyResource,org.jvnet.hk2.config.ConfigBeanProxy,jakarta.validation.Payload,org.jvnet.hk2.config.types.PropertyBag,com.sun.enterprise.config.serverbeans.Resource
- All Known Subinterfaces:
ManagedExecutorService,ManagedScheduledExecutorService
public interface ManagedExecutorServiceBase
extends org.jvnet.hk2.config.ConfigBeanProxy, com.sun.enterprise.config.serverbeans.Resource, com.sun.enterprise.config.serverbeans.BindableResource, jakarta.validation.Payload, ConcurrencyResource
Concurrency managed executor service resource base definition
-
Field Summary
Fields inherited from interface com.sun.enterprise.config.serverbeans.BindableResource
PATTERN_JNDIFields inherited from interface com.sun.enterprise.config.serverbeans.Resource
OBJECT_TYPES -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.@Min(0L) StringGets the value of the corePoolSize property.@Min(0L) StringGets the value of the hungAfterSeconds property.@Min(0L) StringGets the value of the hungLoggerInitialDelaySeconds property.@Min(1L) StringGets the value of the hungLoggerIntervalSeconds property.Gets the value of the hungLoggerPrintOnce property.@Min(0L) StringGets the value of the keepAlivesSeconds property.Gets the value of the longRunningTasks property.@Min(0L) StringGets the value of the threadLifetimeSeconds property.@Min(0L) StringGets the value of the threadPriority property.voidsetContext(String value) Sets the value of the context property.voidsetCorePoolSize(String value) Sets the value of the coreSize property.voidsetHungAfterSeconds(String value) Sets the value of the hungAfterSeconds property.voidSets the value of the hungLoggerInitialDelaySeconds property.voidSets the value of the hungLoggerIntervalSeconds property.voidsetHungLoggerPrintOnce(String value) Sets the value of the hungLoggerPrintOnce property.voidsetKeepAliveSeconds(String value) Sets the value of the keepAliveSeconds property.voidsetLongRunningTasks(String value) Sets the value of the longRunningTasks property.voidsetThreadLifetimeSeconds(String value) Sets the value of the threadLifetimeSeconds property.voidsetThreadPriority(String value) Sets the value of the threadPriority property.Methods inherited from interface com.sun.enterprise.config.serverbeans.BindableResource
getEnabled, getIdentity, getJndiName, setEnabled, setJndiNameMethods inherited from interface org.glassfish.concurrent.config.ConcurrencyResource
getContextInfo, getContextInfoEnabled, getDescription, getProperty, setContextInfo, setContextInfoEnabled, setDescriptionMethods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertyMethods inherited from interface com.sun.enterprise.config.serverbeans.Resource
getDeploymentOrder, getObjectType, setDeploymentOrder, setObjectType
-
Method Details
-
getThreadPriority
Gets the value of the threadPriority property.- Returns:
- possible object is
String
-
setThreadPriority
Sets the value of the threadPriority property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getLongRunningTasks
String getLongRunningTasks()Gets the value of the longRunningTasks property.- Returns:
- possible object is
String
-
setLongRunningTasks
Sets the value of the longRunningTasks property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getHungAfterSeconds
Gets the value of the hungAfterSeconds property.- Returns:
- possible object is
String
-
setHungAfterSeconds
Sets the value of the hungAfterSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getHungLoggerPrintOnce
String getHungLoggerPrintOnce()Gets the value of the hungLoggerPrintOnce property.- Returns:
- possible object is
String
-
setHungLoggerPrintOnce
Sets the value of the hungLoggerPrintOnce property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getHungLoggerInitialDelaySeconds
Gets the value of the hungLoggerInitialDelaySeconds property.- Returns:
- possible object is
String
-
setHungLoggerInitialDelaySeconds
Sets the value of the hungLoggerInitialDelaySeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getHungLoggerIntervalSeconds
Gets the value of the hungLoggerIntervalSeconds property.- Returns:
- possible object is
String
-
setHungLoggerIntervalSeconds
Sets the value of the hungLoggerIntervalSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getCorePoolSize
Gets the value of the corePoolSize property.- Returns:
- possible object is
String
-
setCorePoolSize
Sets the value of the coreSize property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getKeepAliveSeconds
Gets the value of the keepAlivesSeconds property.- Returns:
- possible object is
String
-
setKeepAliveSeconds
Sets the value of the keepAliveSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getThreadLifetimeSeconds
Gets the value of the threadLifetimeSeconds property.- Returns:
- possible object is
String
-
setThreadLifetimeSeconds
Sets the value of the threadLifetimeSeconds property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getContext
String getContext()Gets the value of the context property.- Returns:
- possible object is
String
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-