Uses of Enum Class
org.sklsft.commons.log.TransactionStage
Packages that use TransactionStage
-
Uses of TransactionStage in org.sklsft.commons.log
Methods in org.sklsft.commons.log that return TransactionStageModifier and TypeMethodDescriptionAccessLogMessage.getTransactionStage()InterfaceCallLogMessage.getTransactionStage()static TransactionStageReturns the enum constant of this class with the specified name.static TransactionStage[]TransactionStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sklsft.commons.log with parameters of type TransactionStageModifier and TypeMethodDescriptionvoidAccessLogMessage.setTransactionStage(TransactionStage transactionStage) voidInterfaceCallLogMessage.setTransactionStage(TransactionStage transactionStage)