Package org.sklsft.commons.log.context


package org.sklsft.commons.log.context
  • Class
    Description
    Enumeration of the different kind of channels through which a transaction can be triggered.
    When invoking a transaction through one interface or via a batch, this context will go along with the transaction and give informations about it : An identifier of the transaction A correlation id, to associate this transaction to others A {link RequestChannels channel to identify through which kind of interface the transaction was triggered
    A class containing a static ThreadLocal that holds a RequestContext.