public final class DelayedTaskManager extends AbstractTaskManager
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelayedTaskManager.DelayedTask |
| Modifier and Type | Method and Description |
|---|---|
static DelayedTaskManager |
createManager(String name,
int coreThreadPoolSize,
com.sun.xml.ws.api.Component component) |
protected ThreadFactory |
createThreadFactory() |
protected com.sun.xml.ws.api.Component |
getComponent() |
protected com.sun.istack.logging.Logger |
getLogger() |
protected String |
getThreadPoolName() |
protected int |
getThreadPoolSize() |
boolean |
register(DelayedTaskManager.DelayedTask task,
long delay,
TimeUnit timeUnit) |
close, close, getExecutorService, isClosedpublic static DelayedTaskManager createManager(String name, int coreThreadPoolSize, com.sun.xml.ws.api.Component component)
public boolean register(@NotNull
DelayedTaskManager.DelayedTask task,
long delay,
TimeUnit timeUnit)
protected com.sun.xml.ws.api.Component getComponent()
getComponent in class AbstractTaskManagerprotected String getThreadPoolName()
getThreadPoolName in class AbstractTaskManagerprotected ThreadFactory createThreadFactory()
createThreadFactory in class AbstractTaskManagerprotected int getThreadPoolSize()
getThreadPoolSize in class AbstractTaskManagerprotected com.sun.istack.logging.Logger getLogger()
getLogger in class AbstractTaskManagerCopyright © 2005–2017 Oracle Corporation. All rights reserved.