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