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 Details

    • localStrings

      protected static final com.sun.enterprise.util.LocalStringManagerImpl localStrings
    • jndiName

      protected String jndiName
    • enabled

      protected Boolean enabled
    • contextinfo

      protected String contextinfo
    • threadpriority

      protected Integer threadpriority
    • useVirtualThreads

      protected Boolean useVirtualThreads
    • longrunningtasks

      protected Boolean longrunningtasks
    • hungafterseconds

      protected Integer hungafterseconds
    • hungloggerprintonce

      protected Boolean hungloggerprintonce
    • hungloggerinitialdelayseconds

      protected Integer hungloggerinitialdelayseconds
    • hungloggerintervalseconds

      protected Integer hungloggerintervalseconds
    • corepoolsize

      protected Integer corepoolsize
    • keepaliveseconds

      protected Integer keepaliveseconds
    • threadlifetimeseconds

      protected Integer threadlifetimeseconds
    • description

      protected String description
    • properties

      protected Properties properties
    • target

      protected String target
  • Constructor Details

    • CreateManagedExecutorServiceBase

      public CreateManagedExecutorServiceBase()
  • Method Details

    • setAttributeList

      protected void setAttributeList(HashMap attrList)