@Service @RunLevel(value=10) public class LifecycleModuleService extends Object implements org.glassfish.hk2.api.PreDestroy, org.glassfish.hk2.api.PostConstruct, org.glassfish.api.event.EventListener, org.glassfish.api.FutureProvider<com.sun.enterprise.util.Result<Thread>>
| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleModuleService.LifecycleModuleFuture |
| Constructor and Description |
|---|
LifecycleModuleService() |
| Modifier and Type | Method and Description |
|---|---|
void |
event(org.glassfish.api.event.EventListener.Event event) |
List<Future<com.sun.enterprise.util.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<com.sun.enterprise.util.Result<Thread>>> getFutures()
getFutures in interface org.glassfish.api.FutureProvider<com.sun.enterprise.util.Result<Thread>>public void event(org.glassfish.api.event.EventListener.Event event)
event in interface org.glassfish.api.event.EventListenerCopyright © 2013. All Rights Reserved.