Interface ManagedScheduledExecutor

    • Method Detail

      • getContextServiceRef

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

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

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

        java.util.List<Property> getProperties()
        Returns:
        <property> elements as a read-only list
      • isSetHungTaskThreshold

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

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