Class MessagingLogger_$logger

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

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2022-07-08T18:28:13+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()
      • deprecatedXMLElement

        public final void deprecatedXMLElement​(String name)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the XML element with the given name is deprecated and will not be used anymore.
        Specified by:
        deprecatedXMLElement in interface MessagingLogger
        Parameters:
        name - the name of the deprecated XML element
      • deprecatedXMLElement1$str

        protected String deprecatedXMLElement1$str()
      • deprecatedXMLAttribute

        public final void deprecatedXMLAttribute​(String name)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the XML attribute with the given name is deprecated and will not be used anymore.
        Specified by:
        deprecatedXMLAttribute in interface MessagingLogger
        Parameters:
        name - the name of the deprecated XML attribute
      • deprecatedXMLAttribute$str

        protected String deprecatedXMLAttribute$str()
      • deprecatedAttribute

        public final void deprecatedAttribute​(String name,
                                              org.jboss.as.controller.PathAddress address)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the management attribute with the given name is deprecated and will not be used anymore.
        Specified by:
        deprecatedAttribute in interface MessagingLogger
        Parameters:
        name - the name of the deprecated XML attribute
      • deprecatedAttribute$str

        protected String deprecatedAttribute$str()
      • canNotChangeClusteredAttribute$str

        protected String canNotChangeClusteredAttribute$str()
      • deprecatedXMLElement

        public final void deprecatedXMLElement​(String name,
                                               String replacement)
        Description copied from interface: MessagingLogger
        Logs a warning message indicating the XML element with the given name is deprecated and instead a different attribute will be used.
        Specified by:
        deprecatedXMLElement in interface MessagingLogger
        Parameters:
        name - the name of the deprecated XML element
      • deprecatedXMLElement2$str

        protected String deprecatedXMLElement2$str()
      • altAttributeAlreadyDefined$str

        protected String altAttributeAlreadyDefined$str()
      • altAttributeAlreadyDefined

        public final String altAttributeAlreadyDefined​(String name)
        Description copied from interface: MessagingLogger
        A message indicating the alternative attribute represented by the name parameter is already defined.
        Specified by:
        altAttributeAlreadyDefined in interface MessagingLogger
        Parameters:
        name - the attribute name.
        Returns:
        the message.
      • attributeDefinitionsMustMatch$str

        protected String attributeDefinitionsMustMatch$str()
      • attributeDefinitionsNotUnique$str

        protected String attributeDefinitionsNotUnique$str()
      • cannotIncludeOperationParameters$str

        protected String cannotIncludeOperationParameters$str()
      • cannotIncludeOperationParameters

        public final String cannotIncludeOperationParameters​(String paramName1,
                                                             String paramName2)
        Description copied from interface: MessagingLogger
        A message indicating the operation cannot include the parameter represented by paramName1 and the parameter represented by the paramName2 parameter.
        Specified by:
        cannotIncludeOperationParameters in interface MessagingLogger
        Parameters:
        paramName1 - the name of the parameter.
        paramName2 - the name of the parameter.
        Returns:
        the message.
      • ignoringUnhandledElement$str

        protected String ignoringUnhandledElement$str()
      • illegalElement$str

        protected String illegalElement$str()
      • illegalElement

        public final String illegalElement​(String illegalElement,
                                           String element)
        Description copied from interface: MessagingLogger
        A message indicating an illegal element, represented by the illegalElement parameter, cannot be used when the element, represented by the element parameter, is used.
        Specified by:
        illegalElement in interface MessagingLogger
        Parameters:
        illegalElement - the illegal element.
        element - the element the illegalElement cannot be used with.
        Returns:
        the message.
      • illegalValue2$str

        protected String illegalValue2$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.
      • illegalValue3$str

        protected String illegalValue3$str()
      • illegalValue

        public final String illegalValue​(Object value,
                                         String element,
                                         org.jboss.dmr.ModelType expectedType)
        Description copied from interface: MessagingLogger
        A message indicating an illegal value, represented by the value parameter, for the element, represented by the element parameter, as it could not be converted to the required type, represented by the expectedType parameter.
        Specified by:
        illegalValue in interface MessagingLogger
        Parameters:
        value - the illegal value.
        element - the element.
        expectedType - the required type.
        Returns:
        the message.
      • 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.
      • invalidOperationParameters$str

        protected String invalidOperationParameters$str()
      • invalidOperationParameters

        public final String invalidOperationParameters​(String paramName1,
                                                       String paramName2)
        Description copied from interface: MessagingLogger
        A message indicating the operation must include the parameter represented by paramName1 or the parameter represented by the paramName2 parameter.
        Specified by:
        invalidOperationParameters in interface MessagingLogger
        Parameters:
        paramName1 - the name of the parameter.
        paramName2 - the name of the parameter.
        Returns:
        the message.
      • multipleChildrenFound$str

        protected String multipleChildrenFound$str()
      • 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.
      • unsupportedElement$str

        protected String unsupportedElement$str()
      • onlyOneRequired$str

        protected String onlyOneRequired$str()
      • onlyOneRequired

        public final String onlyOneRequired​(Object obj1,
                                            Object obj2)
        Description copied from interface: MessagingLogger
        A message indicating only of of obj1 or obj2 is allowed.
        Specified by:
        onlyOneRequired in interface MessagingLogger
        Parameters:
        obj1 - the first option.
        obj2 - the second option.
        Returns:
        the message.
      • 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.
      • undefineAttributeWithoutAlternative$str

        protected String undefineAttributeWithoutAlternative$str()
      • undefineAttributeWithoutAlternative

        public final String undefineAttributeWithoutAlternative​(String name)
        Description copied from interface: MessagingLogger
        A message indicating the alternative attribute represented by the name parameter can not be undefined as the resource has not defined any other alternative .
        Specified by:
        undefineAttributeWithoutAlternative in interface MessagingLogger
        Parameters:
        name - the attribute name.
        Returns:
        the message.
      • inconsistentStatisticsSettings$str

        protected String inconsistentStatisticsSettings$str()
      • 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()
      • 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
      • migrateOperationAllowedOnlyInAdminOnly$str

        protected String migrateOperationAllowedOnlyInAdminOnly$str()
      • couldNotMigrateBroadcastGroupAttribute$str

        protected String couldNotMigrateBroadcastGroupAttribute$str()
      • migrationFailed$str

        protected String migrationFailed$str()
      • couldNotMigrateInterceptors$str

        protected String couldNotMigrateInterceptors$str()
      • couldNotMigrateHA$str

        protected String couldNotMigrateHA$str()
      • couldNotMigrateDiscoveryGroupAttribute$str

        protected String couldNotMigrateDiscoveryGroupAttribute$str()
      • couldNotCreateLegacyConnectionFactoryUsingInVMConnector$str

        protected String couldNotCreateLegacyConnectionFactoryUsingInVMConnector$str()
      • couldNotMigrateResourceAttributeWithExpression$str

        protected String couldNotMigrateResourceAttributeWithExpression$str()
      • couldNotMigrateUnsupportedAttribute$str

        protected String couldNotMigrateUnsupportedAttribute$str()
      • couldNotMigrateFailbackDelayAttribute$str

        protected String couldNotMigrateFailbackDelayAttribute$str()
      • couldNotMigrateDiscoveryGroup$str

        protected String couldNotMigrateDiscoveryGroup$str()
      • couldNotMigrateBroadcastGroup$str

        protected String couldNotMigrateBroadcastGroup$str()
      • couldNotMigrateBroadcastGroupWithoutConnectors$str

        protected String couldNotMigrateBroadcastGroupWithoutConnectors$str()