jpl.mipl.pgs.gui.pipeline.util
Class PLMonitorConstants
java.lang.Object
jpl.mipl.pgs.gui.pipeline.util.PLMonitorConstants
public class PLMonitorConstants
- extends Object
PLMonitorConstants defines String constants using in Pipeline Monitor application
Copyright 2008, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge.
- Author:
- Dan Yu (danyu@mipl.jpl.nasa.gov)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTACTION
public static final String STARTACTION
- See Also:
- Constant Field Values
STOPACTION
public static final String STOPACTION
- See Also:
- Constant Field Values
REFRESHACTION
public static final String REFRESHACTION
- See Also:
- Constant Field Values
DELETEACTION
public static final String DELETEACTION
- See Also:
- Constant Field Values
PI_STATUS_NAME
public static final String PI_STATUS_NAME
- See Also:
- Constant Field Values
HOST_NAME
public static final String HOST_NAME
- See Also:
- Constant Field Values
SERVER_NAME_NAME
public static final String SERVER_NAME_NAME
- See Also:
- Constant Field Values
SFID_NAME
public static final String SFID_NAME
- See Also:
- Constant Field Values
PID_NAME
public static final String PID_NAME
- See Also:
- Constant Field Values
PORT_NAME
public static final String PORT_NAME
- See Also:
- Constant Field Values
START_TIME_NAME
public static final String START_TIME_NAME
- See Also:
- Constant Field Values
STOP_TIME_NAME
public static final String STOP_TIME_NAME
- See Also:
- Constant Field Values
STATE_NAME_NAME
public static final String STATE_NAME_NAME
- See Also:
- Constant Field Values
MSG_NAME
public static final String MSG_NAME
- See Also:
- Constant Field Values
MSG_TYPE_NAME
public static final String MSG_TYPE_NAME
- See Also:
- Constant Field Values
RUNNING
public static final String RUNNING
- See Also:
- Constant Field Values
PAUSED
public static final String PAUSED
- See Also:
- Constant Field Values
ABORTED
public static final String ABORTED
- See Also:
- Constant Field Values
COMLETED
public static final String COMLETED
- See Also:
- Constant Field Values
PLMonitorConstants
public PLMonitorConstants()