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.BasicLogger
Date: 05.11.2011
- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final XtsAsLoggerA logger with the category of the package name. -
Method Summary
Modifier and TypeMethodDescriptionvoidcannotGetTransactionStatus(jakarta.xml.ws.handler.MessageContext ctx, Throwable cause) org.jboss.as.server.deployment.DeploymentUnitProcessingExceptionerrorProcessingEndpoint(String endpoint, Throwable cause) voidorg.jboss.msc.service.StartExceptionCreates an exception indicating that the TxBridge inbound recovery service failed to start.org.jboss.msc.service.StartExceptionCreates an exception indicating that the TxBridge outbound recovery service failed to start.unexpectedBridgeType(String bridgeType) org.jboss.msc.service.StartExceptionCreates an exception indicating that the XTS service failed to start.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 Details
-
ROOT_LOGGER
A logger with the category of the package name.
-
-
Method Details
-
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
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) -
unexpectedBridgeType
@Message(id=11, value="Unexpected bridge type: \'%s\'") XTSException unexpectedBridgeType(String bridgeType) -
errorProcessingEndpoint
-