Class fb_status
| integer | 
				DEAD
			 | 
				#
				 0 | 
| integer | 
				STARTING
			 | 
				#
				 1 | 
| integer | 
				ALIVE
			 | 
				#
				 2 | 
| integer | 
				STOPPING
			 | 
				#
				 3 | 
| integer | 
				STOPPED
			 | 
				#
				 4 | 
| integer | 
				WARNING
			 | 
				#
				 5 | 
| 
			public static 
			array
		 | $__names | 
				#
				 array(
0 => 'DEAD',
1 => 'STARTING',
2 => 'ALIVE',
3 => 'STOPPING',
4 => 'STOPPED',
5 => 'WARNING',
  ) |