@MessageLogger(projectCode="WFLYAG",
length=4)
public interface AgroalLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static AgroalLogger |
DRIVER_LOGGER |
static AgroalLogger |
POOL_LOGGER |
static AgroalLogger |
SERVICE_LOGGER |
| Modifier and Type | Method and Description |
|---|---|
void |
addingDeploymentProcessors() |
org.jboss.msc.service.StartException |
datasourceStartException(SQLException cause,
String dataSourceName) |
void |
driverLoaded(String className,
String driverName) |
void |
flushOperation(io.agroal.api.AgroalDataSource.FlushMode mode) |
org.jboss.msc.service.StartException |
invalidAuthentication(Throwable cause,
String dataSourceName) |
org.jboss.as.controller.OperationFailedException |
invalidConnection(SQLException cause,
String dataSourceName) |
org.jboss.msc.service.StartException |
invalidConnectionProvider() |
org.jboss.msc.service.StartException |
invalidCredentialSourceSupplier(Throwable cause,
String dataSourceName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidDeploymentConnectionProvider() |
org.jboss.msc.service.StartException |
invalidXAConnectionProvider() |
org.jboss.as.controller.OperationFailedException |
jndiNameInvalidFormat() |
org.jboss.as.controller.OperationFailedException |
jndiNameShouldValidate() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
loadClassDeploymentException(Throwable cause,
String className) |
IllegalArgumentException |
loadClassException(Throwable cause,
String className) |
IllegalArgumentException |
loadModuleException(Throwable cause,
String moduleName) |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
missingAttributeInDatasourceMetadata(String attributeName) |
org.jboss.msc.service.StartException |
missingTransactionManager() |
void |
poolWarning(String datasourceName,
String warn) |
void |
startedDataSource(String datasource,
String jndiName) |
void |
startedXADataSource(String datasource,
String jndiName) |
void |
stoppedDataSource(String datasource) |
void |
stoppedXADataSource(String datasource) |
org.jboss.as.controller.OperationFailedException |
unknownDatasourceServiceType(String serviceType) |
org.jboss.msc.service.StartException |
xaDatasourceStartException(SQLException cause,
String dataSourceName) |
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, warnvstatic final AgroalLogger DRIVER_LOGGER
static final AgroalLogger SERVICE_LOGGER
static final AgroalLogger POOL_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Adding deployment processors for DataSourceDefinition annotation and resource-ref entries")
void addingDeploymentProcessors()
@LogMessage(level=INFO)
@Message(id=101,
value="Started datasource \'%s\' bound to [%s]")
void startedDataSource(String datasource,
String jndiName)
@LogMessage(level=INFO)
@Message(id=102,
value="Stopped datasource \'%s\'")
void stoppedDataSource(String datasource)
@LogMessage(level=INFO)
@Message(id=103,
value="Started xa-datasource \'%s\' bound to [%s]")
void startedXADataSource(String datasource,
String jndiName)
@LogMessage(level=INFO)
@Message(id=104,
value="Stopped xa-datasource \'%s\'")
void stoppedXADataSource(String datasource)
@Message(id=105,
value="Exception starting datasource \'%s\'")
org.jboss.msc.service.StartException datasourceStartException(@Cause
SQLException cause,
String dataSourceName)
@Message(id=106,
value="Exception starting xa-datasource \'%s\'")
org.jboss.msc.service.StartException xaDatasourceStartException(@Cause
SQLException cause,
String dataSourceName)
@Message(id=107,
value="Invalid connection provider. Either a java.sql.Driver or javax.sql.DataSource implementation is required. Fix the connection-provider for the driver")
org.jboss.msc.service.StartException invalidConnectionProvider()
@Message(id=108,
value="An xa-datasource requires a javax.sql.XADataSource as connection provider. Fix the connection-provider for the driver")
org.jboss.msc.service.StartException invalidXAConnectionProvider()
@Message(id=109,
value="Could not start datasource: transaction manager is missing")
org.jboss.msc.service.StartException missingTransactionManager()
@Message(id=110,
value="Error obtaining credentials from authentication context for datasource \'%s\'")
org.jboss.msc.service.StartException invalidAuthentication(@Cause
Throwable cause,
String dataSourceName)
@Message(id=111,
value="CredentialSourceSupplier for datasource \'%s\' is invalid")
org.jboss.msc.service.StartException invalidCredentialSourceSupplier(@Cause
Throwable cause,
String dataSourceName)
@LogMessage(level=INFO)
@Message(id=201,
value="Performing flush operation, mode %s")
void flushOperation(io.agroal.api.AgroalDataSource.FlushMode mode)
@Message(id=301,
value="Unknown datasource service of type: %s")
org.jboss.as.controller.OperationFailedException unknownDatasourceServiceType(String serviceType)
@Message(id=302,
value="Invalid connection in \'%s\'")
org.jboss.as.controller.OperationFailedException invalidConnection(@Cause
SQLException cause,
String dataSourceName)
@Message(id=303,
value="JNDI name have to start with java:/ or java:jboss/")
org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
@Message(id=304,
value="JNDI name shouldn\'t include \'//\' or end with \'/\'")
org.jboss.as.controller.OperationFailedException jndiNameShouldValidate()
@Message(id=401,
value="Invalid connection provider. Either a java.sql.Driver or javax.sql.DataSource implementation is required. Fix the connection-provider for the driver")
org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidDeploymentConnectionProvider()
@Message(id=402,
value="Failed to load connection provider class \'%s\'")
org.jboss.as.server.deployment.DeploymentUnitProcessingException loadClassDeploymentException(@Cause
Throwable cause,
String className)
@Message(id=403,
value="Element <data-source> must provide attribute \'%s\'")
org.jboss.as.server.deployment.DeploymentUnitProcessingException missingAttributeInDatasourceMetadata(String attributeName)
@LogMessage(level=INFO)
@Message(id=501,
value="Loaded class %s for driver \'%s\'")
void driverLoaded(String className,
String driverName)
@Message(id=502,
value="Failed to load driver module \'%s\'")
IllegalArgumentException loadModuleException(@Cause
Throwable cause,
String moduleName)
@Message(id=503,
value="Failed to load driver class \'%s\'")
IllegalArgumentException loadClassException(@Cause
Throwable cause,
String className)
Copyright © 2020 JBoss by Red Hat. All rights reserved.