Package com.qfs.logging
Class MessagesComposer
- java.lang.Object
-
- com.qfs.logging.MessagesComposer
-
@Deprecated(since="6.0.5", forRemoval=true) public class MessagesComposer extends Object
Deprecated, for removal: This API element is subject to removal in a future version.MSG.Collection of localized messages for the composer project
- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_INTROSPECT_ERRORDeprecated, for removal: This API element is subject to removal in a future version.static StringCLASS_JAR_INTROSPECT_ERRORDeprecated, for removal: This API element is subject to removal in a future version.static StringCLASS_NO_CONTRIBUTIONDeprecated, for removal: This API element is subject to removal in a future version.static StringCLASSPATH_PROVIDER_ERRORDeprecated, for removal: This API element is subject to removal in a future version.static StringCONST_SETUP_ERRDeprecated, for removal: This API element is subject to removal in a future version.static StringDEF_CONST_ERRDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_AGENT_ILLEGAL_STATEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_AGENT_ILLEGAL_TRANSITIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_AGENT_TRANSITIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUS_QUERY_REGISTRATIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUS_QUERY_SAME_NAMEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUSQUERY_STOPDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_DATE_PARSINGDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_EMPTY_PLUGINDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_FILTER_ACCESSOR_FAILEDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_FILTER_FAILED_COMPARISONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_FILTER_NOT_COMPARABLEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_FORMATTINGDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_INJECT_EP_FACTORY_USEDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_INT_EXPRESSIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_JMX_INVOKEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_JMX_REGISTERDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_JMX_UNREGISTERDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NO_FACTORY_FOUNDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NOT_EXPECTED_DATEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NOT_SINGLE_CONDITIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_PARSE_VECTOR_AT_INDEXDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_PARSE_VECTOR_LENGTHDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_PARSINGDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_PROP_EXPRESSIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_RECOMPILE_PROPDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_STATISTIC_RETRIEVALDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_UNSUPPORTED_ATTACHED_QUERYDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_UNSUPPORTED_CONTINUOUS_QUERYDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_UNSUPPORTEDQUERYDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_WRONG_STATE_AGENTDeprecated, for removal: This API element is subject to removal in a future version.static StringEXT_PLUGIN_IMPL_CLASS_NOT_FOUNDDeprecated, for removal: This API element is subject to removal in a future version.static StringFILE_SCAN_ERRORDeprecated, for removal: This API element is subject to removal in a future version.static StringIMPL_CLASS_NOT_FOUNDDeprecated, for removal: This API element is subject to removal in a future version.static StringLOGGER_NAMEDeprecated, for removal: This API element is subject to removal in a future version.The default name of the logger(s) that will use those messages, like inLogger.getLogger(String name).static StringMAPPEDTUPLE_NULL_FACTORYDeprecated, for removal: This API element is subject to removal in a future version.static StringMAPPEDTUPLE_NULL_TUPPLEDeprecated, for removal: This API element is subject to removal in a future version.static StringNO_CONST_MATCHING_PARAMSDeprecated, for removal: This API element is subject to removal in a future version.static StringPACKAGE_SCAN_ERRORDeprecated, for removal: This API element is subject to removal in a future version.static StringPLUGIN_IMPL_CLASS_NOT_FOUNDDeprecated, for removal: This API element is subject to removal in a future version.static StringREPLACE_CONTRIBDeprecated, for removal: This API element is subject to removal in a future version.static StringRO_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.static StringSAME_NAME_EXC_JMX_REGISTERDeprecated, for removal: This API element is subject to removal in a future version.static StringTYPE_INST_ERRDeprecated, for removal: This API element is subject to removal in a future version.static StringUNKOWN_STATISTIC_DISABLEDeprecated, for removal: This API element is subject to removal in a future version.static StringUNKOWN_STATISTIC_ENABLEDeprecated, for removal: This API element is subject to removal in a future version.static StringUNKOWN_STATISTIC_RETRIEVALDeprecated, for removal: This API element is subject to removal in a future version.static StringUNSUPPORTED_CONTRIBDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description MessagesComposer()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoggergetLogger(Class<?> cls)Deprecated, for removal: This API element is subject to removal in a future version.Create a logger.
-
-
-
Field Detail
-
LOGGER_NAME
public static final String LOGGER_NAME
Deprecated, for removal: This API element is subject to removal in a future version.The default name of the logger(s) that will use those messages, like inLogger.getLogger(String name).- See Also:
- Constant Field Values
-
CONST_SETUP_ERR
public static final String CONST_SETUP_ERR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
DEF_CONST_ERR
public static final String DEF_CONST_ERR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
TYPE_INST_ERR
public static final String TYPE_INST_ERR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
NO_CONST_MATCHING_PARAMS
public static final String NO_CONST_MATCHING_PARAMS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CLASSPATH_PROVIDER_ERROR
public static final String CLASSPATH_PROVIDER_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CLASS_NO_CONTRIBUTION
public static final String CLASS_NO_CONTRIBUTION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CLASS_INTROSPECT_ERROR
public static final String CLASS_INTROSPECT_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
CLASS_JAR_INTROSPECT_ERROR
public static final String CLASS_JAR_INTROSPECT_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
PACKAGE_SCAN_ERROR
public static final String PACKAGE_SCAN_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
FILE_SCAN_ERROR
public static final String FILE_SCAN_ERROR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
REPLACE_CONTRIB
public static final String REPLACE_CONTRIB
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UNSUPPORTED_CONTRIB
public static final String UNSUPPORTED_CONTRIB
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
IMPL_CLASS_NOT_FOUND
public static final String IMPL_CLASS_NOT_FOUND
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
PLUGIN_IMPL_CLASS_NOT_FOUND
public static final String PLUGIN_IMPL_CLASS_NOT_FOUND
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXT_PLUGIN_IMPL_CLASS_NOT_FOUND
public static final String EXT_PLUGIN_IMPL_CLASS_NOT_FOUND
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_PROP_EXPRESSION
public static final String EXC_PROP_EXPRESSION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_INT_EXPRESSION
public static final String EXC_INT_EXPRESSION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
RO_PROPERTY
public static final String RO_PROPERTY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_RECOMPILE_PROP
public static final String EXC_RECOMPILE_PROP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_UNSUPPORTEDQUERY
public static final String EXC_UNSUPPORTEDQUERY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUSQUERY_STOP
public static final String EXC_CONTINUOUSQUERY_STOP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_UNSUPPORTED_ATTACHED_QUERY
public static final String EXC_UNSUPPORTED_ATTACHED_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_UNSUPPORTED_CONTINUOUS_QUERY
public static final String EXC_UNSUPPORTED_CONTINUOUS_QUERY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUS_QUERY_SAME_NAME
public static final String EXC_CONTINUOUS_QUERY_SAME_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUS_QUERY_REGISTRATION
public static final String EXC_CONTINUOUS_QUERY_REGISTRATION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UNKOWN_STATISTIC_ENABLE
public static final String UNKOWN_STATISTIC_ENABLE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UNKOWN_STATISTIC_DISABLE
public static final String UNKOWN_STATISTIC_DISABLE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
UNKOWN_STATISTIC_RETRIEVAL
public static final String UNKOWN_STATISTIC_RETRIEVAL
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_STATISTIC_RETRIEVAL
public static final String EXC_STATISTIC_RETRIEVAL
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
SAME_NAME_EXC_JMX_REGISTER
public static final String SAME_NAME_EXC_JMX_REGISTER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_JMX_REGISTER
public static final String EXC_JMX_REGISTER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_JMX_UNREGISTER
public static final String EXC_JMX_UNREGISTER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_JMX_INVOKE
public static final String EXC_JMX_INVOKE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_EMPTY_PLUGIN
public static final String EXC_EMPTY_PLUGIN
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NO_FACTORY_FOUND
public static final String EXC_NO_FACTORY_FOUND
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_INJECT_EP_FACTORY_USED
public static final String EXC_INJECT_EP_FACTORY_USED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_FILTER_ACCESSOR_FAILED
public static final String EXC_FILTER_ACCESSOR_FAILED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_FILTER_NOT_COMPARABLE
public static final String EXC_FILTER_NOT_COMPARABLE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_FILTER_FAILED_COMPARISON
public static final String EXC_FILTER_FAILED_COMPARISON
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NOT_SINGLE_CONDITION
public static final String EXC_NOT_SINGLE_CONDITION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_WRONG_STATE_AGENT
public static final String EXC_WRONG_STATE_AGENT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_AGENT_ILLEGAL_STATE
public static final String EXC_AGENT_ILLEGAL_STATE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_AGENT_ILLEGAL_TRANSITION
public static final String EXC_AGENT_ILLEGAL_TRANSITION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_AGENT_TRANSITION
public static final String EXC_AGENT_TRANSITION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_FORMATTING
public static final String EXC_FORMATTING
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_PARSING
public static final String EXC_PARSING
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_DATE_PARSING
public static final String EXC_DATE_PARSING
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NOT_EXPECTED_DATE
public static final String EXC_NOT_EXPECTED_DATE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_PARSE_VECTOR_LENGTH
public static final String EXC_PARSE_VECTOR_LENGTH
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_PARSE_VECTOR_AT_INDEX
public static final String EXC_PARSE_VECTOR_AT_INDEX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
MAPPEDTUPLE_NULL_TUPPLE
public static final String MAPPEDTUPLE_NULL_TUPPLE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
MAPPEDTUPLE_NULL_FACTORY
public static final String MAPPEDTUPLE_NULL_FACTORY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-