All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.jca.adapters.AdaptersLogger_$logger Maven / Gradle / Ivy

The newest version!
package org.jboss.jca.adapters;

import java.util.Locale;
import java.io.Serializable;
import javax.annotation.processing.Generated;
import org.jboss.logging.DelegatingBasicLogger;
import org.jboss.logging.BasicLogger;
import java.lang.Throwable;
import java.lang.String;
import org.jboss.logging.Logger;


import static org.jboss.logging.Logger.Level.ERROR;
import static org.jboss.logging.Logger.Level.WARN;

/**
 * Warning this class consists of generated code.
 */
@Generated(value = "org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date = "2024-08-29T16:55:45+0200")
public class AdaptersLogger_$logger extends DelegatingBasicLogger implements AdaptersLogger, BasicLogger, Serializable {
    private static final long serialVersionUID = 1L;
    private static final String FQCN = AdaptersLogger_$logger.class.getName();
    public AdaptersLogger_$logger(final Logger log) {
        super(log);
    }
    private static final Locale LOCALE = Locale.ROOT;
    protected Locale getLoggingLocale() {
        return LOCALE;
    }
    @Override
    public final void unableToLoadConnectionListener(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, unableToLoadConnectionListener$str(), msg);
    }
    protected String unableToLoadConnectionListener$str() {
        return "IJ030000: Unable to load connection listener: %s";
    }
    @Override
    public final void disableExceptionSorter(final String jndi) {
        super.log.logf(FQCN, WARN, null, disableExceptionSorter$str(), jndi);
    }
    protected String disableExceptionSorter$str() {
        return "IJ030001: Disabling exception sorter for: %s";
    }
    @Override
    public final void disableExceptionSorterExt(final String jndi, final Throwable t) {
        super.log.logf(FQCN, WARN, t, disableExceptionSorterExt$str(), jndi);
    }
    protected String disableExceptionSorterExt$str() {
        return "IJ030002: Disabling exception sorter for: %s";
    }
    @Override
    public final void errorDuringExceptionSorter(final String jndi, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorDuringExceptionSorter$str(), jndi);
    }
    protected String errorDuringExceptionSorter$str() {
        return "IJ030003: Error checking exception fatality for: %s";
    }
    @Override
    public final void disableValidationChecker(final String jndi) {
        super.log.logf(FQCN, WARN, null, disableValidationChecker$str(), jndi);
    }
    protected String disableValidationChecker$str() {
        return "IJ030004: Disabling validation connection checker for: %s";
    }
    @Override
    public final void disableValidationCheckerExt(final String jndi, final Throwable t) {
        super.log.logf(FQCN, WARN, t, disableValidationCheckerExt$str(), jndi);
    }
    protected String disableValidationCheckerExt$str() {
        return "IJ030005: Disabling validation connection checker for: %s";
    }
    @Override
    public final void disableStaleChecker(final String jndi) {
        super.log.logf(FQCN, WARN, null, disableStaleChecker$str(), jndi);
    }
    protected String disableStaleChecker$str() {
        return "IJ030006: Disabling stale connection checker for: %s";
    }
    @Override
    public final void disableStaleCheckerExt(final String jndi, final Throwable t) {
        super.log.logf(FQCN, WARN, t, disableStaleCheckerExt$str(), jndi);
    }
    protected String disableStaleCheckerExt$str() {
        return "IJ030007: Disabling stale connection checker for: %s";
    }
    @Override
    public final void haDetected(final String jndi) {
        super.log.logf(FQCN, WARN, null, haDetected$str(), jndi);
    }
    protected String haDetected$str() {
        return "IJ030008: HA setup detected for %s";
    }
    @Override
    public final void queuedThreadName(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, queuedThreadName$str(), msg);
    }
    protected String queuedThreadName$str() {
        return "IJ030020: Detected queued threads during cleanup from: %s";
    }
    @Override
    public final void queuedThread(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, queuedThread$str(), msg);
    }
    protected String queuedThread$str() {
        return "IJ030021: Queued thread: %s";
    }
    @Override
    public final void lockOwned(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, lockOwned$str(), msg);
    }
    protected String lockOwned$str() {
        return "IJ030022: Lock owned during cleanup: %s";
    }
    @Override
    public final void lockOwnedWithoutOwner() {
        super.log.logf(FQCN, WARN, null, lockOwnedWithoutOwner$str());
    }
    protected String lockOwnedWithoutOwner$str() {
        return "IJ030023: Lock is locked during cleanup without an owner";
    }
    @Override
    public final void transactionIsolationReset(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, transactionIsolationReset$str(), msg);
    }
    protected String transactionIsolationReset$str() {
        return "IJ030024: Error resetting transaction isolation for: %s";
    }
    @Override
    public final void errorDuringConnectionListenerActivation(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorDuringConnectionListenerActivation$str(), msg);
    }
    protected String errorDuringConnectionListenerActivation$str() {
        return "IJ030025: Error during connection listener activation for: %s";
    }
    @Override
    public final void errorDuringConnectionListenerPassivation(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorDuringConnectionListenerPassivation$str(), msg);
    }
    protected String errorDuringConnectionListenerPassivation$str() {
        return "IJ030026: Error during connection listener passivation for: %s";
    }
    @Override
    public final void invalidConnection(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, invalidConnection$str(), msg);
    }
    protected String invalidConnection$str() {
        return "IJ030027: Destroying connection that is not valid, due to the following exception: %s";
    }
    @Override
    public final void errorNotifyingConnectionListener(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorNotifyingConnectionListener$str(), msg);
    }
    protected String errorNotifyingConnectionListener$str() {
        return "IJ030028: Error notifying of connection error for listener: %s";
    }
    @Override
    public final void closingStatement(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, closingStatement$str(), msg);
    }
    protected String closingStatement$str() {
        return "IJ030040: Closing a statement you left open, please do your own housekeeping for: %s";
    }
    @Override
    public final void errorDuringClosingStatement(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorDuringClosingStatement$str(), msg);
    }
    protected String errorDuringClosingStatement$str() {
        return "IJ030041: Error during closing a statement for: %s";
    }
    @Override
    public final void closingResultSet(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, closingResultSet$str(), msg);
    }
    protected String closingResultSet$str() {
        return "IJ030042: Closing a result set you left open, please do your own housekeeping for: %s";
    }
    @Override
    public final void errorDuringClosingResultSet(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorDuringClosingResultSet$str(), msg);
    }
    protected String errorDuringClosingResultSet$str() {
        return "IJ030043: Error during closing a result set for: %s";
    }
    @Override
    public final void errorCreatingConnection(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorCreatingConnection$str(), msg);
    }
    protected String errorCreatingConnection$str() {
        return "IJ030050: Error creating connection for: %s";
    }
    @Override
    public final void undefinedURLSelectStrategy(final String msg) {
        super.log.logf(FQCN, ERROR, null, undefinedURLSelectStrategy$str(), msg);
    }
    protected String undefinedURLSelectStrategy$str() {
        return "IJ030051: Unable to load undefined URLSelectStrategy for: %s";
    }
    @Override
    public final void errorURLSelectStrategy(final String msg, final String jndi) {
        super.log.logf(FQCN, ERROR, null, errorURLSelectStrategy$str(), msg, jndi);
    }
    protected String errorURLSelectStrategy$str() {
        return "IJ030052: Unable to load %s URLSelectStrategy for: %s";
    }
    @Override
    public final void errorURLSelectStrategyExt(final String msg, final String jndi, final Throwable t) {
        super.log.logf(FQCN, ERROR, t, errorURLSelectStrategyExt$str(), msg, jndi);
    }
    protected String errorURLSelectStrategyExt$str() {
        return "IJ030053: Unable to load %s URLSelectStrategy for: %s";
    }
    @Override
    public final void errorCreatingXAConnection(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorCreatingXAConnection$str(), msg);
    }
    protected String errorCreatingXAConnection$str() {
        return "IJ030054: Error creating XA connection for: %s";
    }
    @Override
    public final void undefinedURLXASelectStrategy(final String msg) {
        super.log.logf(FQCN, ERROR, null, undefinedURLXASelectStrategy$str(), msg);
    }
    protected String undefinedURLXASelectStrategy$str() {
        return "IJ030055: Unable to load undefined URLXASelectStrategy for: %s";
    }
    @Override
    public final void errorURLXASelectStrategy(final String msg, final String jndi) {
        super.log.logf(FQCN, ERROR, null, errorURLXASelectStrategy$str(), msg, jndi);
    }
    protected String errorURLXASelectStrategy$str() {
        return "IJ030056: Unable to load %s URLXASelectStrategy for: %s";
    }
    @Override
    public final void errorURLXASelectStrategyExt(final String msg, final String jndi, final Throwable t) {
        super.log.logf(FQCN, ERROR, t, errorURLXASelectStrategyExt$str(), msg, jndi);
    }
    protected String errorURLXASelectStrategyExt$str() {
        return "IJ030057: Unable to load %s URLXASelectStrategy for: %s";
    }
    @Override
    public final void errorCheckingState(final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorCheckingState$str());
    }
    protected String errorCheckingState$str() {
        return "IJ030060: Error checking state";
    }
    @Override
    public final void errorResettingAutoCommit(final String msg, final Throwable t) {
        super.log.logf(FQCN, WARN, t, errorResettingAutoCommit$str(), msg);
    }
    protected String errorResettingAutoCommit$str() {
        return "IJ030061: Error resetting auto-commit for: %s";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy