You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Roytman, Alex" <Ro...@peacetech.com> on 2005/02/09 18:51:23 UTC

lifecycleEvent() of LifecycleListener interface should should declare LifecycleException in throws clause?

Dear tomcat developers,

Executing various lifecycle events is an essential part of tomcat
start/stop process. Often it is the only way to execute certain startup
sequence for a component at exactly right time. Lifecycle start() and
stop() method overriding do not quite give the same level of precision.
I am not sure it is possible to do it to LifecycleListener interface but
it would be nice if its lifecycleEvent() method woyld declare
LifecycleException thrown

Thank you

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org