Interface ManagedThreadFactory

    • Method Detail

      • getContextServiceRef

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

        int getPriority()
        Returns:
        <priority> if specified
        See Also:
        isSetPriority()
      • getProperties

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

        boolean isSetPriority()
        Returns:
        true if <priority> is specified
        See Also:
        getPriority()