Package org.kquiet.concurrent
Interface Prioritized
- All Known Subinterfaces:
ActionComposer
- All Known Implementing Classes:
AbstractActionComposer
,BasicActionComposer
,PriorityCallable
,PriorityRunnable
public interface Prioritized
Prioritized
is for internal use and should be implemented by the classes whose instances
are intended to be executed by PausablePriorityThreadPoolExecutor
.- Author:
- Kimberly
-
Method Summary
-
Method Details
-
getPriority
int getPriority()Get priority. Smaller value means higher priority.- Returns:
- priority
-