Package org.glassfish.admin.rest
Class RestLogging
- java.lang.Object
-
- org.glassfish.admin.rest.RestLogging
-
public class RestLogging extends Object
- Author:
- jdlee
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANNOT_MARSHALstatic StringCOMPILATION_FAILEDstatic StringDIR_CREATION_FAILEDstatic StringDOESNT_IMPLEMENT_DEFAULTS_GENERATORstatic StringFILE_CREATION_FAILEDstatic StringINCORRECTLY_FORMATTED_ENTRYstatic StringINIT_FAILEDstatic StringIO_EXCEPTIONstatic StringREST_INTERFACE_INITIALIZEDstatic StringREST_MAIN_LOGGERstatic LoggerrestLoggerstatic StringSERVER_ERRORstatic StringSHARED_LOGMESSAGE_RESOURCEstatic StringTIMESTAMP_MESSAGEstatic StringUNABLE_DELETE_DIRECTORYstatic StringUNABLE_DELETE_FILEstatic StringUNEXPECTED_EXCEPTIONstatic StringUNSUPPORTED_FIXED_VALUEstatic StringVALUE_DOES_NOT_MATCH_TYPE
-
Constructor Summary
Constructors Constructor Description RestLogging()
-
-
-
Field Detail
-
SHARED_LOGMESSAGE_RESOURCE
public static final String SHARED_LOGMESSAGE_RESOURCE
- See Also:
- Constant Field Values
-
REST_MAIN_LOGGER
public static final String REST_MAIN_LOGGER
- See Also:
- Constant Field Values
-
restLogger
public static final Logger restLogger
-
REST_INTERFACE_INITIALIZED
public static final String REST_INTERFACE_INITIALIZED
- See Also:
- Constant Field Values
-
INCORRECTLY_FORMATTED_ENTRY
public static final String INCORRECTLY_FORMATTED_ENTRY
- See Also:
- Constant Field Values
-
SERVER_ERROR
public static final String SERVER_ERROR
- See Also:
- Constant Field Values
-
DOESNT_IMPLEMENT_DEFAULTS_GENERATOR
public static final String DOESNT_IMPLEMENT_DEFAULTS_GENERATOR
- See Also:
- Constant Field Values
-
UNSUPPORTED_FIXED_VALUE
public static final String UNSUPPORTED_FIXED_VALUE
- See Also:
- Constant Field Values
-
VALUE_DOES_NOT_MATCH_TYPE
public static final String VALUE_DOES_NOT_MATCH_TYPE
- See Also:
- Constant Field Values
-
CANNOT_MARSHAL
public static final String CANNOT_MARSHAL
- See Also:
- Constant Field Values
-
UNEXPECTED_EXCEPTION
public static final String UNEXPECTED_EXCEPTION
- See Also:
- Constant Field Values
-
UNABLE_DELETE_DIRECTORY
public static final String UNABLE_DELETE_DIRECTORY
- See Also:
- Constant Field Values
-
UNABLE_DELETE_FILE
public static final String UNABLE_DELETE_FILE
- See Also:
- Constant Field Values
-
TIMESTAMP_MESSAGE
public static final String TIMESTAMP_MESSAGE
- See Also:
- Constant Field Values
-
COMPILATION_FAILED
public static final String COMPILATION_FAILED
- See Also:
- Constant Field Values
-
FILE_CREATION_FAILED
public static final String FILE_CREATION_FAILED
- See Also:
- Constant Field Values
-
DIR_CREATION_FAILED
public static final String DIR_CREATION_FAILED
- See Also:
- Constant Field Values
-
INIT_FAILED
public static final String INIT_FAILED
- See Also:
- Constant Field Values
-
IO_EXCEPTION
public static final String IO_EXCEPTION
- See Also:
- Constant Field Values
-
-