@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2018-05-17T15:01:31-0700") public class ConnectorLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements ConnectorLogger, org.jboss.logging.BasicLogger, Serializable
DEPLOYER_JDBC_LOGGER, DEPLOYMENT_CONNECTOR_LOGGER, DEPLOYMENT_CONNECTOR_REGISTRY_LOGGER, DS_DEPLOYER_LOGGER, MDR_LOGGER, ROOT_LOGGER, SUBSYSTEM_DATASOURCES_LOGGER, SUBSYSTEM_RA_LOGGER| Constructor and Description |
|---|
ConnectorLogger_$logger(org.jboss.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
adminObjectAnnotation(String jndiName) |
protected String |
adminObjectAnnotation$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
adminObjectForJCA10(String ra,
String jndiName)
Admin object declared for JCA 1.0 archive
|
protected String |
adminObjectForJCA10$str() |
org.jboss.as.controller.OperationFailedException |
archiveOrModuleRequired()
A message indicating that at least one of archive or module attributes
gave to be defined
|
protected String |
archiveOrModuleRequired$str() |
org.jboss.as.controller.OperationFailedException |
attributeRequiresFalseOrUndefinedAttribute(String attribute,
String requiredFalseAttribute)
A message indicating that an attribute can only be set if another attribute is undefined or set as
false. |
protected String |
attributeRequiresFalseOrUndefinedAttribute$str() |
org.jboss.as.controller.OperationFailedException |
attributeRequiresTrueAttribute(String attribute,
String requiredAttribute)
A message indicating that an attribute can only be set if another attribute is set as
true. |
protected String |
attributeRequiresTrueAttribute$str() |
void |
boundDataSource(String jndiName)
Logs an informational message indicating the data source has been bound.
|
protected String |
boundDataSource$str() |
void |
boundJca(String description,
String jndiName)
Logs an informational message indicating the JCA bound the object represented by the
description
parameter. |
protected String |
boundJca$str() |
void |
boundNonJTADataSource(String jndiName) |
protected String |
boundNonJTADataSource$str() |
org.jboss.jca.deployers.common.DeployException |
cannotDeploy(Throwable cause)
Creates an exception indicating the inability to complete the deployment.
|
protected String |
cannotDeploy$str() |
org.jboss.jca.deployers.common.DeployException |
cannotDeployAndValidate(Throwable cause)
Creates an exception indicating the inability to deploy and validate a datasource or an XA datasource.
|
protected String |
cannotDeployAndValidate$str() |
void |
cannotFindDriverClassName(String driverName)
Logs a warning message indicating can't find the driver class name.
|
protected String |
cannotFindDriverClassName$str() |
String |
cannotInstantiateDriverClass(String driverClassName)
A message indicating inability to instantiate the driver class.
|
void |
cannotInstantiateDriverClass(String driverClassName,
Throwable reason)
Logs a warning message indicating inability to instantiate the driver class.
|
protected String |
cannotInstantiateDriverClass1$str() |
protected String |
cannotInstantiateDriverClass2$str() |
org.jboss.msc.service.StartException |
cannotStartDs()
Creates an exception indicating the data source was unable to start because it create more than one connection
factory.
|
protected String |
cannotStartDs$str() |
String |
compressedRarNotSupportedInModuleRA(String moduleName)
A message indicating a failure to load the module for a RA deployed as module.
|
protected String |
compressedRarNotSupportedInModuleRA$str() |
void |
connectionFactoryAnnotation(String jndiName) |
protected String |
connectionFactoryAnnotation$str() |
IllegalArgumentException |
datasourceIsDisabled(String jndiName) |
protected String |
datasourceIsDisabled$str() |
void |
deployingCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is compliant.
|
protected String |
deployingCompliantJdbcDriver$str() |
void |
deployingNonCompliantJdbcDriver(Class<? extends Driver> driver,
int majorVersion,
int minorVersion)
Logs an informational message indicating the JDBC driver is non-compliant.
|
protected String |
deployingNonCompliantJdbcDriver$str() |
org.jboss.msc.service.StartException |
deploymentError(Throwable cause,
String name)
Creates an exception indicating an error occurred during deployment.
|
protected String |
deploymentError$str() |
org.jboss.jca.deployers.common.DeployException |
deploymentFailed(Throwable cause,
String className)
Creates an exception indicating the deployment failed.
|
protected String |
deploymentFailed$str() |
void |
deprecated() |
protected String |
deprecated$str() |
org.jboss.as.controller.OperationFailedException |
driverNameAndResourceNameNotEquals(String driverName,
String resourceName) |
protected String |
driverNameAndResourceNameNotEquals$str() |
void |
driversElementNotSupported(String deploymentName) |
protected String |
driversElementNotSupported$str() |
IllegalStateException |
driverVersionMismatch()
Creates an exception indicating the specified driver version does not match the actual driver version.
|
protected String |
driverVersionMismatch$str() |
void |
elytronHandlerHandle(String callbacks) |
protected String |
elytronHandlerHandle$str() |
void |
errorDuringRecoveryShutdown(Throwable cause) |
protected String |
errorDuringRecoveryShutdown$str() |
void |
errorStoppingRA(Throwable cause) |
protected String |
errorStoppingRA$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
exceptionDeployingDatasource(Throwable cause,
String datasource) |
protected String |
exceptionDeployingDatasource$str() |
void |
exceptionDuringUnregistering(org.jboss.jca.core.spi.rar.NotFoundException nfe) |
protected String |
exceptionDuringUnregistering$str() |
SecurityException |
executionSubjectNotSetInHandler() |
protected String |
executionSubjectNotSetInHandler$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
FailedDeployDriverNotSpecified(String dsName)
Creates an exception indicating a failure to deploy the datasource because driver is not specified
|
protected String |
FailedDeployDriverNotSpecified$str() |
String |
failedToCreate(String type,
org.jboss.dmr.ModelNode operation,
String reasonMessage)
A message indicating the type, represented by the
type parameter, failed to be created for the operation
represented by the operation message. |
protected String |
failedToCreate$str() |
org.jboss.as.controller.OperationFailedException |
failedToFindDistributedWorkManager(String wmName) |
protected String |
failedToFindDistributedWorkManager$str() |
String |
failedToGetMetrics(String message)
A message indicating a failure to get the metrics.
|
protected String |
failedToGetMetrics$str() |
org.jboss.jca.deployers.common.DeployException |
failedToGetUrlDelimiter(Throwable cause)
Creates an exception indicating a failure to get the URL delimiter.
|
protected String |
failedToGetUrlDelimiter$str() |
String |
failedToInvokeOperation(String message)
A message indicating a failure to invoke an operation.
|
protected String |
failedToInvokeOperation$str() |
IllegalStateException |
failedToLoadDataSourceClass(String clsName,
Throwable t) |
protected String |
failedToLoadDataSourceClass$str() |
String |
failedToLoadModuleDriver(String moduleName)
A message indicating a failure to load the module for a driver.
|
protected String |
failedToLoadModuleDriver$str() |
String |
failedToLoadModuleRA(String moduleName)
A message indicating a failure to load the module for a RA deployed as module.
|
protected String |
failedToLoadModuleRA$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToLoadNativeLibraries(Throwable cause)
Failed to load native libraries
|
protected String |
failedToLoadNativeLibraries$str() |
IllegalArgumentException |
failedToMatchPool(String jndiName)
Creates an exception indicating a failure to match the pool.
|
protected String |
failedToMatchPool$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParseServiceXml(Throwable cause,
org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
Creates an exception indicating a failure to parse the service XML.
|
protected String |
failedToParseServiceXml$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
failedToProcessRaChild(Throwable cause,
org.jboss.vfs.VirtualFile deploymentRoot)
Creates an exception indicating a failure to process the resource adapter child archives for the deployment root
represented by the
deploymentRoot parameter. |
protected String |
failedToProcessRaChild$str() |
String |
failedToSetAttribute(String message)
A message indicating a failure to set an attribute.
|
protected String |
failedToSetAttribute$str() |
org.jboss.msc.service.StartException |
failedToStartDWMTransport(String wmName) |
protected String |
failedToStartDWMTransport$str() |
org.jboss.msc.service.StartException |
failedToStartJGroupsChannel(String channelName,
String wmName)
Creates an exception indicating a failure to start JGroup channel for a Distributed Work Manager
|
protected String |
failedToStartJGroupsChannel$str() |
org.jboss.msc.service.StartException |
failedToStartRaDeployment(Throwable cause,
String deploymentName)
Creates an exception indicating the deployment, represented by the
deploymentName parameter, failed to
start. |
protected String |
failedToStartRaDeployment$str() |
void |
forceIJToNull() |
protected String |
forceIJToNull$str() |
protected Locale |
getLoggingLocale() |
IllegalStateException |
indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address) |
protected String |
indexedChildResourceRegistrationNotAvailable$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidAdminObject(String ao,
String ra,
String jndiName)
Invalid admin object class defined
|
protected String |
invalidAdminObject$str() |
IllegalArgumentException |
invalidCallbackSecurityDomain() |
protected String |
invalidCallbackSecurityDomain$str() |
IllegalStateException |
invalidConnection()
Creates an exception indicating the connection is not valid.
|
protected String |
invalidConnection$str() |
org.jboss.as.server.deployment.DeploymentUnitProcessingException |
invalidConnectionFactory(String cf,
String ra,
String jndiName)
Invalid connection factory interface defined
|
protected String |
invalidConnectionFactory$str() |
IllegalStateException |
invalidCredentialSourceSupplier(Throwable cause) |
protected String |
invalidCredentialSourceSupplier$str() |
IllegalStateException |
invalidElytronWorkManagerSetting() |
protected String |
invalidElytronWorkManagerSetting$str() |
IllegalStateException |
jndiBindingsNotSupported()
Creates an exception indicating non-explicit JNDI bindings are not supported.
|
protected String |
jndiBindingsNotSupported$str() |
org.jboss.as.controller.OperationFailedException |
jndiNameInvalidFormat()
A message indicating that jndi-name has an invalid format
|
protected String |
jndiNameInvalidFormat$str() |
org.jboss.as.controller.OperationFailedException |
jndiNameRequired()
A message indicating that jndi-name is missing and it's a required attribute
|
protected String |
jndiNameRequired$str() |
org.jboss.as.controller.OperationFailedException |
jndiNameShouldValidate() |
protected String |
jndiNameShouldValidate$str() |
void |
legacyDisableEnableOperation(String name) |
protected String |
legacyDisableEnableOperation$str() |
void |
methodNotFoundOnDataSource(String method,
Class<?> clazz) |
protected String |
methodNotFoundOnDataSource$str() |
String |
noDataSourceRegisteredForAddress(org.jboss.as.controller.PathAddress address)
No datasource exists at the deployment address
|
protected String |
noDataSourceRegisteredForAddress$str() |
String |
noMetricsAvailable()
A message indicating there are no metrics available.
|
protected String |
noMetricsAvailable$str() |
IllegalArgumentException |
noPropertyResolution(String name)
Creates an exception indicating a property can't be resolved
|
protected String |
noPropertyResolution$str() |
void |
noSecurityDefined(String jndiName) |
protected String |
noSecurityDefined$str() |
NoSuchMethodException |
noSuchField(String name)
Creates an exception indicating a field is undefined.
|
protected String |
noSuchField$str() |
NoSuchMethodException |
noSuchMethod(String name)
Creates an exception indicating a method is undefined.
|
protected String |
noSuchMethod$str() |
UnsupportedOperationException |
noSupportedOperation(String operation) |
protected String |
noSupportedOperation$str() |
IllegalArgumentException |
notAnAnnotation(Class<?> clazz)
Creates an exception indicating the class, represented by the
clazz parameter, should be an annotation. |
protected String |
notAnAnnotation$str() |
String |
nullVar(String name)
A message indicating the variable is
null. |
protected String |
nullVar$str() |
org.jboss.as.controller.OperationFailedException |
oneThreadPoolWorkManager(String threadPoolName,
String threadPoolType,
String workManagerName) |
protected String |
oneThreadPoolWorkManager$str() |
org.jboss.as.controller.OperationFailedException |
RARNotYetDeployed(String raName)
Creates an exception indicating missing rar.
|
protected String |
RARNotYetDeployed$str() |
void |
registeredAdminObject(String jndiName)
Logs an informational message indicating an admin object was registered.
|
protected String |
registeredAdminObject$str() |
void |
registeredConnectionFactory(String jndiName)
Logs an informational message indicating the JNDI connection factory was registered.
|
protected String |
registeredConnectionFactory$str() |
String |
rejectAttributesMustBeTrue(Set<String> key) |
protected String |
rejectAttributesMustBeTrue$str() |
String |
serviceAlreadyStarted(String serviceType,
Object obj)
A message indicating the service, represented by the
serviceType parameter, is already started on the
object represented by the obj parameter. |
protected String |
serviceAlreadyStarted$str() |
String |
serviceNotAvailable(String serviceType,
Object obj)
A message indicating the service, represented by the
serviceType parameter, is not available on th object
represented by the obj parameter. |
protected String |
serviceNotAvailable$str() |
IllegalStateException |
serviceNotStarted()
Creates an exception indicating the service is not started.
|
protected String |
serviceNotStarted$str() |
void |
startedDriverService(String driverName) |
protected String |
startedDriverService$str() |
void |
startingSubsystem(String subsystem,
String version)
Logs an informational message indicating the subsystem, represented by the
subsystem parameter, is
starting. |
protected String |
startingSubsystem$str() |
void |
stoppedDriverService(String driverName) |
protected String |
stoppedDriverService$str() |
String |
subject(Subject subject,
String identity) |
protected String |
subject$str() |
void |
unableToRegisterRecovery(String key,
boolean isXa) |
protected String |
unableToRegisterRecovery$str() |
void |
unboundDataSource(String jndiName)
Logs an informational message indicating the data source has been unbound.
|
protected String |
unboundDataSource$str() |
void |
unboundJca(String description,
String jndiName)
Logs an informational message indicating the JCA inbound the object represented by the
description
parameter. |
protected String |
unboundJca$str() |
void |
unBoundNonJTADataSource(String jndiName) |
protected String |
unBoundNonJTADataSource$str() |
IllegalArgumentException |
undefinedVar(String name)
Creates an exception indicating a variable is undefined.
|
protected String |
undefinedVar$str() |
void |
unexceptedWorkerCompletionError(String errorMessage,
Throwable t) |
protected String |
unexceptedWorkerCompletionError$str() |
IllegalStateException |
unknownAttribute(String attributeName)
Creates an exception indicating unknown attribute
|
protected String |
unknownAttribute$str() |
IllegalStateException |
unknownOperation(String attributeName)
Creates an exception indicating unknown operation
|
protected String |
unknownOperation$str() |
UnsupportedOperationException |
unsupportedCreateCallbackHandlerMethod() |
protected String |
unsupportedCreateCallbackHandlerMethod$str() |
org.jboss.as.controller.OperationFailedException |
unsupportedPolicy(String name) |
protected String |
unsupportedPolicy$str() |
void |
unsupportedPolicyOption(String name) |
protected String |
unsupportedPolicyOption$str() |
org.jboss.as.controller.OperationFailedException |
unsupportedSelector(String name) |
protected String |
unsupportedSelector$str() |
void |
unsupportedSelectorOption(String name) |
protected String |
unsupportedSelectorOption$str() |
org.jboss.as.controller.OperationFailedException |
xaDataSourcePropertiesNotPresent()
A message indicating that at least on xa-datasource-property is required
|
protected String |
xaDataSourcePropertiesNotPresent$str() |
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, warnvclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, 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, warnvpublic ConnectorLogger_$logger(org.jboss.logging.Logger log)
protected Locale getLoggingLocale()
public final void boundDataSource(String jndiName)
ConnectorLoggerboundDataSource in interface ConnectorLoggerjndiName - the JNDI nameprotected String boundDataSource$str()
public final void boundJca(String description, String jndiName)
ConnectorLoggerdescription
parameter.boundJca in interface ConnectorLoggerdescription - the description of what was bound.jndiName - the JNDI name.protected String boundJca$str()
public final void cannotInstantiateDriverClass(String driverClassName, Throwable reason)
ConnectorLoggercannotInstantiateDriverClass in interface ConnectorLoggerdriverClassName - the driver class name.reason - the reason the the driver could not be instantiated.protected String cannotInstantiateDriverClass2$str()
public final void deployingCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
ConnectorLoggerdeployingCompliantJdbcDriver in interface ConnectorLoggerdriver - the JDBC driver class.majorVersion - the major version of the driver.minorVersion - the minor version of the driver.protected String deployingCompliantJdbcDriver$str()
public final void deployingNonCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
ConnectorLoggerdeployingNonCompliantJdbcDriver in interface ConnectorLoggerdriver - the non-compliant JDBC driver class.majorVersion - the major version of the driver.minorVersion - the minor version of the driver.protected String deployingNonCompliantJdbcDriver$str()
public final void registeredAdminObject(String jndiName)
ConnectorLoggerregisteredAdminObject in interface ConnectorLoggerjndiName - the JNDI name.protected String registeredAdminObject$str()
public final void registeredConnectionFactory(String jndiName)
ConnectorLoggerregisteredConnectionFactory in interface ConnectorLoggerjndiName - the JNDI connection factory.protected String registeredConnectionFactory$str()
public final void startingSubsystem(String subsystem, String version)
ConnectorLoggersubsystem parameter, is
starting.startingSubsystem in interface ConnectorLoggersubsystem - the subsystem that is starting.version - the version of the subsystem.protected String startingSubsystem$str()
public final void unboundDataSource(String jndiName)
ConnectorLoggerunboundDataSource in interface ConnectorLoggerjndiName - the JNDI nameprotected String unboundDataSource$str()
public final void unboundJca(String description, String jndiName)
ConnectorLoggerdescription
parameter.unboundJca in interface ConnectorLoggerdescription - the description of what was unbound.jndiName - the JNDI name.protected String unboundJca$str()
public final void driversElementNotSupported(String deploymentName)
driversElementNotSupported in interface ConnectorLoggerprotected String driversElementNotSupported$str()
protected String driverNameAndResourceNameNotEquals$str()
public final org.jboss.as.controller.OperationFailedException driverNameAndResourceNameNotEquals(String driverName, String resourceName)
driverNameAndResourceNameNotEquals in interface ConnectorLoggerpublic final void methodNotFoundOnDataSource(String method, Class<?> clazz)
methodNotFoundOnDataSource in interface ConnectorLoggerprotected String methodNotFoundOnDataSource$str()
public final void forceIJToNull()
forceIJToNull in interface ConnectorLoggerprotected String forceIJToNull$str()
public final void startedDriverService(String driverName)
startedDriverService in interface ConnectorLoggerprotected String startedDriverService$str()
public final void stoppedDriverService(String driverName)
stoppedDriverService in interface ConnectorLoggerprotected String stoppedDriverService$str()
public final void unsupportedSelectorOption(String name)
unsupportedSelectorOption in interface ConnectorLoggerprotected String unsupportedSelectorOption$str()
public final void unsupportedPolicyOption(String name)
unsupportedPolicyOption in interface ConnectorLoggerprotected String unsupportedPolicyOption$str()
protected String failedToStartJGroupsChannel$str()
public final org.jboss.msc.service.StartException failedToStartJGroupsChannel(String channelName, String wmName)
ConnectorLoggerfailedToStartJGroupsChannel in interface ConnectorLoggerchannelName - the name of the channelwmName - the name of the workmanagerStartException for the error.protected String failedToFindDistributedWorkManager$str()
public final org.jboss.as.controller.OperationFailedException failedToFindDistributedWorkManager(String wmName)
failedToFindDistributedWorkManager in interface ConnectorLoggerprotected String failedToStartDWMTransport$str()
public final org.jboss.msc.service.StartException failedToStartDWMTransport(String wmName)
failedToStartDWMTransport in interface ConnectorLoggerprotected String unsupportedSelector$str()
public final org.jboss.as.controller.OperationFailedException unsupportedSelector(String name)
unsupportedSelector in interface ConnectorLoggerprotected String unsupportedPolicy$str()
public final org.jboss.as.controller.OperationFailedException unsupportedPolicy(String name)
unsupportedPolicy in interface ConnectorLoggerpublic final void noSecurityDefined(String jndiName)
noSecurityDefined in interface ConnectorLoggerprotected String noSecurityDefined$str()
public final void connectionFactoryAnnotation(String jndiName)
connectionFactoryAnnotation in interface ConnectorLoggerprotected String connectionFactoryAnnotation$str()
public final void adminObjectAnnotation(String jndiName)
adminObjectAnnotation in interface ConnectorLoggerprotected String adminObjectAnnotation$str()
protected String cannotDeploy$str()
public final org.jboss.jca.deployers.common.DeployException cannotDeploy(Throwable cause)
ConnectorLoggercannotDeploy in interface ConnectorLoggercause - the cause of the error.DeployException for the error.protected String cannotDeployAndValidate$str()
public final org.jboss.jca.deployers.common.DeployException cannotDeployAndValidate(Throwable cause)
ConnectorLoggercannotDeployAndValidate in interface ConnectorLoggercause - the cause of the error.DeployException for the error.protected String cannotStartDs$str()
public final org.jboss.msc.service.StartException cannotStartDs()
ConnectorLoggercannotStartDs in interface ConnectorLoggerStartException for the error.protected String deploymentError$str()
public final org.jboss.msc.service.StartException deploymentError(Throwable cause, String name)
ConnectorLoggerdeploymentError in interface ConnectorLoggercause - the cause of the error.name - the name of the deployment in error.StartException for the error.protected String cannotInstantiateDriverClass1$str()
public final String cannotInstantiateDriverClass(String driverClassName)
ConnectorLoggercannotInstantiateDriverClass in interface ConnectorLoggerdriverClassName - the driver class name.protected String driverVersionMismatch$str()
public final IllegalStateException driverVersionMismatch()
ConnectorLoggerdriverVersionMismatch in interface ConnectorLoggerIllegalStateException for the error.protected String failedToCreate$str()
public final String failedToCreate(String type, org.jboss.dmr.ModelNode operation, String reasonMessage)
ConnectorLoggertype parameter, failed to be created for the operation
represented by the operation message.failedToCreate in interface ConnectorLoggertype - the type that failed to create.operation - the operation.reasonMessage - the reason.protected String failedToGetMetrics$str()
public final String failedToGetMetrics(String message)
ConnectorLoggerfailedToGetMetrics in interface ConnectorLoggermessage - a message to append.protected String failedToGetUrlDelimiter$str()
public final org.jboss.jca.deployers.common.DeployException failedToGetUrlDelimiter(Throwable cause)
ConnectorLoggerfailedToGetUrlDelimiter in interface ConnectorLoggercause - the cause of the error.DeployException for the error.protected String failedToInvokeOperation$str()
public final String failedToInvokeOperation(String message)
ConnectorLoggerfailedToInvokeOperation in interface ConnectorLoggermessage - the message to append.protected String failedToLoadModuleDriver$str()
public final String failedToLoadModuleDriver(String moduleName)
ConnectorLoggerfailedToLoadModuleDriver in interface ConnectorLoggermoduleName - the module name.protected String failedToMatchPool$str()
public final IllegalArgumentException failedToMatchPool(String jndiName)
ConnectorLoggerfailedToMatchPool in interface ConnectorLoggerjndiName - the JNDI name.IllegalArgumentException for the error.protected String failedToParseServiceXml$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
ConnectorLoggerfailedToParseServiceXml in interface ConnectorLoggerxmlFile - the service XML file.DeploymentUnitProcessingException for the error.public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseServiceXml(Throwable cause, org.jboss.vfs.VirtualFile xmlFile)
ConnectorLoggerfailedToParseServiceXml in interface ConnectorLoggercause - the cause of the error.xmlFile - the service XML file.DeploymentUnitProcessingException for the error.protected String failedToProcessRaChild$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessRaChild(Throwable cause, org.jboss.vfs.VirtualFile deploymentRoot)
ConnectorLoggerdeploymentRoot parameter.failedToProcessRaChild in interface ConnectorLoggercause - the cause of the error.deploymentRoot - the deployment root.DeploymentUnitProcessingException for the error.protected String failedToSetAttribute$str()
public final String failedToSetAttribute(String message)
ConnectorLoggerfailedToSetAttribute in interface ConnectorLoggermessage - the message to append.protected String failedToStartRaDeployment$str()
public final org.jboss.msc.service.StartException failedToStartRaDeployment(Throwable cause, String deploymentName)
ConnectorLoggerdeploymentName parameter, failed to
start.failedToStartRaDeployment in interface ConnectorLoggercause - the cause of the error.deploymentName - the deployment name.StartException for the error.protected String invalidConnection$str()
public final IllegalStateException invalidConnection()
ConnectorLoggerinvalidConnection in interface ConnectorLoggerIllegalStateException for the error.protected String jndiBindingsNotSupported$str()
public final IllegalStateException jndiBindingsNotSupported()
ConnectorLoggerjndiBindingsNotSupported in interface ConnectorLoggerIllegalStateException for the error.protected String noMetricsAvailable$str()
public final String noMetricsAvailable()
ConnectorLoggernoMetricsAvailable in interface ConnectorLoggerprotected String notAnAnnotation$str()
public final IllegalArgumentException notAnAnnotation(Class<?> clazz)
ConnectorLoggerclazz parameter, should be an annotation.notAnAnnotation in interface ConnectorLoggerclazz - the invalid class.IllegalArgumentException for the error.protected String nullVar$str()
public final String nullVar(String name)
ConnectorLoggernull.nullVar in interface ConnectorLoggername - the name of the variable.protected String serviceAlreadyStarted$str()
public final String serviceAlreadyStarted(String serviceType, Object obj)
ConnectorLoggerserviceType parameter, is already started on the
object represented by the obj parameter.serviceAlreadyStarted in interface ConnectorLoggerserviceType - the service type.obj - the object.protected String serviceNotAvailable$str()
public final String serviceNotAvailable(String serviceType, Object obj)
ConnectorLoggerserviceType parameter, is not available on th object
represented by the obj parameter.serviceNotAvailable in interface ConnectorLoggerserviceType - the service type.obj - the object.protected String serviceNotStarted$str()
public final IllegalStateException serviceNotStarted()
ConnectorLoggerserviceNotStarted in interface ConnectorLoggerIllegalStateException for the error.protected String undefinedVar$str()
public final IllegalArgumentException undefinedVar(String name)
ConnectorLoggerundefinedVar in interface ConnectorLoggername - the name of the variable.IllegalArgumentException for the error.protected String failedToLoadNativeLibraries$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToLoadNativeLibraries(Throwable cause)
ConnectorLoggerfailedToLoadNativeLibraries in interface ConnectorLoggercause - the exception.DeploymentUnitProcessingException for the error.protected String exceptionDeployingDatasource$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException exceptionDeployingDatasource(Throwable cause, String datasource)
exceptionDeployingDatasource in interface ConnectorLoggerprotected String noDataSourceRegisteredForAddress$str()
public final String noDataSourceRegisteredForAddress(org.jboss.as.controller.PathAddress address)
ConnectorLoggernoDataSourceRegisteredForAddress in interface ConnectorLoggerprotected String unknownAttribute$str()
public final IllegalStateException unknownAttribute(String attributeName)
ConnectorLoggerunknownAttribute in interface ConnectorLoggerIllegalStateException for the error.protected String unknownOperation$str()
public final IllegalStateException unknownOperation(String attributeName)
ConnectorLoggerunknownOperation in interface ConnectorLoggerIllegalStateException for the error.protected String xaDataSourcePropertiesNotPresent$str()
public final org.jboss.as.controller.OperationFailedException xaDataSourcePropertiesNotPresent()
ConnectorLoggerxaDataSourcePropertiesNotPresent in interface ConnectorLoggerprotected String jndiNameRequired$str()
public final org.jboss.as.controller.OperationFailedException jndiNameRequired()
ConnectorLoggerjndiNameRequired in interface ConnectorLoggerprotected String jndiNameInvalidFormat$str()
public final org.jboss.as.controller.OperationFailedException jndiNameInvalidFormat()
ConnectorLoggerjndiNameInvalidFormat in interface ConnectorLoggerprotected String deploymentFailed$str()
public final org.jboss.jca.deployers.common.DeployException deploymentFailed(Throwable cause, String className)
ConnectorLoggerdeploymentFailed in interface ConnectorLoggercause - the cause of the error.className - the name of the class that failed.DeployException for the error.protected String failedToLoadModuleRA$str()
public final String failedToLoadModuleRA(String moduleName)
ConnectorLoggerfailedToLoadModuleRA in interface ConnectorLoggermoduleName - the module name.protected String noSuchMethod$str()
public final NoSuchMethodException noSuchMethod(String name)
ConnectorLoggernoSuchMethod in interface ConnectorLoggername - the name of the method.NoSuchMethodException for the error.protected String noSuchField$str()
public final NoSuchMethodException noSuchField(String name)
ConnectorLoggernoSuchField in interface ConnectorLoggername - the name of the field.NoSuchMethodException for the error.protected String noPropertyResolution$str()
public final IllegalArgumentException noPropertyResolution(String name)
ConnectorLoggernoPropertyResolution in interface ConnectorLoggername - the name of the property.NoSuchMethodException for the error.protected String archiveOrModuleRequired$str()
public final org.jboss.as.controller.OperationFailedException archiveOrModuleRequired()
ConnectorLoggerarchiveOrModuleRequired in interface ConnectorLoggerprotected String compressedRarNotSupportedInModuleRA$str()
public final String compressedRarNotSupportedInModuleRA(String moduleName)
ConnectorLoggercompressedRarNotSupportedInModuleRA in interface ConnectorLoggermoduleName - the module name.protected String FailedDeployDriverNotSpecified$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException FailedDeployDriverNotSpecified(String dsName)
ConnectorLoggerFailedDeployDriverNotSpecified in interface ConnectorLoggerdsName - the datasource to be deployed.DeploymentUnitProcessingException for the error.protected String RARNotYetDeployed$str()
public final org.jboss.as.controller.OperationFailedException RARNotYetDeployed(String raName)
ConnectorLoggerRARNotYetDeployed in interface ConnectorLoggerraName - - name.OperationFailedException for the error.protected String invalidConnectionFactory$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidConnectionFactory(String cf, String ra, String jndiName)
ConnectorLoggerinvalidConnectionFactory in interface ConnectorLoggercf - The connection factoryra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.protected String adminObjectForJCA10$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException adminObjectForJCA10(String ra, String jndiName)
ConnectorLoggeradminObjectForJCA10 in interface ConnectorLoggerra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.protected String invalidAdminObject$str()
public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidAdminObject(String ao, String ra, String jndiName)
ConnectorLoggerinvalidAdminObject in interface ConnectorLoggerao - The admin objectra - The resource adapterjndiName - The JNDI nameDeploymentUnitProcessingException for the error.public final void cannotFindDriverClassName(String driverName)
ConnectorLoggercannotFindDriverClassName in interface ConnectorLoggerdriverName - the driver jar.protected String cannotFindDriverClassName$str()
public final void unableToRegisterRecovery(String key, boolean isXa)
unableToRegisterRecovery in interface ConnectorLoggerprotected String unableToRegisterRecovery$str()
protected String rejectAttributesMustBeTrue$str()
public final String rejectAttributesMustBeTrue(Set<String> key)
rejectAttributesMustBeTrue in interface ConnectorLoggerpublic final void exceptionDuringUnregistering(org.jboss.jca.core.spi.rar.NotFoundException nfe)
exceptionDuringUnregistering in interface ConnectorLoggerprotected String exceptionDuringUnregistering$str()
protected String jndiNameShouldValidate$str()
public final org.jboss.as.controller.OperationFailedException jndiNameShouldValidate()
jndiNameShouldValidate in interface ConnectorLoggerpublic final void deprecated()
deprecated in interface ConnectorLoggerprotected String deprecated$str()
protected String indexedChildResourceRegistrationNotAvailable$str()
public final IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
indexedChildResourceRegistrationNotAvailable in interface ConnectorLoggerpublic final void legacyDisableEnableOperation(String name)
legacyDisableEnableOperation in interface ConnectorLoggerprotected String legacyDisableEnableOperation$str()
public final void errorDuringRecoveryShutdown(Throwable cause)
errorDuringRecoveryShutdown in interface ConnectorLoggerprotected String errorDuringRecoveryShutdown$str()
public final void errorStoppingRA(Throwable cause)
errorStoppingRA in interface ConnectorLoggerprotected String errorStoppingRA$str()
public final void boundNonJTADataSource(String jndiName)
boundNonJTADataSource in interface ConnectorLoggerprotected String boundNonJTADataSource$str()
public final void unBoundNonJTADataSource(String jndiName)
unBoundNonJTADataSource in interface ConnectorLoggerprotected String unBoundNonJTADataSource$str()
protected String noSupportedOperation$str()
public final UnsupportedOperationException noSupportedOperation(String operation)
noSupportedOperation in interface ConnectorLoggerprotected String oneThreadPoolWorkManager$str()
public final org.jboss.as.controller.OperationFailedException oneThreadPoolWorkManager(String threadPoolName, String threadPoolType, String workManagerName)
oneThreadPoolWorkManager in interface ConnectorLoggerprotected String attributeRequiresTrueAttribute$str()
public final org.jboss.as.controller.OperationFailedException attributeRequiresTrueAttribute(String attribute, String requiredAttribute)
ConnectorLoggertrue.attributeRequiresTrueAttribute in interface ConnectorLoggerattribute - attribute that is invalid: it is defined but requires another attribute to be set as truerequiredAttribute - attribute that is required to be defined as trueprotected String attributeRequiresFalseOrUndefinedAttribute$str()
public final org.jboss.as.controller.OperationFailedException attributeRequiresFalseOrUndefinedAttribute(String attribute, String requiredFalseAttribute)
ConnectorLoggerfalse.attributeRequiresFalseOrUndefinedAttribute in interface ConnectorLoggerattribute - attribute that is invalid: it is defined but requires another attribute to be set as false or to be undefinedrequiredFalseAttribute - attribute that is required to be undefined or defined as falseprotected String subject$str()
public final String subject(Subject subject, String identity)
subject in interface ConnectorLoggerpublic final void elytronHandlerHandle(String callbacks)
elytronHandlerHandle in interface ConnectorLoggerprotected String elytronHandlerHandle$str()
protected String executionSubjectNotSetInHandler$str()
public final SecurityException executionSubjectNotSetInHandler()
executionSubjectNotSetInHandler in interface ConnectorLoggerprotected String invalidCallbackSecurityDomain$str()
public final IllegalArgumentException invalidCallbackSecurityDomain()
invalidCallbackSecurityDomain in interface ConnectorLoggerprotected String unsupportedCreateCallbackHandlerMethod$str()
public final UnsupportedOperationException unsupportedCreateCallbackHandlerMethod()
unsupportedCreateCallbackHandlerMethod in interface ConnectorLoggerprotected String invalidCredentialSourceSupplier$str()
public final IllegalStateException invalidCredentialSourceSupplier(Throwable cause)
invalidCredentialSourceSupplier in interface ConnectorLoggerprotected String invalidElytronWorkManagerSetting$str()
public final IllegalStateException invalidElytronWorkManagerSetting()
invalidElytronWorkManagerSetting in interface ConnectorLoggerprotected String datasourceIsDisabled$str()
public final IllegalArgumentException datasourceIsDisabled(String jndiName)
datasourceIsDisabled in interface ConnectorLoggerpublic final void unexceptedWorkerCompletionError(String errorMessage, Throwable t)
unexceptedWorkerCompletionError in interface ConnectorLoggerprotected String unexceptedWorkerCompletionError$str()
protected String failedToLoadDataSourceClass$str()
public final IllegalStateException failedToLoadDataSourceClass(String clsName, Throwable t)
failedToLoadDataSourceClass in interface ConnectorLoggerCopyright © 2018 JBoss by Red Hat. All rights reserved.