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-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.