Package com.qfs.logging
Class MessagesTransactions
- java.lang.Object
-
- com.qfs.logging.MessagesTransactions
-
@Deprecated(since="6.0.5", forRemoval=true) public class MessagesTransactions extends Object
Deprecated, for removal: This API element is subject to removal in a future version.MessagesTransaction.Messages published by the ActivePivot components in charge of transactions.
- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXC_COMMIT_TRANSACTIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTIONDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_ALREADY_EXISTSDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_COMMITDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_COMMIT_NO_DATABASEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_NOT_STARTEDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_PREPAREDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_ROLLBACKDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_STATEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_TRANSACTION_UNSUCCESSFULLY_STARTEDDeprecated, for removal: This API element is subject to removal in a future version.static StringWARN_NO_PIVOTDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description MessagesTransactions()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.Return the logger for the given class.
-
-
-
Field Detail
-
EXC_COMMIT_TRANSACTION
public static final String EXC_COMMIT_TRANSACTION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_STATE
public static final String EXC_TRANSACTION_STATE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION
public static final String EXC_TRANSACTION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_NOT_STARTED
public static final String EXC_TRANSACTION_NOT_STARTED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_UNSUCCESSFULLY_STARTED
public static final String EXC_TRANSACTION_UNSUCCESSFULLY_STARTED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_ALREADY_EXISTS
public static final String EXC_TRANSACTION_ALREADY_EXISTS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_PREPARE
public static final String EXC_TRANSACTION_PREPARE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_COMMIT_NO_DATABASE
public static final String EXC_TRANSACTION_COMMIT_NO_DATABASE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_COMMIT
public static final String EXC_TRANSACTION_COMMIT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_TRANSACTION_ROLLBACK
public static final String EXC_TRANSACTION_ROLLBACK
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
WARN_NO_PIVOT
public static final String WARN_NO_PIVOT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-