@Service @RunLevel(value=10) public class LifecycleModuleService extends Object implements org.glassfish.hk2.api.PreDestroy, org.glassfish.hk2.api.PostConstruct, EventListener, FutureProvider<Result<Thread>>
| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleModuleService.LifecycleModuleFuture |
EventListener.Event<T>| Constructor and Description |
|---|
LifecycleModuleService() |
| Modifier and Type | Method and Description |
|---|---|
void |
event(EventListener.Event event)
Process a Glassfish/Payara event
|
List<Future<Result<Thread>>> |
getFutures() |
void |
postConstruct() |
void |
preDestroy() |
public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void preDestroy()
preDestroy in interface org.glassfish.hk2.api.PreDestroypublic List<Future<Result<Thread>>> getFutures()
getFutures in interface FutureProvider<Result<Thread>>public void event(EventListener.Event event)
EventListenerevent in interface EventListenerCopyright © 2019. All rights reserved.