@MessageLogger(projectCode="JBAS")
public interface ConnectorLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static ConnectorLogger |
DEPLOYER_JDBC_LOGGER
A logger with the category
org.jboss.as.connector.deployers.jdbc . |
static ConnectorLogger |
DEPLOYMENT_CONNECTOR_LOGGER
A logger with the category
org.jboss.as.deployment.connector . |
static ConnectorLogger |
DEPLOYMENT_CONNECTOR_REGISTRY_LOGGER
A logger with the category
org.jboss.as.deployment.connector.registry . |
static ConnectorLogger |
DS_DEPLOYER_LOGGER
A logger with the category
org.jboss.as.connector.deployer.dsdeployer . |
static ConnectorLogger |
MDR_LOGGER
A logger with the category
org.jboss.as.connector.services.mdr . |
static ConnectorLogger |
ROOT_LOGGER
The root logger with a category of the default package.
|
static ConnectorLogger |
SUBSYSTEM_DATASOURCES_LOGGER
A logger with the category
org.jboss.as.connector.subsystems.datasources . |
static ConnectorLogger |
SUBSYSTEM_RA_LOGGER
A logger with the category
org.jboss.as.connector.subsystems.resourceadapters . |
Modifier and Type | Method and Description |
---|---|
void |
adminObjectAnnotation(String jndiName) |
void |
boundDataSource(String jndiName)
Logs an informational message indicating the data source has been bound.
|
void |
boundJca(String description,
String jndiName)
Logs an informational message indicating the JCA bound the object represented by the
description
parameter. |
void |
cannotFindDriverClassName(String driverName)
Logs a warning message indicating can't find the driver class name.
|
void |
cannotInstantiateDriverClass(String driverClassName,
Throwable reason)
Logs a warning message indicating inability to instantiate the driver class.
|
void |
connectionFactoryAnnotation(String jndiName) |
void |
deployingCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is compliant.
|
void |
deployingNonCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is non-compliant.
|
void |
driversElementNotSupported(String deploymentName) |
OperationFailedException |
failedToFindDistributedWorkManager(String wmName) |
org.jboss.msc.service.StartException |
failedToStartDWMTransport(String wmName) |
org.jboss.msc.service.StartException |
failedToStartJGroupsChannel(String channelName,
String wmName)
Creates an exception indicating a failure to start JGroup channel for a Disributed Work Manager
|
void |
forceIJToNull() |
void |
methodNotFoundOnDataSource(String method,
Class<?> clazz) |
void |
noSecurityDefined(String jndiName) |
void |
registeredAdminObject(String jndiName)
Logs an informational message indicating an admin object was registered.
|
void |
registeredConnectionFactory(String jndiName)
Logs an informational message indicating the JNDI connection factory was registered.
|
void |
startedDriverService(String driverName) |
void |
startingService(org.jboss.msc.service.ServiceName serviceName)
Logs an informational message indicating the service, represented by the
serviceName parameter, is
starting. |
void |
startingSubsystem(String subsystem,
String version)
Logs an informational message indicating the subsystem, represented by the
subsystem parameter, is
starting. |
void |
stoppeddDriverService(String driverName) |
void |
unboundDataSource(String jndiName)
Logs an informational message indicating the data source has been unbound.
|
void |
unboundJca(String description,
String jndiName)
Logs an informational message indicating the JCA inbound the object represented by the
description
parameter. |
OperationFailedException |
unsupportedPolicy(String name) |
void |
unsupportedPolicyOption(String name) |
OperationFailedException |
unsupportedSelector(String name) |
void |
unsupportedSelectorOption(String name) |
debug, debug, debug, debug, 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, 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
static final ConnectorLogger ROOT_LOGGER
static final ConnectorLogger DEPLOYER_JDBC_LOGGER
org.jboss.as.connector.deployers.jdbc
.static final ConnectorLogger DEPLOYMENT_CONNECTOR_LOGGER
org.jboss.as.deployment.connector
.static final ConnectorLogger DEPLOYMENT_CONNECTOR_REGISTRY_LOGGER
org.jboss.as.deployment.connector.registry
.static final ConnectorLogger DS_DEPLOYER_LOGGER
org.jboss.as.connector.deployer.dsdeployer
.static final ConnectorLogger MDR_LOGGER
org.jboss.as.connector.services.mdr
.static final ConnectorLogger SUBSYSTEM_DATASOURCES_LOGGER
org.jboss.as.connector.subsystems.datasources
.static final ConnectorLogger SUBSYSTEM_RA_LOGGER
org.jboss.as.connector.subsystems.resourceadapters
.@LogMessage(level=INFO) @Message(id=10400, value="Bound data source [%s]") void boundDataSource(String jndiName)
jndiName
- the JNDI name@LogMessage(level=INFO) @Message(id=10401, value="Bound JCA %s [%s]") void boundJca(String description, String jndiName)
description
parameter.description
- the description of what was bound.jndiName
- the JNDI name.@LogMessage(level=WARN) @Message(id=10402, value="Unable to instantiate driver class \"%s\": %s") void cannotInstantiateDriverClass(String driverClassName, Throwable reason)
driverClassName
- the driver class name.reason
- the reason the the driver could not be instantiated.@LogMessage(level=INFO) @Message(id=10403, value="Deploying JDBC-compliant driver %s (version %d.%d)") void deployingCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
driver
- the JDBC driver class.majorVersion
- the major version of the driver.minorVersion
- the minor version of the driver.@LogMessage(level=INFO) @Message(id=10404, value="Deploying non-JDBC-compliant driver %s (version %d.%d)") void deployingNonCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
driver
- the non-compliant JDBC driver class.majorVersion
- the major version of the driver.minorVersion
- the minor version of the driver.@LogMessage(level=INFO) @Message(id=10405, value="Registered admin object at %s") void registeredAdminObject(String jndiName)
jndiName
- the JNDI name.@LogMessage(level=INFO) @Message(id=10406, value="Registered connection factory %s") void registeredConnectionFactory(String jndiName)
jndiName
- the JNDI connection factory.@LogMessage(level=INFO) @Message(id=10407, value="Starting service %s") void startingService(org.jboss.msc.service.ServiceName serviceName)
serviceName
parameter, is
starting.serviceName
- the name of the service that is starting.@LogMessage(level=INFO) @Message(id=10408, value="Starting %s Subsystem (%s)") void startingSubsystem(String subsystem, String version)
subsystem
parameter, is
starting.subsystem
- the subsystem that is starting.version
- the version of the subsystem.@LogMessage(level=INFO) @Message(id=10409, value="Unbound data source [%s]") void unboundDataSource(String jndiName)
jndiName
- the JNDI name@LogMessage(level=INFO) @Message(id=10410, value="Unbound JCA %s [%s]") void unboundJca(String description, String jndiName)
description
parameter.description
- the description of what was unbound.jndiName
- the JNDI name.@LogMessage(level=WARN) @Message(id=10411, value="<drivers/> in standalone -ds.xml deployments aren\'t supported: Ignoring %s") void driversElementNotSupported(String deploymentName)
@LogMessage(level=WARN) @Message(id=10415, value="Method %s on DataSource class %s not found. Ignoring") void methodNotFoundOnDataSource(String method, Class<?> clazz)
@LogMessage(level=DEBUG) @Message(id=10416, value="Forcing ironjacamar.xml descriptor to null") void forceIJToNull()
@LogMessage(level=INFO) @Message(id=10417, value="Started Driver service with driver-name = %s") void startedDriverService(String driverName)
@LogMessage(level=INFO) @Message(id=10418, value="Stopped Driver service with driver-name = %s") void stoppeddDriverService(String driverName)
@LogMessage(level=WARN) @Message(id=10419, value="Unsupported selector\'s option: %s") void unsupportedSelectorOption(String name)
@LogMessage(level=WARN) @Message(id=10420, value="Unsupported policy\'s option: %s") void unsupportedPolicyOption(String name)
@Message(id=10421, value="Failed to start JGroups channel %s for distributed workmanager %s") org.jboss.msc.service.StartException failedToStartJGroupsChannel(String channelName, String wmName)
channelName
- the name of the channelwmName
- the name of the workmanagerStartException
for the error.@Message(id=10422, value="Cannot find WorkManager %s or it isn\'t a distributed workmanager. Only DWM can override configurations") OperationFailedException failedToFindDistributedWorkManager(String wmName)
@Message(id=10423, value="Failed to start JGroups transport for distributed workmanager %s") org.jboss.msc.service.StartException failedToStartDWMTransport(String wmName)
@Message(id=10424, value="Unsupported selector\'s option: %s") OperationFailedException unsupportedSelector(String name)
@Message(id=10425, value="Unsupported policy\'s option: %s") OperationFailedException unsupportedPolicy(String name)
@LogMessage(level=WARN) @Message(id=10426, value="No ironjacamar.security defined for %s") void noSecurityDefined(String jndiName)
@LogMessage(level=WARN) @Message(id=10427, value="@ConnectionFactoryDefinition will have limited management: %s") void connectionFactoryAnnotation(String jndiName)
@LogMessage(level=WARN) @Message(id=10428, value="@AdministeredObjectDefinition will have limited management: %s") void adminObjectAnnotation(String jndiName)
@LogMessage(level=WARN) @Message(id=10429, value="Unable to find driver class name in \"%s\" jar") void cannotFindDriverClassName(String driverName)
driverName
- the driver jar.Copyright © 2015 JBoss by Red Hat. All rights reserved.