Class MessagingLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.wildfly.extension.messaging.activemq._private.MessagingLogger_$logger
All Implemented Interfaces:
Serializable, org.jboss.logging.BasicLogger, MessagingLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-04-09T16:29:18-0500") 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:
  • Constructor Details

    • MessagingLogger_$logger

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

    • 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

      public final void couldNotCloseFile(String file, Throwable cause)
      Specified by:
      couldNotCloseFile in interface MessagingLogger
    • 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. @param jndiName the name the messaging object was bound to. @param timeout the timeout value @param timeUnit the timeout time unit
      Specified by:
      failedToUnbindJndiName in interface MessagingLogger
    • 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

      public final void unknownPooledConnectionFactoryAttribute(String name)
      Specified by:
      unknownPooledConnectionFactoryAttribute in interface MessagingLogger
    • 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()
    • cannotBindJndiName

      public final IllegalArgumentException cannotBindJndiName()
      Description copied from interface: MessagingLogger
      Creates an exception indicating a null or empty JNDI name cannot be bound.
      Specified by:
      cannotBindJndiName in interface MessagingLogger
      Returns:
      an IllegalArgumentException for the error.
    • cannotUnbindJndiName$str

      protected String cannotUnbindJndiName$str()
    • cannotUnbindJndiName

      public final IllegalArgumentException cannotUnbindJndiName()
      Description copied from interface: MessagingLogger
      Creates an exception indicating a null or empty JNDI name cannot be unbound.
      Specified by:
      cannotUnbindJndiName in interface MessagingLogger
      Returns:
      an IllegalArgumentException for the error.
    • 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()
    • connectorNotDefined

      public final IllegalStateException connectorNotDefined(String connectorName)
      Description copied from interface: MessagingLogger
      Creates an exception indicating the connector is not defined.
      Specified by:
      connectorNotDefined in interface MessagingLogger
      Parameters:
      connectorName - the name of the connector.
      Returns:
      an IllegalStateException for the error.
    • 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()
    • failedToShutdownServer

      public final RuntimeException failedToShutdownServer(Throwable cause, String server)
      Description copied from interface: MessagingLogger
      Creates an exception indicating a server failed to shutdown.
      Specified by:
      failedToShutdownServer in interface MessagingLogger
      Parameters:
      cause - the cause of the error.
      server - the server that failed to shutdown.
      Returns:
      a RuntimeException for the error.
    • 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()
    • immutableResource

      public final UnsupportedOperationException immutableResource()
      Description copied from interface: MessagingLogger
      Creates an exception indicating a resource is immutable.
      Specified by:
      immutableResource in interface MessagingLogger
      Returns:
      an UnsupportedOperationException for the error.
    • 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()
    • nullVar

      public final IllegalArgumentException nullVar(String varName)
      Description copied from interface: MessagingLogger
      Creates an exception indicating the variable cannot be null
      Specified by:
      nullVar in interface MessagingLogger
      Parameters:
      varName - the variable name.
      Returns:
      an IllegalArgumentException for the error.
    • unsupportedAttribute$str

      protected String unsupportedAttribute$str()
    • unsupportedAttribute

      public final IllegalStateException unsupportedAttribute(String name)
      Description copied from interface: MessagingLogger
      Creates an exception indicating the read support for the attribute represented by the name parameter was not properly implemented.
      Specified by:
      unsupportedAttribute in interface MessagingLogger
      Parameters:
      name - the name of the attribute.
      Returns:
      an IllegalStateException for the error.
    • unsupportedOperation$str

      protected String unsupportedOperation$str()
    • unsupportedOperation

      public final IllegalStateException unsupportedOperation(String name)
      Description copied from interface: MessagingLogger
      Creates an exception indicating the read support for the operation represented by the name parameter was not properly implemented.
      Specified by:
      unsupportedOperation in interface MessagingLogger
      Parameters:
      name - the operation name.
      Returns:
      an IllegalStateException for the error.
    • unsupportedRuntimeAttribute$str

      protected String unsupportedRuntimeAttribute$str()
    • unsupportedRuntimeAttribute

      public final UnsupportedOperationException unsupportedRuntimeAttribute(String name)
      Description copied from interface: MessagingLogger
      Creates an exception indicating the runtime handling of the attribute represented by the name parameter is not implemented.
      Specified by:
      unsupportedRuntimeAttribute in interface MessagingLogger
      Parameters:
      name - the name of the attribute.
      Returns:
      an UnsupportedOperationException for the error.
    • 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()
    • couldNotParseDeployment

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException couldNotParseDeployment(String file, Throwable cause)
      Specified by:
      couldNotParseDeployment in interface MessagingLogger
    • operationNotValid$str

      protected String operationNotValid$str()
    • operationNotValid

      public final IllegalStateException operationNotValid(String operation)
      Specified by:
      operationNotValid in interface MessagingLogger
    • noDestinationRegisteredForAddress$str

      protected String noDestinationRegisteredForAddress$str()
    • noDestinationRegisteredForAddress

      public final String noDestinationRegisteredForAddress(org.jboss.as.controller.PathAddress address)
      Specified by:
      noDestinationRegisteredForAddress in interface MessagingLogger
    • securityDomainContextNotSet$str

      protected String securityDomainContextNotSet$str()
    • securityDomainContextNotSet

      public final IllegalStateException securityDomainContextNotSet()
      Specified by:
      securityDomainContextNotSet in interface MessagingLogger
    • 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()
    • canNotRegisterResourceOfType

      public final UnsupportedOperationException canNotRegisterResourceOfType(String childType)
      Description copied from interface: MessagingLogger
      Create a failure description message indicating that the resource of given type can not be registered.
      Specified by:
      canNotRegisterResourceOfType in interface MessagingLogger
      Returns:
      an UnsupportedOperationException for the error.
    • canNotRemoveResourceOfType$str

      protected String canNotRemoveResourceOfType$str()
    • canNotRemoveResourceOfType

      public final UnsupportedOperationException canNotRemoveResourceOfType(String childType)
      Description copied from interface: MessagingLogger
      Create a failure description message indicating that the resource of given type can not be removed.
      Specified by:
      canNotRemoveResourceOfType in interface MessagingLogger
      Returns:
      an UnsupportedOperationException for the error.
    • serverInBackupMode$str

      protected String serverInBackupMode$str()
    • serverInBackupMode

      public final String serverInBackupMode(org.jboss.as.controller.PathAddress address)
      Specified by:
      serverInBackupMode in interface MessagingLogger
    • 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.
    • 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()
    • canNotRemoveUnknownEntry

      public final org.jboss.as.controller.OperationFailedException canNotRemoveUnknownEntry(String entry)
      Specified by:
      canNotRemoveUnknownEntry in interface MessagingLogger
    • onlyOneChildIsAllowed$str

      protected String onlyOneChildIsAllowed$str()
    • onlyOneChildIsAllowed

      public final org.jboss.as.controller.OperationFailedException onlyOneChildIsAllowed(String childType, Set<String> childrenNames)
      Specified by:
      onlyOneChildIsAllowed in interface MessagingLogger
    • indexedChildResourceRegistrationNotAvailable$str

      protected String indexedChildResourceRegistrationNotAvailable$str()
    • indexedChildResourceRegistrationNotAvailable

      public final IllegalStateException indexedChildResourceRegistrationNotAvailable(org.jboss.as.controller.PathElement address)
      Specified by:
      indexedChildResourceRegistrationNotAvailable in interface MessagingLogger
    • discoveryGroupIsNotDefined$str

      protected String discoveryGroupIsNotDefined$str()
    • discoveryGroupIsNotDefined

      public final org.jboss.msc.service.StartException discoveryGroupIsNotDefined(String discoveryGroupName)
      Specified by:
      discoveryGroupIsNotDefined in interface MessagingLogger
    • unsupportedBroadcastGroupConfigurationForLegacy$str

      protected String unsupportedBroadcastGroupConfigurationForLegacy$str()
    • unsupportedBroadcastGroupConfigurationForLegacy

      public final org.jboss.msc.service.StartException unsupportedBroadcastGroupConfigurationForLegacy(String broadcastGroupConfigurationClassName)
      Specified by:
      unsupportedBroadcastGroupConfigurationForLegacy in interface MessagingLogger
    • unsupportedConnectorFactoryForLegacy$str

      protected String unsupportedConnectorFactoryForLegacy$str()
    • unsupportedConnectorFactoryForLegacy

      public final org.jboss.msc.service.StartException unsupportedConnectorFactoryForLegacy(String connectorFactoryClassName)
      Specified by:
      unsupportedConnectorFactoryForLegacy in interface MessagingLogger
    • managementOperationAllowedOnlyInRunningMode$str

      protected String managementOperationAllowedOnlyInRunningMode$str()
    • managementOperationAllowedOnlyInRunningMode

      public final org.jboss.as.controller.OperationFailedException managementOperationAllowedOnlyInRunningMode(String operationName, org.jboss.as.controller.RunningMode mode)
      Specified by:
      managementOperationAllowedOnlyInRunningMode in interface MessagingLogger
    • 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()
    • unableToLoadClassFromModule

      public final org.jboss.as.controller.OperationFailedException unableToLoadClassFromModule(String className, String moduleName)
      Specified by:
      unableToLoadClassFromModule in interface MessagingLogger
    • 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()
    • unableToLoadConnectorServiceFactoryClass

      public final org.jboss.as.controller.OperationFailedException unableToLoadConnectorServiceFactoryClass(String factoryClass)
      Specified by:
      unableToLoadConnectorServiceFactoryClass in interface MessagingLogger
    • 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

      public final void invalidConfiguration(org.jboss.as.controller.PathAddress address, String definedAttribute, List<String> otherAttributes)
      Specified by:
      invalidConfiguration in interface MessagingLogger
    • invalidConfiguration$str

      protected String invalidConfiguration$str()
    • invalidNullSecurityDomain$str

      protected String invalidNullSecurityDomain$str()
    • invalidNullSecurityDomain

      public final IllegalArgumentException invalidNullSecurityDomain()
      Specified by:
      invalidNullSecurityDomain in interface MessagingLogger
    • failedAuthenticationWithException

      public final void failedAuthenticationWithException(Throwable cause, String username, String message)
      Specified by:
      failedAuthenticationWithException in interface MessagingLogger
    • failedAuthenticationWithException$str

      protected String failedAuthenticationWithException$str()
    • failedAuthentication

      public final void failedAuthentication(String username)
      Specified by:
      failedAuthentication in interface MessagingLogger
    • failedAuthentication$str

      protected String failedAuthentication$str()
    • failedAuthorization

      public final void failedAuthorization(String username)
      Specified by:
      failedAuthorization in interface MessagingLogger
    • failedAuthorization$str

      protected String failedAuthorization$str()
    • jdbcDatabaseDialectDetectionFailed

      public final void jdbcDatabaseDialectDetectionFailed(String databaseDialects)
      Specified by:
      jdbcDatabaseDialectDetectionFailed in interface MessagingLogger
    • jdbcDatabaseDialectDetectionFailed$str

      protected String jdbcDatabaseDialectDetectionFailed$str()
    • multipleClientMappingsFound

      public final void multipleClientMappingsFound(String socketBindingName, String transportConfigName, String host, int port)
      Specified by:
      multipleClientMappingsFound in interface MessagingLogger
    • multipleClientMappingsFound$str

      protected String multipleClientMappingsFound$str()
    • operationNotAllowedOnJdbcStore$str

      protected String operationNotAllowedOnJdbcStore$str()
    • operationNotAllowedOnJdbcStore

      public final org.jboss.as.controller.OperationFailedException operationNotAllowedOnJdbcStore(String operationName)
      Specified by:
      operationNotAllowedOnJdbcStore in interface MessagingLogger
    • 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()
    • remoteDestinationCreationFailed

      public final org.jboss.msc.service.StartException remoteDestinationCreationFailed(String destinationName, String error)
      Specified by:
      remoteDestinationCreationFailed in interface MessagingLogger
    • remoteDestinationDeletionFailed$str

      protected String remoteDestinationDeletionFailed$str()
    • remoteDestinationDeletionFailed

      public final RuntimeException remoteDestinationDeletionFailed(String destinationName, String error)
      Specified by:
      remoteDestinationDeletionFailed in interface MessagingLogger
    • invalidTransactionNameValue

      public final void invalidTransactionNameValue(String value, String name, Collection<?> validValues)
      Specified by:
      invalidTransactionNameValue in interface MessagingLogger
    • invalidTransactionNameValue$str

      protected String invalidTransactionNameValue$str()
    • upgradeRequestMissingKey$str

      protected String upgradeRequestMissingKey$str()
    • upgradeRequestMissingKey

      public final IOException upgradeRequestMissingKey()
      Specified by:
      upgradeRequestMissingKey in interface MessagingLogger
    • brokerNotStarted$str

      protected String brokerNotStarted$str()
    • brokerNotStarted

      public final IllegalStateException brokerNotStarted()
      Specified by:
      brokerNotStarted in interface MessagingLogger
    • legacySecurityUnsupported$str

      protected String legacySecurityUnsupported$str()
    • legacySecurityUnsupported

      public final IllegalStateException legacySecurityUnsupported()
      Specified by:
      legacySecurityUnsupported in interface MessagingLogger
    • socketBindingMulticastNotSet$str

      protected String socketBindingMulticastNotSet$str()
    • socketBindingMulticastNotSet

      public final org.jboss.as.controller.OperationFailedException socketBindingMulticastNotSet(String resourceType, String resourceName, String socketBindingName)
      Specified by:
      socketBindingMulticastNotSet in interface MessagingLogger
    • failedBridgeDeployment$str

      protected String failedBridgeDeployment$str()
    • failedBridgeDeployment

      public final org.jboss.as.controller.OperationFailedException failedBridgeDeployment(String bridgeName)
      Specified by:
      failedBridgeDeployment in interface MessagingLogger
    • securityEnabledWithoutDomain$str

      protected String securityEnabledWithoutDomain$str()
    • securityEnabledWithoutDomain

      public final IllegalStateException securityEnabledWithoutDomain()
      Specified by:
      securityEnabledWithoutDomain in interface MessagingLogger
    • socketBindingOrJGroupsClusterRequired$str

      protected String socketBindingOrJGroupsClusterRequired$str()
    • socketBindingOrJGroupsClusterRequired

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

      protected String unknownHAPolicyType$str()
    • unknownHAPolicyType

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

      protected String unableToFindRecoveryRegistry$str()
    • unableToFindRecoveryRegistry

      public final IllegalStateException unableToFindRecoveryRegistry()
      Specified by:
      unableToFindRecoveryRegistry in interface MessagingLogger
    • noSubscriptionError$str

      protected String noSubscriptionError$str()
    • noSubscriptionError

      public final IllegalArgumentException noSubscriptionError(String queueName, String clientID)
      Specified by:
      noSubscriptionError in interface MessagingLogger
    • noSubscriptionWithQueueName$str

      protected String noSubscriptionWithQueueName$str()
    • noSubscriptionWithQueueName

      public final IllegalArgumentException noSubscriptionWithQueueName(String queueName)
      Specified by:
      noSubscriptionWithQueueName in interface MessagingLogger
    • missingArguments$str

      protected String missingArguments$str()
    • missingArguments

      public final org.jboss.as.cli.operation.OperationFormatException missingArguments()
      Specified by:
      missingArguments in interface MessagingLogger
    • missingRestype$str

      protected String missingRestype$str()
    • missingRestype

      public final org.jboss.as.cli.operation.OperationFormatException missingRestype()
      Specified by:
      missingRestype in interface MessagingLogger
    • missingJNDIName$str

      protected String missingJNDIName$str()
    • missingJNDIName

      public final org.jboss.as.cli.operation.OperationFormatException missingJNDIName()
      Specified by:
      missingJNDIName in interface MessagingLogger
    • failedToParseProperty$str

      protected String failedToParseProperty$str()
    • failedToParseProperty

      public final org.jboss.as.cli.operation.OperationFormatException failedToParseProperty(String prop)
      Specified by:
      failedToParseProperty in interface MessagingLogger
    • unsupportedResourceType$str

      protected String unsupportedResourceType$str()
    • unsupportedResourceType

      public final org.jboss.as.cli.operation.OperationFormatException unsupportedResourceType(String restype)
      Specified by:
      unsupportedResourceType in interface MessagingLogger
    • missingName$str

      protected String missingName$str()
    • missingName

      public final org.jboss.as.cli.operation.OperationFormatException missingName()
      Specified by:
      missingName in interface MessagingLogger
    • jndiWasNotFound$str

      protected String jndiWasNotFound$str()
    • jndiWasNotFound

      public final org.jboss.as.cli.operation.OperationFormatException jndiWasNotFound(String jndiName)
      Specified by:
      jndiWasNotFound in interface MessagingLogger