Package org.glassfish.concurrent.admin
Class CreateManagedExecutorServiceBase
- java.lang.Object
-
- org.glassfish.concurrent.admin.CreateManagedExecutorServiceBase
-
- Direct Known Subclasses:
CreateManagedExecutorService,CreateManagedScheduledExecutorService
public class CreateManagedExecutorServiceBase extends Object
Base command for creating managed executor service and managed scheduled executor service
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcontextinfoprotected Integercorepoolsizeprotected Stringdescriptionprotected Booleanenabledprotected Integerhungaftersecondsprotected StringjndiNameprotected Integerkeepalivesecondsprotected static LocalStringManagerImpllocalStringsprotected Booleanlongrunningtasksprotected Propertiespropertiesprotected Stringtargetprotected Integerthreadlifetimesecondsprotected Integerthreadpriority
-
Constructor Summary
Constructors Constructor Description CreateManagedExecutorServiceBase()
-
-
-
Field Detail
-
localStrings
protected static final LocalStringManagerImpl localStrings
-
jndiName
protected String jndiName
-
enabled
protected Boolean enabled
-
contextinfo
protected String contextinfo
-
threadpriority
protected Integer threadpriority
-
longrunningtasks
protected Boolean longrunningtasks
-
hungafterseconds
protected Integer hungafterseconds
-
corepoolsize
protected Integer corepoolsize
-
keepaliveseconds
protected Integer keepaliveseconds
-
threadlifetimeseconds
protected Integer threadlifetimeseconds
-
description
protected String description
-
properties
protected Properties properties
-
target
protected String target
-
-
Method Detail
-
setAttributeList
protected void setAttributeList(HashMap attrList)
-
-