public abstract class CleanUpExecutorFactory extends Object
Modifier | Constructor and Description |
---|---|
protected |
CleanUpExecutorFactory() |
Modifier and Type | Method and Description |
---|---|
abstract ScheduledExecutorService |
getScheduledExecutorService() |
static CleanUpExecutorFactory |
newInstance() |
public static CleanUpExecutorFactory newInstance()
public abstract ScheduledExecutorService getScheduledExecutorService()
Copyright © 2019 Oracle Corporation. All rights reserved.