Package com.ibm.ws.javaee.dd.common
Interface ManagedThreadFactory
-
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
public interface ManagedThreadFactory extends JNDIEnvironmentRef, Describable
Represents <managed-thread-factory>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContextServiceRef()
int
getPriority()
java.util.List<Property>
getProperties()
boolean
isSetPriority()
-
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 Detail
-
getContextServiceRef
java.lang.String getContextServiceRef()
- Returns:
- <context-service-ref>, or null if unspecified
-
getPriority
int getPriority()
- Returns:
- <priority> if specified
- See Also:
isSetPriority()
-
isSetPriority
boolean isSetPriority()
- Returns:
- true if <priority> is specified
- See Also:
getPriority()
-
getProperties
java.util.List<Property> getProperties()
- Returns:
- <property> elements as a read-only list
-
-