Interface ManagedExecutor

All Superinterfaces:
Describable, JNDIEnvironmentRef

public interface ManagedExecutor extends JNDIEnvironmentRef, Describable
Represents <managed-executor>.
  • Method Details

    • getContextServiceRef

      String getContextServiceRef()
      Returns:
      <context-service-ref>, or null if unspecified
    • getHungTaskThreshold

      long getHungTaskThreshold()
      Returns:
      <hung-task-threshold> if specified
      See Also:
    • isSetHungTaskThreshold

      boolean isSetHungTaskThreshold()
      Returns:
      true if <hung-task-threshold> is specified
      See Also:
    • getMaxAsync

      int getMaxAsync()
      Returns:
      <max-async> if specified
      See Also:
    • isSetMaxAsync

      boolean isSetMaxAsync()
      Returns:
      true if <max-async> is specified
      See Also:
    • getProperties

      List<Property> getProperties()
      Returns:
      <property> elements as a read-only list