https://issues.apache.org/bugzilla/show_bug.cgi?id=50836
--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-02-26 14:54:47 EST --- (In reply to comment #2) > are available for use by other components. The "public" methods: I think those are methods that perform some work, like AccessLog#log(), not just any public methods. Or you are talking about JMX here? Regarding STARTING: I think that in STARTING it is too early to call those methods: the component has not completed its start up. E.g, if AccessLogValve#startInternal() is overriden in some child class, STARTING state will be set by AccessLogValve#startInternal(), before the child class method completes. Regarding STOPPING_PREP: My only concern is that the previous state might be FAILED. When transitioning FAILED -> STOPPING_PREP the availability flag suddenly becomes "true". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org