Class ConnectorLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.connector.logging.ConnectorLogger_$logger
All Implemented Interfaces:
Serializable, ConnectorLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-05-14T16:42:13+0200") public class ConnectorLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements ConnectorLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • ConnectorLogger_$logger

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

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • boundDataSource

      public final void boundDataSource(String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the data source has been bound.
      Specified by:
      boundDataSource in interface ConnectorLogger
      Parameters:
      jndiName - the JNDI name
    • boundDataSource$str

      protected String boundDataSource$str()
    • boundJca

      public final void boundJca(String description, String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the Jakarta Connectors bound the object represented by the description parameter.
      Specified by:
      boundJca in interface ConnectorLogger
      Parameters:
      description - the description of what was bound.
      jndiName - the JNDI name.
    • boundJca$str

      protected String boundJca$str()
    • cannotInstantiateDriverClass

      public final void cannotInstantiateDriverClass(String driverClassName, Throwable reason)
      Description copied from interface: ConnectorLogger
      Logs a warning message indicating inability to instantiate the driver class.
      Specified by:
      cannotInstantiateDriverClass in interface ConnectorLogger
      Parameters:
      driverClassName - the driver class name.
      reason - the reason the the driver could not be instantiated.
    • cannotInstantiateDriverClass2$str

      protected String cannotInstantiateDriverClass2$str()
    • deployingCompliantJdbcDriver

      public final void deployingCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the JDBC driver is compliant.
      Specified by:
      deployingCompliantJdbcDriver in interface ConnectorLogger
      Parameters:
      driver - the JDBC driver class.
      majorVersion - the major version of the driver.
      minorVersion - the minor version of the driver.
    • deployingCompliantJdbcDriver$str

      protected String deployingCompliantJdbcDriver$str()
    • deployingNonCompliantJdbcDriver

      public final void deployingNonCompliantJdbcDriver(Class<? extends Driver> driver, int majorVersion, int minorVersion)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the JDBC driver is non-compliant.
      Specified by:
      deployingNonCompliantJdbcDriver in interface ConnectorLogger
      Parameters:
      driver - the non-compliant JDBC driver class.
      majorVersion - the major version of the driver.
      minorVersion - the minor version of the driver.
    • deployingNonCompliantJdbcDriver$str

      protected String deployingNonCompliantJdbcDriver$str()
    • registeredAdminObject

      public final void registeredAdminObject(String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating an admin object was registered.
      Specified by:
      registeredAdminObject in interface ConnectorLogger
      Parameters:
      jndiName - the JNDI name.
    • registeredAdminObject$str

      protected String registeredAdminObject$str()
    • registeredConnectionFactory

      public final void registeredConnectionFactory(String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the JNDI connection factory was registered.
      Specified by:
      registeredConnectionFactory in interface ConnectorLogger
      Parameters:
      jndiName - the JNDI connection factory.
    • registeredConnectionFactory$str

      protected String registeredConnectionFactory$str()
    • startingSubsystem

      public final void startingSubsystem(String subsystem, String version)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the subsystem, represented by the subsystem parameter, is starting.
      Specified by:
      startingSubsystem in interface ConnectorLogger
      Parameters:
      subsystem - the subsystem that is starting.
      version - the version of the subsystem.
    • startingSubsystem$str

      protected String startingSubsystem$str()
    • unboundDataSource

      public final void unboundDataSource(String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the data source has been unbound.
      Specified by:
      unboundDataSource in interface ConnectorLogger
      Parameters:
      jndiName - the JNDI name
    • unboundDataSource$str

      protected String unboundDataSource$str()
    • unboundJca

      public final void unboundJca(String description, String jndiName)
      Description copied from interface: ConnectorLogger
      Logs an informational message indicating the Jakarta Connectors inbound the object represented by the description parameter.
      Specified by:
      unboundJca in interface ConnectorLogger
      Parameters:
      description - the description of what was unbound.
      jndiName - the JNDI name.
    • unboundJca$str

      protected String unboundJca$str()
    • driversElementNotSupported

      public final void driversElementNotSupported(String deploymentName)
      Specified by:
      driversElementNotSupported in interface ConnectorLogger
    • driversElementNotSupported$str

      protected String driversElementNotSupported$str()
    • driverNameAndResourceNameNotEquals$str

      protected String driverNameAndResourceNameNotEquals$str()
    • driverNameAndResourceNameNotEquals

      public final org.jboss.as.controller.OperationFailedException driverNameAndResourceNameNotEquals(String driverName, String resourceName)
      Specified by:
      driverNameAndResourceNameNotEquals in interface ConnectorLogger
    • methodNotFoundOnDataSource

      public final void methodNotFoundOnDataSource(String method, Class<?> clazz)
      Specified by:
      methodNotFoundOnDataSource in interface ConnectorLogger
    • methodNotFoundOnDataSource$str

      protected String methodNotFoundOnDataSource$str()
    • forceIJToNull

      public final void forceIJToNull()
      Specified by:
      forceIJToNull in interface ConnectorLogger
    • forceIJToNull$str

      protected String forceIJToNull$str()
    • startedDriverService

      public final void startedDriverService(String driverName)
      Specified by:
      startedDriverService in interface ConnectorLogger
    • startedDriverService$str

      protected String startedDriverService$str()
    • stoppedDriverService

      public final void stoppedDriverService(String driverName)
      Specified by:
      stoppedDriverService in interface ConnectorLogger
    • stoppedDriverService$str

      protected String stoppedDriverService$str()
    • unsupportedSelectorOption

      public final void unsupportedSelectorOption(String name)
      Specified by:
      unsupportedSelectorOption in interface ConnectorLogger
    • unsupportedSelectorOption$str

      protected String unsupportedSelectorOption$str()
    • unsupportedPolicyOption

      public final void unsupportedPolicyOption(String name)
      Specified by:
      unsupportedPolicyOption in interface ConnectorLogger
    • unsupportedPolicyOption$str

      protected String unsupportedPolicyOption$str()
    • failedToStartJGroupsChannel$str

      protected String failedToStartJGroupsChannel$str()
    • failedToStartJGroupsChannel

      public final org.jboss.msc.service.StartException failedToStartJGroupsChannel(String channelName, String wmName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to start JGroup channel for a Distributed Work Manager
      Specified by:
      failedToStartJGroupsChannel in interface ConnectorLogger
      Parameters:
      channelName - the name of the channel
      wmName - the name of the workmanager
      Returns:
      a StartException for the error.
    • failedToFindDistributedWorkManager$str

      protected String failedToFindDistributedWorkManager$str()
    • failedToFindDistributedWorkManager

      public final org.jboss.as.controller.OperationFailedException failedToFindDistributedWorkManager(String wmName)
      Specified by:
      failedToFindDistributedWorkManager in interface ConnectorLogger
    • failedToStartDWMTransport$str

      protected String failedToStartDWMTransport$str()
    • failedToStartDWMTransport

      public final org.jboss.msc.service.StartException failedToStartDWMTransport(String wmName)
      Specified by:
      failedToStartDWMTransport in interface ConnectorLogger
    • unsupportedSelector$str

      protected String unsupportedSelector$str()
    • unsupportedSelector

      public final org.jboss.as.controller.OperationFailedException unsupportedSelector(String name)
      Specified by:
      unsupportedSelector in interface ConnectorLogger
    • unsupportedPolicy$str

      protected String unsupportedPolicy$str()
    • unsupportedPolicy

      public final org.jboss.as.controller.OperationFailedException unsupportedPolicy(String name)
      Specified by:
      unsupportedPolicy in interface ConnectorLogger
    • noSecurityDefined

      public final void noSecurityDefined(String jndiName)
      Specified by:
      noSecurityDefined in interface ConnectorLogger
    • noSecurityDefined$str

      protected String noSecurityDefined$str()
    • connectionFactoryAnnotation

      public final void connectionFactoryAnnotation(String jndiName)
      Specified by:
      connectionFactoryAnnotation in interface ConnectorLogger
    • connectionFactoryAnnotation$str

      protected String connectionFactoryAnnotation$str()
    • adminObjectAnnotation

      public final void adminObjectAnnotation(String jndiName)
      Specified by:
      adminObjectAnnotation in interface ConnectorLogger
    • adminObjectAnnotation$str

      protected String adminObjectAnnotation$str()
    • cannotDeploy$str

      protected String cannotDeploy$str()
    • cannotDeploy

      public final org.jboss.jca.deployers.common.DeployException cannotDeploy(Throwable cause)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the inability to complete the deployment.
      Specified by:
      cannotDeploy in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a DeployException for the error.
    • cannotDeployAndValidate$str

      protected String cannotDeployAndValidate$str()
    • cannotDeployAndValidate

      public final org.jboss.jca.deployers.common.DeployException cannotDeployAndValidate(Throwable cause)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the inability to deploy and validate a datasource or an XA datasource.
      Specified by:
      cannotDeployAndValidate in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a DeployException for the error.
    • deploymentError$str

      protected String deploymentError$str()
    • deploymentError

      public final org.jboss.msc.service.StartException deploymentError(Throwable cause, String name)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating an error occurred during deployment.
      Specified by:
      deploymentError in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the deployment in error.
      Returns:
      a StartException for the error.
    • cannotInstantiateDriverClass1$str

      protected String cannotInstantiateDriverClass1$str()
    • cannotInstantiateDriverClass

      public final String cannotInstantiateDriverClass(String driverClassName)
      Description copied from interface: ConnectorLogger
      A message indicating inability to instantiate the driver class.
      Specified by:
      cannotInstantiateDriverClass in interface ConnectorLogger
      Parameters:
      driverClassName - the driver class name.
      Returns:
      the message.
    • driverVersionMismatch$str

      protected String driverVersionMismatch$str()
    • driverVersionMismatch

      public final IllegalStateException driverVersionMismatch()
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the specified driver version does not match the actual driver version.
      Specified by:
      driverVersionMismatch in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • failedToCreate$str

      protected String failedToCreate$str()
    • failedToCreate

      public final String failedToCreate(String type, org.jboss.dmr.ModelNode operation, String reasonMessage)
      Description copied from interface: ConnectorLogger
      A message indicating the type, represented by the type parameter, failed to be created for the operation represented by the operation message.
      Specified by:
      failedToCreate in interface ConnectorLogger
      Parameters:
      type - the type that failed to create.
      operation - the operation.
      reasonMessage - the reason.
      Returns:
      the message.
    • failedToGetMetrics$str

      protected String failedToGetMetrics$str()
    • failedToGetMetrics

      public final String failedToGetMetrics(String message)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to get the metrics.
      Specified by:
      failedToGetMetrics in interface ConnectorLogger
      Parameters:
      message - a message to append.
      Returns:
      the message.
    • failedToGetUrlDelimiter$str

      protected String failedToGetUrlDelimiter$str()
    • failedToGetUrlDelimiter

      public final org.jboss.jca.deployers.common.DeployException failedToGetUrlDelimiter(Throwable cause)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to get the URL delimiter.
      Specified by:
      failedToGetUrlDelimiter in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a DeployException for the error.
    • failedToInvokeOperation$str

      protected String failedToInvokeOperation$str()
    • failedToInvokeOperation

      public final String failedToInvokeOperation(String message)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to invoke an operation.
      Specified by:
      failedToInvokeOperation in interface ConnectorLogger
      Parameters:
      message - the message to append.
      Returns:
      th message.
    • failedToLoadModuleDriver$str

      protected String failedToLoadModuleDriver$str()
    • failedToLoadModuleDriver

      public final String failedToLoadModuleDriver(String moduleName)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to load the module for a driver.
      Specified by:
      failedToLoadModuleDriver in interface ConnectorLogger
      Parameters:
      moduleName - the module name.
      Returns:
      the message.
    • failedToMatchPool$str

      protected String failedToMatchPool$str()
    • failedToMatchPool

      public final IllegalArgumentException failedToMatchPool(String jndiName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to match the pool.
      Specified by:
      failedToMatchPool in interface ConnectorLogger
      Parameters:
      jndiName - the JNDI name.
      Returns:
      an IllegalArgumentException for the error.
    • failedToParseServiceXml$str

      protected String failedToParseServiceXml$str()
    • failedToParseServiceXml

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseServiceXml(org.jboss.vfs.VirtualFile xmlFile)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to parse the service XML.
      Specified by:
      failedToParseServiceXml in interface ConnectorLogger
      Parameters:
      xmlFile - the service XML file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToParseServiceXml

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToParseServiceXml(Throwable cause, org.jboss.vfs.VirtualFile xmlFile)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to parse the service XML.
      Specified by:
      failedToParseServiceXml in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      xmlFile - the service XML file.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToProcessRaChild$str

      protected String failedToProcessRaChild$str()
    • failedToProcessRaChild

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToProcessRaChild(Throwable cause, org.jboss.vfs.VirtualFile deploymentRoot)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to process the resource adapter child archives for the deployment root represented by the deploymentRoot parameter.
      Specified by:
      failedToProcessRaChild in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      deploymentRoot - the deployment root.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • failedToSetAttribute$str

      protected String failedToSetAttribute$str()
    • failedToSetAttribute

      public final String failedToSetAttribute(String message)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to set an attribute.
      Specified by:
      failedToSetAttribute in interface ConnectorLogger
      Parameters:
      message - the message to append.
      Returns:
      the message.
    • failedToStartRaDeployment$str

      protected String failedToStartRaDeployment$str()
    • failedToStartRaDeployment

      public final org.jboss.msc.service.StartException failedToStartRaDeployment(Throwable cause, String deploymentName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the deployment, represented by the deploymentName parameter, failed to start.
      Specified by:
      failedToStartRaDeployment in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      deploymentName - the deployment name.
      Returns:
      a StartException for the error.
    • invalidConnection$str

      protected String invalidConnection$str()
    • invalidConnection

      public final IllegalStateException invalidConnection(Exception e)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the connection is not valid.
      Specified by:
      invalidConnection in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • jndiBindingsNotSupported$str

      protected String jndiBindingsNotSupported$str()
    • jndiBindingsNotSupported

      public final IllegalStateException jndiBindingsNotSupported()
      Description copied from interface: ConnectorLogger
      Creates an exception indicating non-explicit JNDI bindings are not supported.
      Specified by:
      jndiBindingsNotSupported in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • noMetricsAvailable$str

      protected String noMetricsAvailable$str()
    • noMetricsAvailable

      public final String noMetricsAvailable()
      Description copied from interface: ConnectorLogger
      A message indicating there are no metrics available.
      Specified by:
      noMetricsAvailable in interface ConnectorLogger
      Returns:
      the message.
    • notAnAnnotation$str

      protected String notAnAnnotation$str()
    • notAnAnnotation

      public final IllegalArgumentException notAnAnnotation(Class<?> clazz)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the class, represented by the clazz parameter, should be an annotation.
      Specified by:
      notAnAnnotation in interface ConnectorLogger
      Parameters:
      clazz - the invalid class.
      Returns:
      an IllegalArgumentException for the error.
    • nullVar$str

      protected String nullVar$str()
    • nullVar

      public final String nullVar(String name)
      Description copied from interface: ConnectorLogger
      A message indicating the variable is null.
      Specified by:
      nullVar in interface ConnectorLogger
      Parameters:
      name - the name of the variable.
      Returns:
      the message
    • serviceAlreadyStarted$str

      protected String serviceAlreadyStarted$str()
    • serviceAlreadyStarted

      public final String serviceAlreadyStarted(String serviceType, Object obj)
      Description copied from interface: ConnectorLogger
      A message indicating the service, represented by the serviceType parameter, is already started on the object represented by the obj parameter.
      Specified by:
      serviceAlreadyStarted in interface ConnectorLogger
      Parameters:
      serviceType - the service type.
      obj - the object.
      Returns:
      the message.
    • serviceNotAvailable$str

      protected String serviceNotAvailable$str()
    • serviceNotAvailable

      public final String serviceNotAvailable(String serviceType, Object obj)
      Description copied from interface: ConnectorLogger
      A message indicating the service, represented by the serviceType parameter, is not available on th object represented by the obj parameter.
      Specified by:
      serviceNotAvailable in interface ConnectorLogger
      Parameters:
      serviceType - the service type.
      obj - the object.
      Returns:
      the message.
    • serviceNotStarted$str

      protected String serviceNotStarted$str()
    • serviceNotStarted

      public final IllegalStateException serviceNotStarted()
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the service is not started.
      Specified by:
      serviceNotStarted in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • undefinedVar$str

      protected String undefinedVar$str()
    • undefinedVar

      public final IllegalArgumentException undefinedVar(String name)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a variable is undefined.
      Specified by:
      undefinedVar in interface ConnectorLogger
      Parameters:
      name - the name of the variable.
      Returns:
      an IllegalArgumentException for the error.
    • failedToLoadNativeLibraries$str

      protected String failedToLoadNativeLibraries$str()
    • failedToLoadNativeLibraries

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException failedToLoadNativeLibraries(Throwable cause)
      Description copied from interface: ConnectorLogger
      Failed to load native libraries
      Specified by:
      failedToLoadNativeLibraries in interface ConnectorLogger
      Parameters:
      cause - the exception.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • exceptionDeployingDatasource$str

      protected String exceptionDeployingDatasource$str()
    • exceptionDeployingDatasource

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException exceptionDeployingDatasource(Throwable cause, String datasource)
      Specified by:
      exceptionDeployingDatasource in interface ConnectorLogger
    • noDataSourceRegisteredForAddress$str

      protected String noDataSourceRegisteredForAddress$str()
    • noDataSourceRegisteredForAddress

      public final String noDataSourceRegisteredForAddress(org.jboss.as.controller.PathAddress address)
      Description copied from interface: ConnectorLogger
      No datasource exists at the deployment address
      Specified by:
      noDataSourceRegisteredForAddress in interface ConnectorLogger
    • unknownAttribute$str

      protected String unknownAttribute$str()
    • unknownAttribute

      public final IllegalStateException unknownAttribute(String attributeName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating unknown attribute
      Specified by:
      unknownAttribute in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • unknownOperation$str

      protected String unknownOperation$str()
    • unknownOperation

      public final IllegalStateException unknownOperation(String attributeName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating unknown operation
      Specified by:
      unknownOperation in interface ConnectorLogger
      Returns:
      an IllegalStateException for the error.
    • xaDataSourcePropertiesNotPresent$str

      protected String xaDataSourcePropertiesNotPresent$str()
    • xaDataSourcePropertiesNotPresent

      public final org.jboss.as.controller.OperationFailedException xaDataSourcePropertiesNotPresent()
      Description copied from interface: ConnectorLogger
      A message indicating that at least on xa-datasource-property is required
      Specified by:
      xaDataSourcePropertiesNotPresent in interface ConnectorLogger
      Returns:
      the message.
    • deploymentFailed$str

      protected String deploymentFailed$str()
    • deploymentFailed

      public final org.jboss.jca.deployers.common.DeployException deploymentFailed(Throwable cause, String className)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the deployment failed.
      Specified by:
      deploymentFailed in interface ConnectorLogger
      Parameters:
      cause - the cause of the error.
      className - the name of the class that failed.
      Returns:
      a DeployException for the error.
    • failedToLoadModuleRA$str

      protected String failedToLoadModuleRA$str()
    • failedToLoadModuleRA

      public final String failedToLoadModuleRA(String moduleName, String cause)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to load the module for a RA deployed as module.
      Specified by:
      failedToLoadModuleRA in interface ConnectorLogger
      Parameters:
      moduleName - the module name.
      Returns:
      the message.
    • noSuchMethod$str

      protected String noSuchMethod$str()
    • noSuchMethod

      public final NoSuchMethodException noSuchMethod(String name)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a method is undefined.
      Specified by:
      noSuchMethod in interface ConnectorLogger
      Parameters:
      name - the name of the method.
      Returns:
      an NoSuchMethodException for the error.
    • noSuchField$str

      protected String noSuchField$str()
    • noSuchField

      public final NoSuchMethodException noSuchField(String name)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a field is undefined.
      Specified by:
      noSuchField in interface ConnectorLogger
      Parameters:
      name - the name of the field.
      Returns:
      an NoSuchMethodException for the error.
    • noPropertyResolution$str

      protected String noPropertyResolution$str()
    • noPropertyResolution

      public final IllegalArgumentException noPropertyResolution(String name)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a property can't be resolved
      Specified by:
      noPropertyResolution in interface ConnectorLogger
      Parameters:
      name - the name of the property.
      Returns:
      an NoSuchMethodException for the error.
    • archiveOrModuleRequired$str

      protected String archiveOrModuleRequired$str()
    • archiveOrModuleRequired

      public final org.jboss.as.controller.OperationFailedException archiveOrModuleRequired()
      Description copied from interface: ConnectorLogger
      A message indicating that at least one of archive or module attributes gave to be defined
      Specified by:
      archiveOrModuleRequired in interface ConnectorLogger
      Returns:
      the message.
    • compressedRarNotSupportedInModuleRA$str

      protected String compressedRarNotSupportedInModuleRA$str()
    • compressedRarNotSupportedInModuleRA

      public final String compressedRarNotSupportedInModuleRA(String moduleName)
      Description copied from interface: ConnectorLogger
      A message indicating a failure to load the module for a RA deployed as module. The cause of this failure ius the use of unsupported compressed form for the rar
      Specified by:
      compressedRarNotSupportedInModuleRA in interface ConnectorLogger
      Parameters:
      moduleName - the module name.
      Returns:
      the message.
    • FailedDeployDriverNotSpecified$str

      protected String FailedDeployDriverNotSpecified$str()
    • FailedDeployDriverNotSpecified

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException FailedDeployDriverNotSpecified(String dsName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating a failure to deploy the datasource because driver is not specified
      Specified by:
      FailedDeployDriverNotSpecified in interface ConnectorLogger
      Parameters:
      dsName - the datasource to be deployed.
      Returns:
      a DeploymentUnitProcessingException for the error.
    • RARNotYetDeployed$str

      protected String RARNotYetDeployed$str()
    • RARNotYetDeployed

      public final org.jboss.as.controller.OperationFailedException RARNotYetDeployed(String raName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating missing rar.
      Specified by:
      RARNotYetDeployed in interface ConnectorLogger
      Parameters:
      raName - - name.
      Returns:
      a OperationFailedException for the error.
    • invalidConnectionFactory$str

      protected String invalidConnectionFactory$str()
    • invalidConnectionFactory

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidConnectionFactory(String cf, String ra, String jndiName)
      Description copied from interface: ConnectorLogger
      Invalid connection factory interface defined
      Specified by:
      invalidConnectionFactory in interface ConnectorLogger
      Parameters:
      cf - The connection factory
      ra - The resource adapter
      jndiName - The JNDI name
      Returns:
      a DeploymentUnitProcessingException for the error.
    • adminObjectForJCA10$str

      protected String adminObjectForJCA10$str()
    • adminObjectForJCA10

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException adminObjectForJCA10(String ra, String jndiName)
      Description copied from interface: ConnectorLogger
      Admin object declared for JCA 1.0 archive
      Specified by:
      adminObjectForJCA10 in interface ConnectorLogger
      Parameters:
      ra - The resource adapter
      jndiName - The JNDI name
      Returns:
      a DeploymentUnitProcessingException for the error.
    • invalidAdminObject$str

      protected String invalidAdminObject$str()
    • invalidAdminObject

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidAdminObject(String ao, String ra, String jndiName)
      Description copied from interface: ConnectorLogger
      Invalid admin object class defined
      Specified by:
      invalidAdminObject in interface ConnectorLogger
      Parameters:
      ao - The admin object
      ra - The resource adapter
      jndiName - The JNDI name
      Returns:
      a DeploymentUnitProcessingException for the error.
    • cannotFindDriverClassName

      public final void cannotFindDriverClassName(String driverName)
      Description copied from interface: ConnectorLogger
      Logs a warning message indicating can't find the driver class name.
      Specified by:
      cannotFindDriverClassName in interface ConnectorLogger
      Parameters:
      driverName - the driver jar.
    • cannotFindDriverClassName$str

      protected String cannotFindDriverClassName$str()
    • unableToRegisterRecovery

      public final void unableToRegisterRecovery(String key, boolean isXa)
      Specified by:
      unableToRegisterRecovery in interface ConnectorLogger
    • unableToRegisterRecovery$str

      protected String unableToRegisterRecovery$str()
    • rejectAttributesMustBeTrue$str

      protected String rejectAttributesMustBeTrue$str()
    • rejectAttributesMustBeTrue

      public final String rejectAttributesMustBeTrue(Set<String> key)
      Specified by:
      rejectAttributesMustBeTrue in interface ConnectorLogger
    • exceptionDuringUnregistering

      public final void exceptionDuringUnregistering(org.jboss.jca.core.spi.rar.NotFoundException nfe)
      Specified by:
      exceptionDuringUnregistering in interface ConnectorLogger
    • exceptionDuringUnregistering$str

      protected String exceptionDuringUnregistering$str()
    • jndiNameShouldValidate$str

      protected String jndiNameShouldValidate$str()
    • jndiNameShouldValidate

      public final org.jboss.as.controller.OperationFailedException jndiNameShouldValidate()
      Specified by:
      jndiNameShouldValidate in interface ConnectorLogger
    • deprecated

      public final void deprecated()
      Specified by:
      deprecated in interface ConnectorLogger
    • deprecated$str

      protected String deprecated$str()
    • indexedChildResourceRegistrationNotAvailable$str

      protected String indexedChildResourceRegistrationNotAvailable$str()
    • indexedChildResourceRegistrationNotAvailable

      public final IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
      Specified by:
      indexedChildResourceRegistrationNotAvailable in interface ConnectorLogger
    • legacyDisableEnableOperation

      public final void legacyDisableEnableOperation(String name)
      Specified by:
      legacyDisableEnableOperation in interface ConnectorLogger
    • legacyDisableEnableOperation$str

      protected String legacyDisableEnableOperation$str()
    • errorDuringRecoveryShutdown

      public final void errorDuringRecoveryShutdown(Throwable cause)
      Specified by:
      errorDuringRecoveryShutdown in interface ConnectorLogger
    • errorDuringRecoveryShutdown$str

      protected String errorDuringRecoveryShutdown$str()
    • errorStoppingRA

      public final void errorStoppingRA(Throwable cause)
      Specified by:
      errorStoppingRA in interface ConnectorLogger
    • errorStoppingRA$str

      protected String errorStoppingRA$str()
    • boundNonJTADataSource

      public final void boundNonJTADataSource(String jndiName)
      Specified by:
      boundNonJTADataSource in interface ConnectorLogger
    • boundNonJTADataSource$str

      protected String boundNonJTADataSource$str()
    • unBoundNonJTADataSource

      public final void unBoundNonJTADataSource(String jndiName)
      Specified by:
      unBoundNonJTADataSource in interface ConnectorLogger
    • unBoundNonJTADataSource$str

      protected String unBoundNonJTADataSource$str()
    • noSupportedOperation$str

      protected String noSupportedOperation$str()
    • noSupportedOperation

      public final UnsupportedOperationException noSupportedOperation(String operation)
      Specified by:
      noSupportedOperation in interface ConnectorLogger
    • oneThreadPoolWorkManager$str

      protected String oneThreadPoolWorkManager$str()
    • oneThreadPoolWorkManager

      public final org.jboss.as.controller.OperationFailedException oneThreadPoolWorkManager(String threadPoolName, String threadPoolType, String workManagerName)
      Specified by:
      oneThreadPoolWorkManager in interface ConnectorLogger
    • attributeRequiresTrueAttribute$str

      protected String attributeRequiresTrueAttribute$str()
    • attributeRequiresTrueAttribute

      public final org.jboss.as.controller.OperationFailedException attributeRequiresTrueAttribute(String attribute, String requiredAttribute)
      Description copied from interface: ConnectorLogger
      A message indicating that an attribute can only be set if another attribute is set as true.
      Specified by:
      attributeRequiresTrueAttribute in interface ConnectorLogger
      Parameters:
      attribute - attribute that is invalid: it is defined but requires another attribute to be set as true
      requiredAttribute - attribute that is required to be defined as true
      Returns:
      the message.
    • attributeRequiresFalseOrUndefinedAttribute$str

      protected String attributeRequiresFalseOrUndefinedAttribute$str()
    • attributeRequiresFalseOrUndefinedAttribute

      public final org.jboss.as.controller.OperationFailedException attributeRequiresFalseOrUndefinedAttribute(String attribute, String requiredFalseAttribute)
      Description copied from interface: ConnectorLogger
      A message indicating that an attribute can only be set if another attribute is undefined or set as false.
      Specified by:
      attributeRequiresFalseOrUndefinedAttribute in interface ConnectorLogger
      Parameters:
      attribute - attribute that is invalid: it is defined but requires another attribute to be set as false or to be undefined
      requiredFalseAttribute - attribute that is required to be undefined or defined as false
      Returns:
      the message.
    • subject$str

      protected String subject$str()
    • subject

      public final String subject(Subject subject, String identity)
      Specified by:
      subject in interface ConnectorLogger
    • elytronHandlerHandle

      public final void elytronHandlerHandle(String callbacks)
      Specified by:
      elytronHandlerHandle in interface ConnectorLogger
    • elytronHandlerHandle$str

      protected String elytronHandlerHandle$str()
    • executionSubjectNotSetInHandler$str

      protected String executionSubjectNotSetInHandler$str()
    • executionSubjectNotSetInHandler

      public final SecurityException executionSubjectNotSetInHandler()
      Specified by:
      executionSubjectNotSetInHandler in interface ConnectorLogger
    • invalidCallbackSecurityDomain$str

      protected String invalidCallbackSecurityDomain$str()
    • invalidCallbackSecurityDomain

      public final IllegalArgumentException invalidCallbackSecurityDomain()
      Specified by:
      invalidCallbackSecurityDomain in interface ConnectorLogger
    • unsupportedCreateCallbackHandlerMethod$str

      protected String unsupportedCreateCallbackHandlerMethod$str()
    • unsupportedCreateCallbackHandlerMethod

      public final UnsupportedOperationException unsupportedCreateCallbackHandlerMethod()
      Specified by:
      unsupportedCreateCallbackHandlerMethod in interface ConnectorLogger
    • invalidCredentialSourceSupplier$str

      protected String invalidCredentialSourceSupplier$str()
    • invalidCredentialSourceSupplier

      public final IllegalStateException invalidCredentialSourceSupplier(Throwable cause)
      Specified by:
      invalidCredentialSourceSupplier in interface ConnectorLogger
    • invalidElytronWorkManagerSetting$str

      protected String invalidElytronWorkManagerSetting$str()
    • invalidElytronWorkManagerSetting

      public final IllegalStateException invalidElytronWorkManagerSetting()
      Specified by:
      invalidElytronWorkManagerSetting in interface ConnectorLogger
    • datasourceIsDisabled$str

      protected String datasourceIsDisabled$str()
    • datasourceIsDisabled

      public final IllegalArgumentException datasourceIsDisabled(String jndiName)
      Specified by:
      datasourceIsDisabled in interface ConnectorLogger
    • unexceptedWorkerCompletionError

      public final void unexceptedWorkerCompletionError(String errorMessage, Throwable t)
      Specified by:
      unexceptedWorkerCompletionError in interface ConnectorLogger
    • unexceptedWorkerCompletionError$str

      protected String unexceptedWorkerCompletionError$str()
    • failedToLoadDataSourceClass$str

      protected String failedToLoadDataSourceClass$str()
    • failedToLoadDataSourceClass

      public final org.jboss.as.controller.OperationFailedException failedToLoadDataSourceClass(String clsName, Throwable t)
      Specified by:
      failedToLoadDataSourceClass in interface ConnectorLogger
    • missingDependencyInModuleDriver$str

      protected String missingDependencyInModuleDriver$str()
    • missingDependencyInModuleDriver

      public final String missingDependencyInModuleDriver(String moduleName, String missingModule)
      Specified by:
      missingDependencyInModuleDriver in interface ConnectorLogger
    • raModuleNotFound$str

      protected String raModuleNotFound$str()
    • raModuleNotFound

      public final String raModuleNotFound(String moduleName, String missingModule)
      Specified by:
      raModuleNotFound in interface ConnectorLogger
    • notAValidDataSourceClass$str

      protected String notAValidDataSourceClass$str()
    • notAValidDataSourceClass

      public final org.jboss.as.controller.OperationFailedException notAValidDataSourceClass(String clz, String dsClz)
      Specified by:
      notAValidDataSourceClass in interface ConnectorLogger
    • bindingAlias

      public final void bindingAlias(String jndiName, String alias)
      Specified by:
      bindingAlias in interface ConnectorLogger
    • bindingAlias$str

      protected String bindingAlias$str()
    • unbindingAlias

      public final void unbindingAlias(String jndiName, String alias)
      Specified by:
      unbindingAlias in interface ConnectorLogger
    • unbindingAlias$str

      protected String unbindingAlias$str()
    • cannotStartDSNoConnectionFactory$str

      protected String cannotStartDSNoConnectionFactory$str()
    • cannotStartDSNoConnectionFactory

      public final org.jboss.msc.service.StartException cannotStartDSNoConnectionFactory(String dataSourceJNDIName)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the data source was unable to start because it create more than one connection factory.
      Specified by:
      cannotStartDSNoConnectionFactory in interface ConnectorLogger
      Returns:
      a StartException for the error.
    • cannotStartDSTooManyConnectionFactories$str

      protected String cannotStartDSTooManyConnectionFactories$str()
    • cannotStartDSTooManyConnectionFactories

      public final org.jboss.msc.service.StartException cannotStartDSTooManyConnectionFactories(String dataSourceJNDIName, int factoriesCount)
      Description copied from interface: ConnectorLogger
      Creates an exception indicating the data source was unable to start because it create more than one connection factory.
      Specified by:
      cannotStartDSTooManyConnectionFactories in interface ConnectorLogger
      Returns:
      a StartException for the error.
    • threadPoolNameMustMatchWorkManagerName$str

      protected String threadPoolNameMustMatchWorkManagerName$str()
    • threadPoolNameMustMatchWorkManagerName

      public final org.jboss.as.controller.OperationFailedException threadPoolNameMustMatchWorkManagerName(String threadPoolName, String threadPoolType, String workManagerName)
      Specified by:
      threadPoolNameMustMatchWorkManagerName in interface ConnectorLogger
    • legacySecurityNotAvailable2$str

      protected String legacySecurityNotAvailable2$str()
    • legacySecurityNotAvailable

      public final org.jboss.as.controller.OperationFailedException legacySecurityNotAvailable(String connectionDef, String ra)
      Specified by:
      legacySecurityNotAvailable in interface ConnectorLogger
    • legacySecurityNotAvailable1$str

      protected String legacySecurityNotAvailable1$str()
    • legacySecurityNotAvailable

      public final org.jboss.as.controller.OperationFailedException legacySecurityNotAvailable(String datasourceName)
      Specified by:
      legacySecurityNotAvailable in interface ConnectorLogger
    • legacySecurityNotAvailableForDsXml$str

      protected String legacySecurityNotAvailableForDsXml$str()
    • legacySecurityNotAvailableForDsXml

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException legacySecurityNotAvailableForDsXml(String datasourceName)
      Specified by:
      legacySecurityNotAvailableForDsXml in interface ConnectorLogger
    • legacySecurityNotAvailableForRa$str

      protected String legacySecurityNotAvailableForRa$str()
    • legacySecurityNotAvailableForRa

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException legacySecurityNotAvailableForRa(String deploymentName)
      Specified by:
      legacySecurityNotAvailableForRa in interface ConnectorLogger
    • legacySecurityNotAvailableForConnectionFactory$str

      protected String legacySecurityNotAvailableForConnectionFactory$str()
    • legacySecurityNotAvailableForConnectionFactory

      public final IllegalStateException legacySecurityNotAvailableForConnectionFactory(String jndiName)
      Specified by:
      legacySecurityNotAvailableForConnectionFactory in interface ConnectorLogger
    • legacySecurityNotAvailable0$str

      protected String legacySecurityNotAvailable0$str()
    • legacySecurityNotAvailable

      public final IllegalStateException legacySecurityNotAvailable()
      Specified by:
      legacySecurityNotAvailable in interface ConnectorLogger
    • wrongModuleName$str

      protected String wrongModuleName$str()
    • wrongModuleName

      public final org.jboss.as.controller.OperationFailedException wrongModuleName(org.jboss.modules.ModuleLoadException exception, String moduleName)
      Specified by:
      wrongModuleName in interface ConnectorLogger
    • reportDirectoryDoesNotExist$str

      protected String reportDirectoryDoesNotExist$str()
    • reportDirectoryDoesNotExist

      public final org.jboss.as.controller.OperationFailedException reportDirectoryDoesNotExist(String reportDirectory)
      Specified by:
      reportDirectoryDoesNotExist in interface ConnectorLogger
    • legacySecurityAttributeNotSupported$str

      protected String legacySecurityAttributeNotSupported$str()
    • legacySecurityAttributeNotSupported

      public final org.jboss.as.controller.OperationFailedException legacySecurityAttributeNotSupported(String attribute)
      Specified by:
      legacySecurityAttributeNotSupported in interface ConnectorLogger
    • legacySecurityNotSupported$str

      protected String legacySecurityNotSupported$str()
    • legacySecurityNotSupported

      public final String legacySecurityNotSupported()
      Specified by:
      legacySecurityNotSupported in interface ConnectorLogger
    • authorizationFailed$str

      protected String authorizationFailed$str()
    • authorizationFailed

      public final SecurityException authorizationFailed()
      Specified by:
      authorizationFailed in interface ConnectorLogger
    • nameAttributeIsMandatory$str

      protected String nameAttributeIsMandatory$str()
    • nameAttributeIsMandatory

      public final XMLStreamException nameAttributeIsMandatory()
      Specified by:
      nameAttributeIsMandatory in interface ConnectorLogger
    • jdbcDriverNotInstalled$str

      protected String jdbcDriverNotInstalled$str()
    • jdbcDriverNotInstalled

      public final org.jboss.as.controller.OperationFailedException jdbcDriverNotInstalled(String jdbcDriver)
      Specified by:
      jdbcDriverNotInstalled in interface ConnectorLogger