Class MessagingLogger_$logger

  • All Implemented Interfaces:
    Serializable, org.jboss.logging.BasicLogger, MessagingLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2023-09-27T18:10:44+0100")
    public class MessagingLogger_$logger
    extends org.jboss.logging.DelegatingBasicLogger
    implements MessagingLogger, org.jboss.logging.BasicLogger, Serializable
    Warning this class consists of generated code.
    See Also:
    Serialized Form
    • Constructor Detail

      • MessagingLogger_$logger

        public MessagingLogger_$logger​(org.jboss.logging.Logger log)
    • Method Detail

      • getLoggingLocale

        protected Locale getLoggingLocale()
      • aioInfo

        public final void aioInfo()
        Description copied from interface: MessagingLogger
        Logs a info message indicating AIO was not found.
        Specified by:
        aioInfo in interface MessagingLogger
      • aioInfo$str

        protected String aioInfo$str()
      • boundJndiName

        public final void boundJndiName​(String jndiName)
        Description copied from interface: MessagingLogger
        Logs an informational message indicating a messaging object was bound to the JNDI name represented by the jndiName parameter.
        Specified by:
        boundJndiName in interface MessagingLogger
        Parameters:
        jndiName - the name the messaging object was bound to.
      • boundJndiName$str

        protected String boundJndiName$str()
      • errorStoppingJmsServer

        public final void errorStoppingJmsServer​(Throwable cause)
        Description copied from interface: MessagingLogger
        Logs an error message indicating an exception occurred while stopping the Jakarta Messaging server.
        Specified by:
        errorStoppingJmsServer in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
      • errorStoppingJmsServer$str

        protected String errorStoppingJmsServer$str()
      • failedToDestroy

        public final void failedToDestroy​(Throwable cause,
                                          String description,
                                          String name)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the connection factory was not destroyed.
        Specified by:
        failedToDestroy in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
        description - the description of what failed to get destroyed.
        name - the name of the factory.
      • failedToDestroy$str

        protected String failedToDestroy$str()
      • failedToDestroy

        public final void failedToDestroy​(String description,
                                          String name)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the connection factory was not destroyed.
        Specified by:
        failedToDestroy in interface MessagingLogger
        Parameters:
        description - the description of what failed to get destroyed.
        name - the name of the factory.
      • revertOperationFailed

        public final void revertOperationFailed​(Throwable cause,
                                                String className,
                                                String operation,
                                                org.jboss.as.controller.PathAddress address)
        Description copied from interface: MessagingLogger
        Logs an error message indicating the class, represented by the className parameter, caught an exception attempting to revert the operation, represented by the operation parameter, at the address, represented by the address parameter.
        Specified by:
        revertOperationFailed in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
        className - the name of the class that caused the error.
        operation - the operation.
        address - the address.
      • revertOperationFailed$str

        protected String revertOperationFailed$str()
      • unboundJndiName

        public final void unboundJndiName​(String jndiName)
        Description copied from interface: MessagingLogger
        Logs an informational message indicating a messaging object was unbound from the JNDI name represented by the jndiName parameter.
        Specified by:
        unboundJndiName in interface MessagingLogger
        Parameters:
        jndiName - the name the messaging object was bound to.
      • unboundJndiName$str

        protected String unboundJndiName$str()
      • couldNotCloseFile$str

        protected String couldNotCloseFile$str()
      • failedToUnbindJndiName

        public final void failedToUnbindJndiName​(String jndiName,
                                                 long timeout,
                                                 String timeUnit)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the messaging object bound to the JNDI name represented by the {@code jndiName) has not be unbound in a timely fashion.
        Specified by:
        failedToUnbindJndiName in interface MessagingLogger
        Parameters:
        jndiName - the name the messaging object was bound to.
        timeout - the timeout value
        timeUnit - the timeout time unit
      • failedToUnbindJndiName$str

        protected String failedToUnbindJndiName$str()
      • startedService

        public final void startedService​(String type,
                                         String name)
        Description copied from interface: MessagingLogger
        Logs an info message when a service for the given type and name is started.
        Specified by:
        startedService in interface MessagingLogger
        Parameters:
        type - the type of the service
        name - the name of the service
      • startedService$str

        protected String startedService$str()
      • stoppedService

        public final void stoppedService​(String type,
                                         String name)
        Description copied from interface: MessagingLogger
        Logs an info message when a service for the given type and name is stopped.
        Specified by:
        stoppedService in interface MessagingLogger
        Parameters:
        type - the type of the service
        name - the name of the service
      • stoppedService$str

        protected String stoppedService$str()
      • unknownPooledConnectionFactoryAttribute$str

        protected String unknownPooledConnectionFactoryAttribute$str()
      • registeredHTTPUpgradeHandler

        public final void registeredHTTPUpgradeHandler​(String name,
                                                       String acceptor)
        Description copied from interface: MessagingLogger
        Logs an info message when a HTTP Upgrade handler is registered for the given protocol.
        Specified by:
        registeredHTTPUpgradeHandler in interface MessagingLogger
        Parameters:
        name - the name of the protocol that is handled
      • registeredHTTPUpgradeHandler$str

        protected String registeredHTTPUpgradeHandler$str()
      • connectorForPooledConnectionFactory

        public final void connectorForPooledConnectionFactory​(String name,
                                                              String connectorName)
        Description copied from interface: MessagingLogger
        Logs a warn message when no connectors were specified for a connection factory definition and one connector was picked up to be used.
        Specified by:
        connectorForPooledConnectionFactory in interface MessagingLogger
        Parameters:
        name - the name of the connection factory definition
        connectorName - the name of the connector that was picked
      • connectorForPooledConnectionFactory$str

        protected String connectorForPooledConnectionFactory$str()
      • cannotBindJndiName$str

        protected String cannotBindJndiName$str()
      • cannotUnbindJndiName$str

        protected String cannotUnbindJndiName$str()
      • childResourceAlreadyExists$str

        protected String childResourceAlreadyExists$str()
      • childResourceAlreadyExists

        public final String childResourceAlreadyExists​(String type)
        Description copied from interface: MessagingLogger
        A message indicating a child resource of the type, represented by the type parameter already exists.
        Specified by:
        childResourceAlreadyExists in interface MessagingLogger
        Parameters:
        type - the type that already exists.
        Returns:
        the message.
      • connectorNotDefined$str

        protected String connectorNotDefined$str()
      • failedToCreate$str

        protected String failedToCreate$str()
      • failedToCreate

        public final org.jboss.msc.service.StartException failedToCreate​(Throwable cause,
                                                                         String name)
        Description copied from interface: MessagingLogger
        Create an exception indicating that a messaging resource has failed to be created
        Specified by:
        failedToCreate in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
        name - the name that failed to be created.
        Returns:
        the message.
      • failedToFindBroadcastSocketBinding$str

        protected String failedToFindBroadcastSocketBinding$str()
      • failedToFindBroadcastSocketBinding

        public final org.jboss.msc.service.StartException failedToFindBroadcastSocketBinding​(String name)
        Description copied from interface: MessagingLogger
        Creates an exception indicating a failure to find the SocketBinding for the broadcast binding.
        Specified by:
        failedToFindBroadcastSocketBinding in interface MessagingLogger
        Parameters:
        name - the name of the connector.
        Returns:
        a StartException for the error.
      • failedToFindConnectorSocketBinding$str

        protected String failedToFindConnectorSocketBinding$str()
      • failedToFindConnectorSocketBinding

        public final org.jboss.msc.service.StartException failedToFindConnectorSocketBinding​(String name)
        Description copied from interface: MessagingLogger
        Creates an exception indicating a failure to find the SocketBinding for the connector.
        Specified by:
        failedToFindConnectorSocketBinding in interface MessagingLogger
        Parameters:
        name - the name of the connector.
        Returns:
        a StartException for the error.
      • failedToFindDiscoverySocketBinding$str

        protected String failedToFindDiscoverySocketBinding$str()
      • failedToFindDiscoverySocketBinding

        public final org.jboss.msc.service.StartException failedToFindDiscoverySocketBinding​(String name)
        Description copied from interface: MessagingLogger
        Creates an exception indicating a failure to find the SocketBinding for the discovery binding.
        Specified by:
        failedToFindDiscoverySocketBinding in interface MessagingLogger
        Parameters:
        name - the name of the connector.
        Returns:
        a StartException for the error.
      • failedToShutdownServer$str

        protected String failedToShutdownServer$str()
      • failedToStartService$str

        protected String failedToStartService$str()
      • failedToStartService

        public final org.jboss.msc.service.StartException failedToStartService​(Throwable cause)
        Description copied from interface: MessagingLogger
        Creates an exception indicating the service failed to start.
        Specified by:
        failedToStartService in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
        Returns:
        a StartException for the error.
      • illegalValue$str

        protected String illegalValue$str()
      • illegalValue

        public final String illegalValue​(Object value,
                                         String element)
        Description copied from interface: MessagingLogger
        A message indicating an illegal value, represented by the value parameter, for the element, represented by the element parameter.
        Specified by:
        illegalValue in interface MessagingLogger
        Parameters:
        value - the illegal value.
        element - the element.
        Returns:
        the message.
      • immutableResource$str

        protected String immutableResource$str()
      • invalid$str

        protected String invalid$str()
      • invalid

        public final String invalid​(Object obj)
        Description copied from interface: MessagingLogger
        A message indicating the object, represented by the obj parameter, is invalid.
        Specified by:
        invalid in interface MessagingLogger
        Parameters:
        obj - the invalid object.
        Returns:
        the message.
      • invalidAttributeType$str

        protected String invalidAttributeType$str()
      • invalidAttributeType

        public final IllegalStateException invalidAttributeType​(String name,
                                                                org.jboss.dmr.ModelType type)
        Description copied from interface: MessagingLogger
        Creates an exception indicating the attribute, represented by the name parameter, has an unexpected type, represented by the type parameter.
        Specified by:
        invalidAttributeType in interface MessagingLogger
        Parameters:
        name - the name of the attribute.
        type - the type of the attribute.
        Returns:
        an IllegalStateException for the error.
      • invalidServiceState$str

        protected String invalidServiceState$str()
      • invalidServiceState

        public final IllegalStateException invalidServiceState​(org.jboss.msc.service.ServiceName service,
                                                               org.jboss.msc.service.ServiceController.State validState,
                                                               org.jboss.msc.service.ServiceController.State currentState)
        Description copied from interface: MessagingLogger
        Creates an exception indicating the service, represented by the service parameter, is in an invalid state.
        Specified by:
        invalidServiceState in interface MessagingLogger
        Parameters:
        service - the service.
        validState - the valid state.
        currentState - the current state of the service.
        Returns:
        an IllegalStateException for the error.
      • jndiNameAlreadyRegistered$str

        protected String jndiNameAlreadyRegistered$str()
      • jndiNameAlreadyRegistered

        public final String jndiNameAlreadyRegistered​(String jndiName)
        Description copied from interface: MessagingLogger
        A message indicating the JNDI name has already been registered.
        Specified by:
        jndiNameAlreadyRegistered in interface MessagingLogger
        Parameters:
        jndiName - the JNDI name.
        Returns:
        the message.
      • required1$str

        protected String required1$str()
      • required

        public final String required​(Object obj)
        Description copied from interface: MessagingLogger
        A message the object, represented by the obj parameter, is required.
        Specified by:
        required in interface MessagingLogger
        Parameters:
        obj - the object that is required.
        Returns:
        the message.
      • required2$str

        protected String required2$str()
      • required

        public final String required​(Object obj1,
                                     Object obj2)
        Description copied from interface: MessagingLogger
        A message indicating either obj1 or obj2 is required.
        Specified by:
        required in interface MessagingLogger
        Parameters:
        obj1 - the first option.
        obj2 - the second option.
        Returns:
        the message.
      • nullVar$str

        protected String nullVar$str()
      • unsupportedAttribute$str

        protected String unsupportedAttribute$str()
      • unsupportedOperation$str

        protected String unsupportedOperation$str()
      • unsupportedRuntimeAttribute$str

        protected String unsupportedRuntimeAttribute$str()
      • activeMQServerNotInstalled$str

        protected String activeMQServerNotInstalled$str()
      • activeMQServerNotInstalled

        public final org.jboss.as.controller.OperationFailedException activeMQServerNotInstalled​(String name)
        Description copied from interface: MessagingLogger
        Creates an exception indicating the ActiveMQServerService for the server with the given name is either not installed or not started.
        Specified by:
        activeMQServerNotInstalled in interface MessagingLogger
        Parameters:
        name - the name of the Hornet Q server.
        Returns:
        an OperationFailedException for the error.
      • couldNotParseDeployment$str

        protected String couldNotParseDeployment$str()
      • operationNotValid$str

        protected String operationNotValid$str()
      • noDestinationRegisteredForAddress$str

        protected String noDestinationRegisteredForAddress$str()
      • securityDomainContextNotSet$str

        protected String securityDomainContextNotSet$str()
      • failedToRecover$str

        protected String failedToRecover$str()
      • failedToRecover

        public final org.jboss.as.controller.OperationFailedException failedToRecover​(Throwable cause,
                                                                                      String name)
        Description copied from interface: MessagingLogger
        Create an exception indicating that a messaging resource has failed to be recovered
        Specified by:
        failedToRecover in interface MessagingLogger
        Parameters:
        cause - the cause of the error.
        name - the name that failed to be recovered.
        Returns:
        the message.
      • canNotRegisterResourceOfType$str

        protected String canNotRegisterResourceOfType$str()
      • canNotRemoveResourceOfType$str

        protected String canNotRemoveResourceOfType$str()
      • serverInBackupMode$str

        protected String serverInBackupMode$str()
      • wrongConnectorRefInBroadCastGroup$str

        protected String wrongConnectorRefInBroadCastGroup$str()
      • wrongConnectorRefInBroadCastGroup

        public final org.jboss.as.controller.OperationFailedException wrongConnectorRefInBroadCastGroup​(String bgName,
                                                                                                        String connectorRef,
                                                                                                        Collection<String> presentConnectors)
        Description copied from interface: MessagingLogger
        Create a failure description message indicating that the given broadcast-group's connector reference is not present in the listed connectors.
        Specified by:
        wrongConnectorRefInBroadCastGroup in interface MessagingLogger
        Returns:
        an OperationFailedException for the error.
      • callNotPermittedOnInjectedJMSContext$str

        protected String callNotPermittedOnInjectedJMSContext$str()
      • callNotPermittedOnInjectedJMSContext

        public final jakarta.jms.IllegalStateRuntimeException callNotPermittedOnInjectedJMSContext()
        Description copied from interface: MessagingLogger
        Create an exception when calling a method not allowed on injected JMSContext.
        Specified by:
        callNotPermittedOnInjectedJMSContext in interface MessagingLogger
        Returns:
        an IllegalStateRuntimeException for the error.
      • noMatchingExpiryAddress

        public final void noMatchingExpiryAddress​(String address,
                                                  String addressSettings)
        Description copied from interface: MessagingLogger
        Logs a warn message when there is no resource matching the address-settings' expiry-address.
        Specified by:
        noMatchingExpiryAddress in interface MessagingLogger
        Parameters:
        address - the name of the address-settings' missing expiry-address
        addressSettings - the name of the address-settings
      • noMatchingExpiryAddress$str

        protected String noMatchingExpiryAddress$str()
      • noMatchingDeadLetterAddress

        public final void noMatchingDeadLetterAddress​(String address,
                                                      String addressSettings)
        Description copied from interface: MessagingLogger
        Logs a warn message when there is no resource matching the address-settings' dead-letter-address.
        Specified by:
        noMatchingDeadLetterAddress in interface MessagingLogger
        Parameters:
        address - the name of the address-settings' missing dead-letter-address
        addressSettings - the name of the address-settings
      • noMatchingDeadLetterAddress$str

        protected String noMatchingDeadLetterAddress$str()
      • canNotRemoveLastJNDIName$str

        protected String canNotRemoveLastJNDIName$str()
      • canNotRemoveLastJNDIName

        public final String canNotRemoveLastJNDIName​(String jndiName)
        Description copied from interface: MessagingLogger
        A message indicating the resource must have at least one JNDI name.
        Specified by:
        canNotRemoveLastJNDIName in interface MessagingLogger
        Parameters:
        jndiName - the JNDI name.
        Returns:
        the message.
      • aioInfoLinux

        public final void aioInfoLinux()
        Description copied from interface: MessagingLogger
        Logs a INFO message indicating AIO was not found, ask to install LibAIO to enable the AIO on Linux systems to achieve optimal performance.
        Specified by:
        aioInfoLinux in interface MessagingLogger
      • aioInfoLinux$str

        protected String aioInfoLinux$str()
      • duplicateElements$str

        protected String duplicateElements$str()
      • duplicateElements

        public final org.jboss.as.controller.OperationFailedException duplicateElements​(String parameterName,
                                                                                        org.jboss.dmr.ModelNode elements)
        Specified by:
        duplicateElements in interface MessagingLogger
      • canNotRemoveUnknownEntry$str

        protected String canNotRemoveUnknownEntry$str()
      • onlyOneChildIsAllowed$str

        protected String onlyOneChildIsAllowed$str()
      • indexedChildResourceRegistrationNotAvailable$str

        protected String indexedChildResourceRegistrationNotAvailable$str()
      • discoveryGroupIsNotDefined$str

        protected String discoveryGroupIsNotDefined$str()
      • unsupportedBroadcastGroupConfigurationForLegacy$str

        protected String unsupportedBroadcastGroupConfigurationForLegacy$str()
      • unsupportedConnectorFactoryForLegacy$str

        protected String unsupportedConnectorFactoryForLegacy$str()
      • managementOperationAllowedOnlyInRunningMode$str

        protected String managementOperationAllowedOnlyInRunningMode$str()
      • noInVMConnector$str

        protected String noInVMConnector$str()
      • noInVMConnector

        public final org.jboss.as.controller.OperationFailedException noInVMConnector()
        Specified by:
        noInVMConnector in interface MessagingLogger
      • unableToLoadClassFromModule$str

        protected String unableToLoadClassFromModule$str()
      • unableToLoadModule$str

        protected String unableToLoadModule$str()
      • unableToLoadModule

        public final org.jboss.as.controller.OperationFailedException unableToLoadModule​(String moduleName,
                                                                                         org.jboss.modules.ModuleLoadException cause)
        Specified by:
        unableToLoadModule in interface MessagingLogger
      • unableToLoadConnectorServiceFactoryClass$str

        protected String unableToLoadConnectorServiceFactoryClass$str()
      • invalidModularParameterValue$str

        protected String invalidModularParameterValue$str()
      • invalidModularParameterValue

        public final org.jboss.as.controller.OperationFailedException invalidModularParameterValue​(long size,
                                                                                                   String parameterName,
                                                                                                   long modular)
        Specified by:
        invalidModularParameterValue in interface MessagingLogger
      • invalidConfiguration$str

        protected String invalidConfiguration$str()
      • invalidNullSecurityDomain$str

        protected String invalidNullSecurityDomain$str()
      • failedAuthenticationWithException$str

        protected String failedAuthenticationWithException$str()
      • failedAuthentication$str

        protected String failedAuthentication$str()
      • failedAuthorization$str

        protected String failedAuthorization$str()
      • jdbcDatabaseDialectDetectionFailed$str

        protected String jdbcDatabaseDialectDetectionFailed$str()
      • multipleClientMappingsFound$str

        protected String multipleClientMappingsFound$str()
      • operationNotAllowedOnJdbcStore$str

        protected String operationNotAllowedOnJdbcStore$str()
      • noSocketBinding$str

        protected String noSocketBinding$str()
      • noSocketBinding

        public final org.jboss.as.controller.OperationFailedException noSocketBinding​(String connectorSocketBinding)
        Specified by:
        noSocketBinding in interface MessagingLogger
      • moduleNotFound$str

        protected String moduleNotFound$str()
      • moduleNotFound

        public final org.jboss.as.controller.OperationFailedException moduleNotFound​(String moduleName,
                                                                                     String missingModule,
                                                                                     org.jboss.modules.ModuleNotFoundException e)
        Specified by:
        moduleNotFound in interface MessagingLogger
      • remoteDestinationCreationFailed$str

        protected String remoteDestinationCreationFailed$str()
      • remoteDestinationDeletionFailed$str

        protected String remoteDestinationDeletionFailed$str()
      • invalidTransactionNameValue$str

        protected String invalidTransactionNameValue$str()
      • upgradeRequestMissingKey$str

        protected String upgradeRequestMissingKey$str()
      • brokerNotStarted$str

        protected String brokerNotStarted$str()
      • legacySecurityUnsupported$str

        protected String legacySecurityUnsupported$str()
      • socketBindingMulticastNotSet$str

        protected String socketBindingMulticastNotSet$str()
      • failedBridgeDeployment$str

        protected String failedBridgeDeployment$str()
      • securityEnabledWithoutDomain$str

        protected String securityEnabledWithoutDomain$str()
      • socketBindingOrJGroupsClusterRequired$str

        protected String socketBindingOrJGroupsClusterRequired$str()