Class TransactionLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.txn.logging.TransactionLogger_$logger
All Implemented Interfaces:
Serializable, TransactionLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2024-04-05T12:00:33+0100") public class TransactionLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements TransactionLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • TransactionLogger_$logger

      public TransactionLogger_$logger(org.jboss.logging.Logger log)
  • Method Details

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • unableToRollBack

      public final void unableToRollBack(Throwable cause)
      Description copied from interface: TransactionLogger
      If a transaction could not be rolled back
      Specified by:
      unableToRollBack in interface TransactionLogger
    • unableToRollBack$str

      protected String unableToRollBack$str()
    • unableToGetTransactionStatus

      public final void unableToGetTransactionStatus(Throwable cause)
      Description copied from interface: TransactionLogger
      If the current transaction status could not be determined
      Specified by:
      unableToGetTransactionStatus in interface TransactionLogger
    • unableToGetTransactionStatus$str

      protected String unableToGetTransactionStatus$str()
    • transactionStillOpen

      public final void transactionStillOpen(int status)
      Description copied from interface: TransactionLogger
      If the user left a transaction open
      Specified by:
      transactionStillOpen in interface TransactionLogger
    • transactionStillOpen$str

      protected String transactionStillOpen$str()
    • createFailed$str

      protected String createFailed$str()
    • createFailed

      public final org.jboss.msc.service.StartException createFailed(Throwable cause)
      Description copied from interface: TransactionLogger
      Creates an exception indicating a create failed.
      Specified by:
      createFailed in interface TransactionLogger
      Parameters:
      cause - the reason the creation failed.
      Returns:
      a StartException initialized with the cause.
    • managerStartFailure$str

      protected String managerStartFailure$str()
    • managerStartFailure

      public final org.jboss.msc.service.StartException managerStartFailure(Throwable cause, String managerName)
      Description copied from interface: TransactionLogger
      Creates an exception indicating the start of a manager failed.
      Specified by:
      managerStartFailure in interface TransactionLogger
      Parameters:
      cause - the reason the start failed.
      managerName - the name of the manager that didn't start.
      Returns:
      a StartException initialized with the cause and error message.
    • objectStoreStartFailure$str

      protected String objectStoreStartFailure$str()
    • objectStoreStartFailure

      public final org.jboss.msc.service.StartException objectStoreStartFailure(Throwable cause)
      Description copied from interface: TransactionLogger
      Creates an exception indicating the failure of the object store browser.
      Specified by:
      objectStoreStartFailure in interface TransactionLogger
      Parameters:
      cause - the reason the start failed.
      Returns:
      a StartException initialized with the cause and error message.
    • serviceNotStarted$str

      protected String serviceNotStarted$str()
    • serviceNotStarted

      public final IllegalStateException serviceNotStarted()
      Description copied from interface: TransactionLogger
      Creates an exception indicating that a service was not started.
      Specified by:
      serviceNotStarted in interface TransactionLogger
      Returns:
      a IllegalStateException initialized with the cause and error message.
    • startFailure$str

      protected String startFailure$str()
    • startFailure

      public final org.jboss.msc.service.StartException startFailure(Throwable cause)
      Description copied from interface: TransactionLogger
      Creates an exception indicating the start failed.
      Specified by:
      startFailure in interface TransactionLogger
      Parameters:
      cause - the reason the start failed.
      Returns:
      a StartException initialized with the cause.
    • unknownMetric$str

      protected String unknownMetric$str()
    • unknownMetric

      public final String unknownMetric(Object metric)
      Description copied from interface: TransactionLogger
      A message indicating the metric is unknown.
      Specified by:
      unknownMetric in interface TransactionLogger
      Parameters:
      metric - the unknown metric.
      Returns:
      the message.
    • jmxSubsystemNotInstalled$str

      protected String jmxSubsystemNotInstalled$str()
    • jmxSubsystemNotInstalled

      public final RuntimeException jmxSubsystemNotInstalled()
      Specified by:
      jmxSubsystemNotInstalled in interface TransactionLogger
    • inconsistentStatisticsSettings$str

      protected String inconsistentStatisticsSettings$str()
    • inconsistentStatisticsSettings

      public final org.jboss.as.controller.OperationFailedException inconsistentStatisticsSettings(String attrOne, String attrTwo)
      Specified by:
      inconsistentStatisticsSettings in interface TransactionLogger
    • nodeIdentifierIsSetToDefault

      public final void nodeIdentifierIsSetToDefault(String attributeName, String subsystemAddress)
      Description copied from interface: TransactionLogger
      If the user has set node identifier to the default value
      Specified by:
      nodeIdentifierIsSetToDefault in interface TransactionLogger
    • nodeIdentifierIsSetToDefault$str

      protected String nodeIdentifierIsSetToDefault$str()
    • jndiNameInvalidFormat$str

      protected String jndiNameInvalidFormat$str()
    • jndiNameInvalidFormat

      public final org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
      Description copied from interface: TransactionLogger
      A message indicating that jndi-name has an invalid format
      Specified by:
      jndiNameInvalidFormat in interface TransactionLogger
      Returns:
      the message.
    • mustBeUndefinedIfTrue$str

      protected String mustBeUndefinedIfTrue$str()
    • mustBeUndefinedIfTrue

      public final org.jboss.as.controller.OperationFailedException mustBeUndefinedIfTrue(String attrOne, String attrTwo)
      Specified by:
      mustBeUndefinedIfTrue in interface TransactionLogger
    • mustBedefinedIfDefined$str

      protected String mustBedefinedIfDefined$str()
    • mustBedefinedIfDefined

      public final org.jboss.as.controller.OperationFailedException mustBedefinedIfDefined(String attrOne, String attrTwo)
      Specified by:
      mustBedefinedIfDefined in interface TransactionLogger
    • eitherTrueOrDefined$str

      protected String eitherTrueOrDefined$str()
    • eitherTrueOrDefined

      public final org.jboss.as.controller.OperationFailedException eitherTrueOrDefined(String attrOne, String attrTwo)
      Specified by:
      eitherTrueOrDefined in interface TransactionLogger
    • transactionNotFound

      public final void transactionNotFound(jakarta.transaction.Transaction tx)
      Specified by:
      transactionNotFound in interface TransactionLogger
    • transactionNotFound$str

      protected String transactionNotFound$str()
    • preJcaSyncAfterCompletionFailed

      public final void preJcaSyncAfterCompletionFailed(jakarta.transaction.Synchronization preJcaSync, jakarta.transaction.Transaction tx, Exception e)
      Specified by:
      preJcaSyncAfterCompletionFailed in interface TransactionLogger
    • preJcaSyncAfterCompletionFailed$str

      protected String preJcaSyncAfterCompletionFailed$str()
    • jcaSyncAfterCompletionFailed

      public final void jcaSyncAfterCompletionFailed(jakarta.transaction.Synchronization jcaSync, jakarta.transaction.Transaction tx, Exception e)
      Specified by:
      jcaSyncAfterCompletionFailed in interface TransactionLogger
    • jcaSyncAfterCompletionFailed$str

      protected String jcaSyncAfterCompletionFailed$str()
    • syncsnotallowed$str

      protected String syncsnotallowed$str()
    • syncsnotallowed

      public final IllegalStateException syncsnotallowed(int status)
      Specified by:
      syncsnotallowed in interface TransactionLogger
    • indexedChildResourceRegistrationNotAvailable$str

      protected String indexedChildResourceRegistrationNotAvailable$str()
    • indexedChildResourceRegistrationNotAvailable

      public final IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
      Specified by:
      indexedChildResourceRegistrationNotAvailable in interface TransactionLogger
    • unsupportedAttribute$str

      protected String unsupportedAttribute$str()
    • unsupportedAttribute

      public final XMLStreamException unsupportedAttribute(String attribute, Location location)
      Specified by:
      unsupportedAttribute in interface TransactionLogger
    • mustBeDefinedIfTrue$str

      protected String mustBeDefinedIfTrue$str()
    • mustBeDefinedIfTrue

      public final org.jboss.as.controller.OperationFailedException mustBeDefinedIfTrue(String attrOne, String attrTwo)
      Specified by:
      mustBeDefinedIfTrue in interface TransactionLogger
    • onlyOneCanBeTrue$str

      protected String onlyOneCanBeTrue$str()
    • onlyOneCanBeTrue

      public final org.jboss.as.controller.OperationFailedException onlyOneCanBeTrue(String attrOne, String attrTwo)
      Specified by:
      onlyOneCanBeTrue in interface TransactionLogger
    • objectStoreRelativeToIsSetToDefault

      public final void objectStoreRelativeToIsSetToDefault()
      Specified by:
      objectStoreRelativeToIsSetToDefault in interface TransactionLogger
    • objectStoreRelativeToIsSetToDefault$str

      protected String objectStoreRelativeToIsSetToDefault$str()
    • cannotFindOrImportInflowTransaction$str

      protected String cannotFindOrImportInflowTransaction$str()
    • cannotFindOrImportInflowTransaction

      public final jakarta.resource.spi.work.WorkCompletedException cannotFindOrImportInflowTransaction(Xid xid, jakarta.resource.spi.work.Work work, Exception e)
      Specified by:
      cannotFindOrImportInflowTransaction in interface TransactionLogger
    • importedInflowTransactionIsInactive$str

      protected String importedInflowTransactionIsInactive$str()
    • importedInflowTransactionIsInactive

      public final jakarta.resource.spi.work.WorkCompletedException importedInflowTransactionIsInactive(Xid xid, jakarta.resource.spi.work.Work work, Exception e)
      Specified by:
      importedInflowTransactionIsInactive in interface TransactionLogger
    • cannotResumeInflowTransactionUnexpectedError$str

      protected String cannotResumeInflowTransactionUnexpectedError$str()
    • cannotResumeInflowTransactionUnexpectedError

      public final jakarta.resource.spi.work.WorkCompletedException cannotResumeInflowTransactionUnexpectedError(jakarta.transaction.Transaction txn, jakarta.resource.spi.work.Work work, Exception e)
      Specified by:
      cannotResumeInflowTransactionUnexpectedError in interface TransactionLogger
    • cannotSuspendInflowTransactionUnexpectedError$str

      protected String cannotSuspendInflowTransactionUnexpectedError$str()
    • cannotSuspendInflowTransactionUnexpectedError

      public final RuntimeException cannotSuspendInflowTransactionUnexpectedError(jakarta.resource.spi.work.Work txn, Exception e)
      Specified by:
      cannotSuspendInflowTransactionUnexpectedError in interface TransactionLogger
    • timeoutValueIsSetToMaximum

      public final void timeoutValueIsSetToMaximum(int maximum_timeout)
      Specified by:
      timeoutValueIsSetToMaximum in interface TransactionLogger
    • timeoutValueIsSetToMaximum$str

      protected String timeoutValueIsSetToMaximum$str()
    • noActiveTransactionToRegisterSynchronization$str

      protected String noActiveTransactionToRegisterSynchronization$str()
    • noActiveTransactionToRegisterSynchronization

      public final IllegalStateException noActiveTransactionToRegisterSynchronization(jakarta.transaction.Synchronization sync)
      Specified by:
      noActiveTransactionToRegisterSynchronization in interface TransactionLogger