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