com.sun.enterprise.v3.server
Class LifecycleModuleService
java.lang.Object
com.sun.enterprise.v3.server.LifecycleModuleService
- All Implemented Interfaces:
- EventListener, FutureProvider<Result<Thread>>, Startup, org.glassfish.hk2.PostConstruct, org.glassfish.hk2.PreDestroy
@Service
public class LifecycleModuleService
- extends Object
- implements Startup, org.jvnet.hk2.component.PreDestroy, org.jvnet.hk2.component.PostConstruct, EventListener, FutureProvider<Result<Thread>>
Support class to assist in firing LifecycleEvent notifications to
registered LifecycleListeners.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleModuleService
public LifecycleModuleService()
postConstruct
public void postConstruct()
- Specified by:
postConstruct in interface org.glassfish.hk2.PostConstruct
preDestroy
public void preDestroy()
- Specified by:
preDestroy in interface org.glassfish.hk2.PreDestroy
getFutures
public List<Future<Result<Thread>>> getFutures()
- Specified by:
getFutures in interface FutureProvider<Result<Thread>>
getLifecycle
public Startup.Lifecycle getLifecycle()
- Specified by:
getLifecycle in interface Startup
event
public void event(EventListener.Event event)
- Specified by:
event in interface EventListener
Copyright © 2012. All Rights Reserved.