|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AutomaticWorkQueue
Method Summary | |
---|---|
String |
getName()
Get's the name of the workqueue |
boolean |
isShutdown()
Returns true if this object has been shut down. |
void |
shutdown(boolean processRemainingWorkItems)
Initiates an orderly shutdown. |
Methods inherited from interface org.apache.cxf.workqueue.WorkQueue |
---|
execute, schedule |
Methods inherited from interface java.util.concurrent.Executor |
---|
execute |
Method Detail |
---|
String getName()
void shutdown(boolean processRemainingWorkItems)
processRemainingWorkItems
is true, waits for all active items to finish execution before returning, otherwise returns
immediately after removing all non active items from the queue.
processRemainingWorkItems
- boolean isShutdown()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |