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
    • Method Detail

      • getThreadPriority

        @Min(0L)
        @Min(0L) String getThreadPriority()
        Gets the value of the threadPriority property.
        Returns:
        possible object is String
      • getLongRunningTasks

        String getLongRunningTasks()
        Gets the value of the longRunningTasks property.
        Returns:
        possible object is String
      • getHungAfterSeconds

        @Min(0L)
        @Min(0L) String getHungAfterSeconds()
        Gets the value of the hungAfterSeconds property.
        Returns:
        possible object is String
      • getHungLoggerPrintOnce

        String getHungLoggerPrintOnce()
        Gets the value of the hungLoggerPrintOnce property.
        Returns:
        possible object is String
      • getHungLoggerInitialDelaySeconds

        @Min(0L)
        @Min(0L) String getHungLoggerInitialDelaySeconds()
        Gets the value of the hungLoggerInitialDelaySeconds property.
        Returns:
        possible object is String
      • getHungLoggerIntervalSeconds

        @Min(1L)
        @Min(1L) String getHungLoggerIntervalSeconds()
        Gets the value of the hungLoggerIntervalSeconds property.
        Returns:
        possible object is String
      • getCorePoolSize

        @Min(0L)
        @Min(0L) String getCorePoolSize()
        Gets the value of the corePoolSize property.
        Returns:
        possible object is String
      • getKeepAliveSeconds

        @Min(0L)
        @Min(0L) String getKeepAliveSeconds()
        Gets the value of the keepAlivesSeconds property.
        Returns:
        possible object is String
      • getThreadLifetimeSeconds

        @Min(0L)
        @Min(0L) String getThreadLifetimeSeconds()
        Gets the value of the threadLifetimeSeconds property.
        Returns:
        possible object is String