Package com.ibm.ws.javaee.dd.common
Interface ManagedScheduledExecutor
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
Represents <managed-scheduled-executor>.
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
boolean
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
-
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:
-
getProperties
- Returns:
- <property> elements as a read-only list
-