Package com.ibm.ws.javaee.dd.common
Interface ManagedThreadFactory
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <managed-thread-factory>.
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Methods inherited from interface com.ibm.ws.javaee.dd.common.Describable
getDescriptions
Methods inherited from interface com.ibm.ws.javaee.dd.common.JNDIEnvironmentRef
getName
-
Method Details
-
getContextServiceRef
String getContextServiceRef()- Returns:
- <context-service-ref>, or null if unspecified
-
getPriority
int getPriority()- Returns:
- <priority> if specified
- See Also:
-
isSetPriority
boolean isSetPriority()- Returns:
- true if <priority> is specified
- See Also:
-
getProperties
- Returns:
- <property> elements as a read-only list
-