Interface HttpRemoteTransactionMessages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    HttpRemoteTransactionMessages_$logger

    @MessageLogger(projectCode="TXNWFHTTP")
    public interface HttpRemoteTransactionMessages
    extends org.jboss.logging.BasicLogger
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.transaction.xa.XAException interruptedXA​(int errorCode)  
      java.lang.IllegalStateException invalidTxnState()  
      jakarta.transaction.SystemException operationInterrupted()  
      jakarta.transaction.RollbackException rollbackOnlyRollback()  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
    • Method Detail

      • operationInterrupted

        @Message(id=1,
                 value="The protocol operation was interrupted locally")
        jakarta.transaction.SystemException operationInterrupted()
      • rollbackOnlyRollback

        @Message(id=2,
                 value="Rollback-only transaction rolled back")
        jakarta.transaction.RollbackException rollbackOnlyRollback()
      • invalidTxnState

        @Message(id=3,
                 value="Invalid transaction state")
        java.lang.IllegalStateException invalidTxnState()
      • interruptedXA

        @Message(id=4,
                 value="Transaction operation failed due to thread interruption")
        javax.transaction.xa.XAException interruptedXA​(@Field
                                                       int errorCode)