Package org.jboss.as.xts.logging
Interface XtsAsLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
XtsAsLogger_$logger
@MessageLogger(projectCode="WFLYXTS", length=4) public interface XtsAsLogger extends org.jboss.logging.BasicLoggerDate: 05.11.2011- Author:
- James R. Perkins
-
-
Field Summary
Fields Modifier and Type Field Description static XtsAsLoggerROOT_LOGGERA logger with the category of the package name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcannotGetTransactionStatus(jakarta.xml.ws.handler.MessageContext ctx, Throwable cause)voidrejectingCallBecauseNotPartOfXtsTx()org.jboss.msc.service.StartExceptiontxBridgeInboundRecoveryServiceFailedToStart()Creates an exception indicating that the TxBridge inbound recovery service failed to start.org.jboss.msc.service.StartExceptiontxBridgeOutboundRecoveryServiceFailedToStart()Creates an exception indicating that the TxBridge outbound recovery service failed to start.org.jboss.msc.service.StartExceptionxtsServiceFailedToStart()Creates an exception indicating that the XTS service failed to start.IllegalStateExceptionxtsServiceIsNotStarted()Creates an exception indicating that this operation can not be performed when the XTS service is not started.-
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
-
ROOT_LOGGER
static final XtsAsLogger ROOT_LOGGER
A logger with the category of the package name.
-
-
Method Detail
-
txBridgeInboundRecoveryServiceFailedToStart
@Message(id=1, value="TxBridge inbound recovery service start failed") org.jboss.msc.service.StartException txBridgeInboundRecoveryServiceFailedToStart()Creates an exception indicating that the TxBridge inbound recovery service failed to start.- Returns:
- a
StartExceptionfor the error.
-
txBridgeOutboundRecoveryServiceFailedToStart
@Message(id=2, value="TxBridge outbound recovery service start failed") org.jboss.msc.service.StartException txBridgeOutboundRecoveryServiceFailedToStart()Creates an exception indicating that the TxBridge outbound recovery service failed to start.- Returns:
- a
StartExceptionfor the error.
-
xtsServiceFailedToStart
@Message(id=3, value="XTS service start failed") org.jboss.msc.service.StartException xtsServiceFailedToStart()Creates an exception indicating that the XTS service failed to start.- Returns:
- a
StartExceptionfor the error.
-
xtsServiceIsNotStarted
@Message(id=4, value="Service not started") IllegalStateException xtsServiceIsNotStarted()Creates an exception indicating that this operation can not be performed when the XTS service is not started.- Returns:
- a
IllegalStateExceptionfor the error.
-
rejectingCallBecauseNotPartOfXtsTx
@LogMessage(level=WARN) @Message(id=9, value="Rejecting call because it is not part of any XTS transaction") void rejectingCallBecauseNotPartOfXtsTx()
-
cannotGetTransactionStatus
@LogMessage(level=ERROR) @Message(id=10, value="Cannot get transaction status on handling context %s") void cannotGetTransactionStatus(jakarta.xml.ws.handler.MessageContext ctx, @Cause Throwable cause)
-
-