public abstract class ExecutorServiceProvider extends Object
Constructor and Description |
---|
ExecutorServiceProvider() |
Modifier and Type | Method and Description |
---|---|
abstract ExecutorService |
getExecutorService()
Get the
ExecutorService . |
abstract ScheduledExecutorService |
getScheduledExecutorService()
Get the
ScheduledExecutorService . |
public abstract ExecutorService getExecutorService()
ExecutorService
.public abstract ScheduledExecutorService getScheduledExecutorService()
ScheduledExecutorService
.Copyright © 2012–2019 Oracle Corporation. All rights reserved.