git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@945073
13f79535-47bb-0310-9956-
ffa450edef68
* @param data The data to pass to the associated {@link Lifecycle} event
*/
protected void setState(LifecycleState state, Object data) {
+
+ log.debug(sm.getString("lifecycleBase.setState", this, state));
this.state = state;
String lifecycleEvent = state.getLifecycleEvent();
if (lifecycleEvent != null) {
lifecycleBase.alreadyStopped=The stop() method was called on component [{0}] after stop() had already been called. The second call will be ignored.
lifecycleBase.alreadyDestroyed=The destroy() method was called on component [{0}] after destroy() had already been called. The second call will be ignored.
lifecycleBase.invalidTransition=An invalid Lifecycle transition was attempted ([{0}]) for component [{1}] in state [{2}]
+lifecycleBase.setState=Setting state for [{0}] to [{1}]
lifecycleMBeanBase.registerFail=Failed to register object [{0}] with name [{0}] during component initialisation
lifecycleMBeanBase.unregisterFail=Failed to unregister MBean with name [{0}] during component destruction
lifecycleMBeanBase.unregisterNoServer=No MBean server was available to unregister the MBean [{0}]