Interface ProxoolMessageLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger, ConnectionInfoLogger

    @MessageLogger(projectCode="HHH")
    @ValidIdRange(min=30001,
                  max=35000)
    public interface ProxoolMessageLogger
    extends ConnectionInfoLogger
    The jboss-logging MessageLogger for the hibernate-proxool module. It reserves message ids ranging from 30001 to 35000 inclusively.

    New messages must be added after the last message defined to ensure message codes are unique.

    • Method Detail

      • configuringProxoolProviderToUsePoolAlias

        @LogMessage(level=DEBUG)
        @Message(value="Configuring Proxool Provider to use pool alias: %s",
                 id=30002)
        void configuringProxoolProviderToUsePoolAlias​(String proxoolAlias)
        Logs the name of a named pool to be used for configuration information
        Parameters:
        proxoolAlias - The name (alias) of the proxool pool
      • configuringProxoolProviderUsingExistingPool

        @LogMessage(level=DEBUG)
        @Message(value="Configuring Proxool Provider using existing pool in memory: %s",
                 id=30003)
        void configuringProxoolProviderUsingExistingPool​(String proxoolAlias)
        Logs the name of a named existing pool in memory to be used
        Parameters:
        proxoolAlias - The name (alias) of the proxool pool
      • configuringProxoolProviderUsingJaxpConfigurator

        @LogMessage(level=DEBUG)
        @Message(value="Configuring Proxool Provider using JAXPConfigurator: %s",
                 id=30004)
        void configuringProxoolProviderUsingJaxpConfigurator​(String jaxpFile)
        Logs a message that the proxool pool will be built using its JAXP (XML) configuration mechanism
        Parameters:
        jaxpFile - The XML configuration file to use
      • configuringProxoolProviderUsingPropertiesFile

        @LogMessage(level=DEBUG)
        @Message(value="Configuring Proxool Provider using Properties File: %s",
                 id=30005)
        void configuringProxoolProviderUsingPropertiesFile​(String propFile)
        Logs a message that the proxool pool will be built using a properties file
        Parameters:
        propFile - The properties file to use