Package org.pentaho.platform.util
Class RequestIdUtil
- java.lang.Object
-
- org.pentaho.platform.util.RequestIdUtil
-
public class RequestIdUtil extends Object
A Utility class for methods related to unique request ids.
-
-
Field Summary
Fields Modifier and Type Field Description static String
REQUEST_ID
static String
X_REQUEST_ID
-
Constructor Summary
Constructors Constructor Description RequestIdUtil()
-
-
-
Field Detail
-
X_REQUEST_ID
public static final String X_REQUEST_ID
- See Also:
- Constant Field Values
-
REQUEST_ID
public static final String REQUEST_ID
- See Also:
- Constant Field Values
-
-