Package com.ibm.ws.javaee.dd.common
Interface ManagedExecutor
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <managed-executor>.
-
Method Summary
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
-
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:
-
isVirtual
boolean isVirtual()- Returns:
- <virtual> if specified
- See Also:
-
#isSetVirutal
-
isSetVirtual
boolean isSetVirtual()- Returns:
- true if <virtual> is specified
- See Also:
-
getQualifiers
String[] getQualifiers()- Returns:
- <qualifier> elements as a read-only list
-
getProperties
- Returns:
- <property> elements as a read-only list
-