comparison src/org/eclipse/jetty/util/component/jmx/LifeCycle-mbean.properties @ 802:3428c60d7cfc

replace jetty jars with source
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 07 Sep 2016 21:15:48 -0600
parents
children
comparison
equal deleted inserted replaced
801:6a21393191c1 802:3428c60d7cfc
1 LifeCycle: Startable object
2 start(): Starts the instance
3 stop(): Stops the instance
4 running: Instance is started or starting
5 started: Instance is started
6 starting: Instance is starting
7 stopping: Instance is stopping
8 stopped: Instance is stopped
9 failed: Instance is failed