pwyckoff | 99b000b | 2008-04-03 19:30:55 +0000 | [diff] [blame^] | 1 | /** |
2 | * Autogenerated by Thrift | ||||
3 | * | ||||
4 | * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | ||||
5 | */ | ||||
6 | package com.facebook.fb303; | ||||
7 | |||||
8 | |||||
9 | public class fb_status { | ||||
10 | public static final int DEAD = 0; | ||||
11 | public static final int STARTING = 1; | ||||
12 | public static final int ALIVE = 2; | ||||
13 | public static final int STOPPING = 3; | ||||
14 | public static final int STOPPED = 4; | ||||
15 | public static final int WARNING = 5; | ||||
16 | } |