@Service public class ScheduledExecutorServiceFactory extends Object implements org.glassfish.hk2.api.Factory<ScheduledExecutorService>
| Constructor and Description |
|---|
ScheduledExecutorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(ScheduledExecutorService instance) |
ScheduledExecutorService |
provide() |
public ScheduledExecutorService provide()
provide in interface org.glassfish.hk2.api.Factory<ScheduledExecutorService>public void dispose(ScheduledExecutorService instance)
dispose in interface org.glassfish.hk2.api.Factory<ScheduledExecutorService>Copyright © 2017. All rights reserved.