cn.bran.japid.template

AmmendableScheduledExecutor

class AmmendableScheduledExecutor extends ScheduledThreadPoolExecutor

Linear Supertypes
ScheduledThreadPoolExecutor, ScheduledExecutorService, ThreadPoolExecutor, AbstractExecutorService, ExecutorService, Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AmmendableScheduledExecutor
  2. ScheduledThreadPoolExecutor
  3. ScheduledExecutorService
  4. ThreadPoolExecutor
  5. AbstractExecutorService
  6. ExecutorService
  7. Executor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmmendableScheduledExecutor()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def afterExecute(arg0: Runnable, arg1: Throwable): Unit

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ThreadPoolExecutor
  7. def allowCoreThreadTimeOut(arg0: Boolean): Unit

    Definition Classes
    ThreadPoolExecutor
  8. def allowsCoreThreadTimeOut(): Boolean

    Definition Classes
    ThreadPoolExecutor
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def awaitTermination(arg0: Long, arg1: TimeUnit): Boolean

    Definition Classes
    ThreadPoolExecutor → ExecutorService
    Annotations
    @throws( ... )
  11. def beforeExecute(arg0: Thread, arg1: Runnable): Unit

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ThreadPoolExecutor
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def decorateTask[V](arg0: Callable[V], arg1: RunnableScheduledFuture[V]): RunnableScheduledFuture[V]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ScheduledThreadPoolExecutor
  14. def decorateTask[V](arg0: Runnable, arg1: RunnableScheduledFuture[V]): RunnableScheduledFuture[V]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ScheduledThreadPoolExecutor
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def execute(arg0: Runnable): Unit

    Definition Classes
    ScheduledThreadPoolExecutor → ThreadPoolExecutor → Executor
  18. def finalize(): Unit

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ThreadPoolExecutor → AnyRef
  19. def getActiveCount(): Int

    Definition Classes
    ThreadPoolExecutor
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getCompletedTaskCount(): Long

    Definition Classes
    ThreadPoolExecutor
  22. def getContinueExistingPeriodicTasksAfterShutdownPolicy(): Boolean

    Definition Classes
    ScheduledThreadPoolExecutor
  23. def getCorePoolSize(): Int

    Definition Classes
    ThreadPoolExecutor
  24. def getExecuteExistingDelayedTasksAfterShutdownPolicy(): Boolean

    Definition Classes
    ScheduledThreadPoolExecutor
  25. def getKeepAliveTime(arg0: TimeUnit): Long

    Definition Classes
    ThreadPoolExecutor
  26. def getLargestPoolSize(): Int

    Definition Classes
    ThreadPoolExecutor
  27. def getMaximumPoolSize(): Int

    Definition Classes
    ThreadPoolExecutor
  28. def getPoolSize(): Int

    Definition Classes
    ThreadPoolExecutor
  29. def getQueue(): BlockingQueue[Runnable]

    Definition Classes
    ScheduledThreadPoolExecutor → ThreadPoolExecutor
  30. def getRejectedExecutionHandler(): RejectedExecutionHandler

    Definition Classes
    ThreadPoolExecutor
  31. def getTaskCount(): Long

    Definition Classes
    ThreadPoolExecutor
  32. def getThreadFactory(): ThreadFactory

    Definition Classes
    ThreadPoolExecutor
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def invokeAll[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): List[Future[T]]

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  35. def invokeAll[T](arg0: Collection[_ <: Callable[T]]): List[Future[T]]

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... )
  36. def invokeAny[T](arg0: Collection[_ <: Callable[T]], arg1: Long, arg2: TimeUnit): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  37. def invokeAny[T](arg0: Collection[_ <: Callable[T]]): T

    Definition Classes
    AbstractExecutorService → ExecutorService
    Annotations
    @throws( ... ) @throws( ... )
  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. def isShutdown(): Boolean

    Definition Classes
    ThreadPoolExecutor → ExecutorService
  40. def isTerminated(): Boolean

    Definition Classes
    ThreadPoolExecutor → ExecutorService
  41. def isTerminating(): Boolean

    Definition Classes
    ThreadPoolExecutor
  42. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  43. def newTaskFor[T](arg0: Callable[T]): RunnableFuture[T]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    AbstractExecutorService
  44. def newTaskFor[T](arg0: Runnable, arg1: T): RunnableFuture[T]

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    AbstractExecutorService
  45. final def notify(): Unit

    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  47. def prestartAllCoreThreads(): Int

    Definition Classes
    ThreadPoolExecutor
  48. def prestartCoreThread(): Boolean

    Definition Classes
    ThreadPoolExecutor
  49. def purge(): Unit

    Definition Classes
    ThreadPoolExecutor
  50. def remove(arg0: Runnable): Boolean

    Definition Classes
    ScheduledThreadPoolExecutor → ThreadPoolExecutor
  51. def schedule(r: Runnable): Unit

  52. def schedule[V](arg0: Callable[V], arg1: Long, arg2: TimeUnit): ScheduledFuture[V]

    Definition Classes
    ScheduledThreadPoolExecutor → ScheduledExecutorService
  53. def schedule(arg0: Runnable, arg1: Long, arg2: TimeUnit): ScheduledFuture[_]

    Definition Classes
    ScheduledThreadPoolExecutor → ScheduledExecutorService
  54. def scheduleAtFixedRate(arg0: Runnable, arg1: Long, arg2: Long, arg3: TimeUnit): ScheduledFuture[_]

    Definition Classes
    ScheduledThreadPoolExecutor → ScheduledExecutorService
  55. def scheduleWithFixedDelay(arg0: Runnable, arg1: Long, arg2: Long, arg3: TimeUnit): ScheduledFuture[_]

    Definition Classes
    ScheduledThreadPoolExecutor → ScheduledExecutorService
  56. def setContinueExistingPeriodicTasksAfterShutdownPolicy(arg0: Boolean): Unit

    Definition Classes
    ScheduledThreadPoolExecutor
  57. def setCorePoolSize(arg0: Int): Unit

    Definition Classes
    ThreadPoolExecutor
  58. def setExecuteExistingDelayedTasksAfterShutdownPolicy(arg0: Boolean): Unit

    Definition Classes
    ScheduledThreadPoolExecutor
  59. def setKeepAliveTime(arg0: Long, arg1: TimeUnit): Unit

    Definition Classes
    ThreadPoolExecutor
  60. def setMaximumPoolSize(arg0: Int): Unit

    Definition Classes
    ThreadPoolExecutor
  61. def setRejectedExecutionHandler(arg0: RejectedExecutionHandler): Unit

    Definition Classes
    ThreadPoolExecutor
  62. def setThreadFactory(arg0: ThreadFactory): Unit

    Definition Classes
    ThreadPoolExecutor
  63. def shutdown(): Unit

    Definition Classes
    ScheduledThreadPoolExecutor → ThreadPoolExecutor → ExecutorService
  64. def shutdownNow(): List[Runnable]

    Definition Classes
    ScheduledThreadPoolExecutor → ThreadPoolExecutor → ExecutorService
  65. def submit[T](arg0: Callable[T]): Future[T]

    Definition Classes
    ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
  66. def submit[T](arg0: Runnable, arg1: T): Future[T]

    Definition Classes
    ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
  67. def submit(arg0: Runnable): Future[_]

    Definition Classes
    ScheduledThreadPoolExecutor → AbstractExecutorService → ExecutorService
  68. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  69. def terminated(): Unit

    Attributes
    protected[java.util.concurrent]
    Definition Classes
    ThreadPoolExecutor
  70. def toString(): String

    Definition Classes
    AnyRef → Any
  71. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScheduledThreadPoolExecutor

Inherited from ScheduledExecutorService

Inherited from ThreadPoolExecutor

Inherited from AbstractExecutorService

Inherited from ExecutorService

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Ungrouped