Package com.ibm.ws.javaee.dd.common
Interface ManagedScheduledExecutor
-
- All Superinterfaces:
Describable
,JNDIEnvironmentRef
public interface ManagedScheduledExecutor extends JNDIEnvironmentRef, Describable
Represents <managed-scheduled-executor>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContextServiceRef()
long
getHungTaskThreshold()
int
getMaxAsync()
java.util.List<Property>
getProperties()
boolean
isSetHungTaskThreshold()
boolean
isSetMaxAsync()
-
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
-
getHungTaskThreshold
long getHungTaskThreshold()
- Returns:
- <hung-task-threshold> if specified
- See Also:
isSetHungTaskThreshold()
-
isSetHungTaskThreshold
boolean isSetHungTaskThreshold()
- Returns:
- true if <hung-task-threshold> is specified
- See Also:
getHungTaskThreshold()
-
getMaxAsync
int getMaxAsync()
- Returns:
- <max-async> if specified
- See Also:
isSetMaxAsync()
-
isSetMaxAsync
boolean isSetMaxAsync()
- Returns:
- true if <max-async> is specified
- See Also:
getMaxAsync()
-
getProperties
java.util.List<Property> getProperties()
- Returns:
- <property> elements as a read-only list
-
-