com.sun.enterprise.v3.server
Class LifecycleListenerImpl
java.lang.Object
com.sun.enterprise.v3.server.LifecycleListenerImpl
- All Implemented Interfaces:
- LifecycleListener
public class LifecycleListenerImpl
- extends Object
- implements LifecycleListener
LifecycleListenerImpl is a dummy implementation for the LifecycleListener interface.
This implementaion stubs out various lifecycle interface methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleListenerImpl
public LifecycleListenerImpl()
handleEvent
public void handleEvent(LifecycleEvent event)
throws ServerLifecycleException
- receive a server lifecycle event
- Specified by:
handleEvent in interface LifecycleListener
- Parameters:
event - associated event
- Throws:
ServerLifecycleException - for exceptional condition.
Configure this module as a lifecycle-module in server.xml:
Setis-failure-fatalin server.xml to true for
fatal conditions.
ServerLifecycleException
Copyright © 2012. All Rights Reserved.