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
-
-
Field Summary
Fields Modifier and Type Field Description static HttpRemoteTransactionMessagesMESSAGES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XAExceptioninterruptedXA(int errorCode)IllegalStateExceptioninvalidTxnState()jakarta.transaction.SystemExceptionoperationInterrupted()jakarta.transaction.RollbackExceptionrollbackOnlyRollback()-
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
-
-
-
-
Field Detail
-
MESSAGES
static final HttpRemoteTransactionMessages MESSAGES
-
-
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") IllegalStateException invalidTxnState()
-
interruptedXA
@Message(id=4, value="Transaction operation failed due to thread interruption") XAException interruptedXA(@Field int errorCode)
-
-