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.BasicLogger
    Date: 05.11.2011
    Author:
    James R. Perkins
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static XtsAsLogger ROOT_LOGGER
      A logger with the category of the package name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void cannotGetTransactionStatus​(javax.xml.ws.handler.MessageContext ctx, Throwable cause)  
      void rejectingCallBecauseNotPartOfXtsTx()  
      org.jboss.msc.service.StartException txBridgeInboundRecoveryServiceFailedToStart()
      Creates an exception indicating that the TxBridge inbound recovery service failed to start.
      org.jboss.msc.service.StartException txBridgeOutboundRecoveryServiceFailedToStart()
      Creates an exception indicating that the TxBridge outbound recovery service failed to start.
      org.jboss.msc.service.StartException xtsServiceFailedToStart()
      Creates an exception indicating that the XTS service failed to start.
      IllegalStateException xtsServiceIsNotStarted()
      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 StartException for 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 StartException for 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 StartException for 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 IllegalStateException for 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​(javax.xml.ws.handler.MessageContext ctx,
                                        @Cause
                                        Throwable cause)