Class NamingLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.naming.logging.NamingLogger_$logger
All Implemented Interfaces:
Serializable, NamingLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2024-09-25T15:58:49+0100") public class NamingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements NamingLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • NamingLogger_$logger

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

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • activatingSubsystem

      public final void activatingSubsystem()
      Description copied from interface: NamingLogger
      Logs an informational message indicating the naming subsystem is being activated.
      Specified by:
      activatingSubsystem in interface NamingLogger
    • activatingSubsystem$str

      protected String activatingSubsystem$str()
    • failedToSet

      public final void failedToSet(Throwable cause, String name)
      Description copied from interface: NamingLogger
      Logs a warning message indicating the name failed to get set.
      Specified by:
      failedToSet in interface NamingLogger
      Parameters:
      cause - the cause of the error.
      name - the name of the object that didn't get set.
    • failedToSet$str

      protected String failedToSet$str()
    • startingService

      public final void startingService()
      Description copied from interface: NamingLogger
      Logs an informational message indicating the naming service is starting.
      Specified by:
      startingService in interface NamingLogger
    • startingService$str

      protected String startingService$str()
    • failedToReleaseBinderService

      public final void failedToReleaseBinderService(Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a class is not an ObjectFactory instance, from the specified module.
      Specified by:
      failedToReleaseBinderService in interface NamingLogger
      Parameters:
      cause - the cause
    • failedToReleaseBinderService$str

      protected String failedToReleaseBinderService$str()
    • failedToLookupJndiViewValue

      public final void failedToLookupJndiViewValue(String entry, Throwable cause)
      Description copied from interface: NamingLogger
      A message indicating that the lookup of an entry's JNDI view value failed.
      Specified by:
      failedToLookupJndiViewValue in interface NamingLogger
      Parameters:
      entry - the jndi name of the entry
      cause - the cause of the error.
    • failedToLookupJndiViewValue$str

      protected String failedToLookupJndiViewValue$str()
    • cannotAddToReadOnlyPermissionCollection$str

      protected String cannotAddToReadOnlyPermissionCollection$str()
    • cannotAddToReadOnlyPermissionCollection

      public final SecurityException cannotAddToReadOnlyPermissionCollection()
      Description copied from interface: NamingLogger
      Creates an exception indicating you cannot add a Permission to a read-only PermissionCollection.
      Specified by:
      cannotAddToReadOnlyPermissionCollection in interface NamingLogger
      Returns:
      A SecurityException for the error.
    • cannotBeNull$str

      protected String cannotBeNull$str()
    • cannotBeNull

      public final String cannotBeNull(String name)
      Description copied from interface: NamingLogger
      A message indicating the name cannot be null.
      Specified by:
      cannotBeNull in interface NamingLogger
      Parameters:
      name - the name.
      Returns:
      the message.
    • cannotDeferenceObject$str

      protected String cannotDeferenceObject$str()
    • cannotDeferenceObject

      public final NamingException cannotDeferenceObject(Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating the object dereference to the object failed.
      Specified by:
      cannotDeferenceObject in interface NamingLogger
      Parameters:
      cause - the cause of the error.
      Returns:
      a NamingException for the error.
    • cannotListNonContextBinding$str

      protected String cannotListNonContextBinding$str()
    • cannotListNonContextBinding

      public final NamingException cannotListNonContextBinding()
      Description copied from interface: NamingLogger
      Creates an exception indicating the inability to list a non-context binding.
      Specified by:
      cannotListNonContextBinding in interface NamingLogger
      Returns:
      a NamingException for the error.
    • cannotLookupLink$str

      protected String cannotLookupLink$str()
    • cannotLookupLink

      public final String cannotLookupLink()
      Description copied from interface: NamingLogger
      A message indicating the link could not be looked up.
      Specified by:
      cannotLookupLink in interface NamingLogger
      Returns:
      the message.
    • cannotResolveService1$str

      protected String cannotResolveService1$str()
    • cannotResolveService

      public final NamingException cannotResolveService(org.jboss.msc.service.ServiceName serviceName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the service name could not be resolved.
      Specified by:
      cannotResolveService in interface NamingLogger
      Parameters:
      serviceName - the service name.
      Returns:
      a NamingException for the error.
    • cannotResolveService3$str

      protected String cannotResolveService3$str()
    • cannotResolveService

      public final NamingException cannotResolveService(org.jboss.msc.service.ServiceName serviceName, String className, String state)
      Description copied from interface: NamingLogger
      Creates an exception indicating the service name could not be resolved.
      Specified by:
      cannotResolveService in interface NamingLogger
      Parameters:
      serviceName - the service name.
      className - the factory class name.
      state - the state of the service.
      Returns:
      a NamingException for the error.
    • cannotResolveServiceBug$str

      protected String cannotResolveServiceBug$str()
    • cannotResolveServiceBug

      public final NamingException cannotResolveServiceBug(org.jboss.msc.service.ServiceName serviceName, String className, String state)
      Description copied from interface: NamingLogger
      Creates an exception indicating the service name could not be resolved and here is a bug.
      Specified by:
      cannotResolveServiceBug in interface NamingLogger
      Parameters:
      serviceName - the service name.
      className - the factory class name.
      state - the state of the service.
      Returns:
      a NamingException for the error.
    • duplicateBinding$str

      protected String duplicateBinding$str()
    • duplicateBinding

      public final String duplicateBinding(JndiName jndiName, Object existing, Object value)
      Description copied from interface: NamingLogger
      A message indicating duplicate JNDI bindings were found.
      Specified by:
      duplicateBinding in interface NamingLogger
      Parameters:
      jndiName - the JNDI name.
      existing - the existing object.
      value - the new object.
      Returns:
      the message.
    • emptyNameNotAllowed$str

      protected String emptyNameNotAllowed$str()
    • emptyNameNotAllowed

      public final InvalidNameException emptyNameNotAllowed()
      Description copied from interface: NamingLogger
      Creates an exception indicating an empty name is not allowed.
      Specified by:
      emptyNameNotAllowed in interface NamingLogger
      Returns:
      an InvalidNameException for the error.
    • entryNotRegistered$str

      protected String entryNotRegistered$str()
    • entryNotRegistered

      public final IllegalStateException entryNotRegistered(Throwable cause, String contextName, Context context)
      Description copied from interface: NamingLogger
      Creates an exception indicating the JNDI entry is not yet registered in the context.
      Specified by:
      entryNotRegistered in interface NamingLogger
      Parameters:
      cause - the cause of the error.
      contextName - the context name.
      context - the context.
      Returns:
      an IllegalStateException for the error.
    • failedToDestroyRootContext$str

      protected String failedToDestroyRootContext$str()
    • failedToDestroyRootContext

      public final IllegalStateException failedToDestroyRootContext(Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating a failure to destroy the root context.
      Specified by:
      failedToDestroyRootContext in interface NamingLogger
      Parameters:
      cause - the cause of the failure.
      Returns:
      an IllegalStateException for the error.
    • failedToInstantiate$str

      protected String failedToInstantiate$str()
    • failedToInstantiate

      public final NamingException failedToInstantiate(Throwable cause, String description, String className, ClassLoader classLoader)
      Description copied from interface: NamingLogger
      Creates an exception indicating the className could not be instantiated from the classLoader.
      Specified by:
      failedToInstantiate in interface NamingLogger
      description - a description.
      className - the class name.
      classLoader - the class loader
      Returns:
      a NamingException for the error.
    • failedToReadContextEntries$str

      protected String failedToReadContextEntries$str()
    • failedToReadContextEntries

      public final String failedToReadContextEntries(String bindingName)
      Description copied from interface: NamingLogger
      A message indicating the context entries could not be read from the binding name represented by the bindingName parameter.
      Specified by:
      failedToReadContextEntries in interface NamingLogger
      Parameters:
      bindingName - the binding name parameter.
      Returns:
      the message.
    • failedToStart$str

      protected String failedToStart$str()
    • failedToStart

      public final String failedToStart(String name)
      Description copied from interface: NamingLogger
      A message indicating a failure to start the name service.
      Specified by:
      failedToStart in interface NamingLogger
      Parameters:
      name - the name of the service.
      Returns:
      the message.
    • illegalContextInName$str

      protected String illegalContextInName$str()
    • illegalContextInName

      public final RuntimeException illegalContextInName(String jndiName)
      Description copied from interface: NamingLogger
      Creates an exception indicating there was an illegal context in the name.
      Specified by:
      illegalContextInName in interface NamingLogger
      Parameters:
      jndiName - the JNDI name.
      Returns:
      a RuntimeException for the error.
    • invalidContextReference$str

      protected String invalidContextReference$str()
    • invalidContextReference

      public final NamingException invalidContextReference(String referenceName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the context reference is invalid.
      Specified by:
      invalidContextReference in interface NamingLogger
      Parameters:
      referenceName - the reference name.
      Returns:
      a NamingException for the error.
    • invalidJndiName$str

      protected String invalidJndiName$str()
    • invalidJndiName

      public final IllegalArgumentException invalidJndiName(String jndiName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the JNDI name is invalid.
      Specified by:
      invalidJndiName in interface NamingLogger
      Parameters:
      jndiName - the invalid JNDI name.
      Returns:
      an IllegalArgumentException for the error.
    • invalidLoadFactor$str

      protected String invalidLoadFactor$str()
    • invalidLoadFactor

      public final IllegalArgumentException invalidLoadFactor()
      Description copied from interface: NamingLogger
      Creates an exception indicating the load factor must be greater than 0 and less then or equal 1.
      Specified by:
      invalidLoadFactor in interface NamingLogger
      Returns:
      an IllegalArgumentException for the error.
    • invalidPermission$str

      protected String invalidPermission$str()
    • invalidPermission

      public final IllegalArgumentException invalidPermission(Permission permission)
      Description copied from interface: NamingLogger
      Creates an exception indicating the permission is invalid.
      Specified by:
      invalidPermission in interface NamingLogger
      Parameters:
      permission - the permission.
      Returns:
      an IllegalArgumentException for the error.
    • invalidPermissionAction$str

      protected String invalidPermissionAction$str()
    • invalidPermissionAction

      public final IllegalArgumentException invalidPermissionAction(String permissionAction)
      Description copied from interface: NamingLogger
      Creates an exception indicating the permission actions is unknown.
      Specified by:
      invalidPermissionAction in interface NamingLogger
      Parameters:
      permissionAction - the permission action.
      Returns:
      an IllegalArgumentException for the error.
    • invalidTableSize$str

      protected String invalidTableSize$str()
    • invalidTableSize

      public final IllegalArgumentException invalidTableSize()
      Description copied from interface: NamingLogger
      Creates an exception indicating the table size cannot be negative.
      Specified by:
      invalidTableSize in interface NamingLogger
      Returns:
      an IllegalArgumentException for the error.
    • jndiViewNotAvailable$str

      protected String jndiViewNotAvailable$str()
    • jndiViewNotAvailable

      public final String jndiViewNotAvailable()
      Description copied from interface: NamingLogger
      A message indicating that JNDI view is only available in runtime mode.
      Specified by:
      jndiViewNotAvailable in interface NamingLogger
      Returns:
      the message.
    • nameNotFoundInContext$str

      protected String nameNotFoundInContext$str()
    • nameNotFoundInContext

      public final NameNotFoundException nameNotFoundInContext(String name, Name contextName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the name could not be found in the context.
      Specified by:
      nameNotFoundInContext in interface NamingLogger
      Parameters:
      name - the name that could not be found.
      contextName - the context name.
      Returns:
      a NameNotFoundException for the error.
    • nullVar$str

      protected String nullVar$str()
    • nullVar

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

      protected String objectFactoryCreationFailure$str()
    • objectFactoryCreationFailure

      public final NamingException objectFactoryCreationFailure(Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating the object factory failed to create from the classloader.
      Specified by:
      objectFactoryCreationFailure in interface NamingLogger
      Parameters:
      cause - the cause of the failure.
      Returns:
      a NamingException for the error.
    • readOnlyNamingContext$str

      protected String readOnlyNamingContext$str()
    • readOnlyNamingContext

      public final OperationNotSupportedException readOnlyNamingContext()
      Description copied from interface: NamingLogger
      Creates an exception indicating the naming context is read-only.
      Specified by:
      readOnlyNamingContext in interface NamingLogger
      Returns:
      an OperationNotSupportedException for the error.
    • serviceAlreadyBound$str

      protected String serviceAlreadyBound$str()
    • serviceAlreadyBound

      public final IllegalArgumentException serviceAlreadyBound(org.jboss.msc.service.ServiceName serviceName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the service name has already been bound.
      Specified by:
      serviceAlreadyBound in interface NamingLogger
      Parameters:
      serviceName - the service name.
      Returns:
      an IllegalArgumentException for the error.
    • tableIsFull$str

      protected String tableIsFull$str()
    • tableIsFull

      public final IllegalStateException tableIsFull()
      Description copied from interface: NamingLogger
      Creates an exception indicating the table is full.
      Specified by:
      tableIsFull in interface NamingLogger
      Returns:
      an IllegalArgumentException for the error.
    • threadInterrupt$str

      protected String threadInterrupt$str()
    • threadInterrupt

      public final NamingException threadInterrupt(org.jboss.msc.service.ServiceName serviceName)
      Description copied from interface: NamingLogger
      Creates an exception indicating the thread was interrupted while retrieving the service.
      Specified by:
      threadInterrupt in interface NamingLogger
      Parameters:
      serviceName - the service name.
      Returns:
      a NamingException for the error.
    • invalidNameForContextBinding$str

      protected String invalidNameForContextBinding$str()
    • invalidNameForContextBinding

      public final org.jboss.as.server.deployment.DeploymentUnitProcessingException invalidNameForContextBinding(String name)
      Specified by:
      invalidNameForContextBinding in interface NamingLogger
    • invalidNamespaceForBinding$str

      protected String invalidNamespaceForBinding$str()
    • invalidNamespaceForBinding

      public final org.jboss.as.controller.OperationFailedException invalidNamespaceForBinding(String name, String namespaces)
      Specified by:
      invalidNamespaceForBinding in interface NamingLogger
    • unknownBindingType$str

      protected String unknownBindingType$str()
    • unknownBindingType

      public final org.jboss.as.controller.OperationFailedException unknownBindingType(String type)
      Description copied from interface: NamingLogger
      Creates an exception indicating that the type for the binding to add is not known.
      Specified by:
      unknownBindingType in interface NamingLogger
      Parameters:
      type - the unknown type
      Returns:
      the exception
    • unsupportedSimpleBindingType$str

      protected String unsupportedSimpleBindingType$str()
    • unsupportedSimpleBindingType

      public final org.jboss.as.controller.OperationFailedException unsupportedSimpleBindingType(String type)
      Description copied from interface: NamingLogger
      Creates an exception indicating that the type for the simple binding to add is not supported.
      Specified by:
      unsupportedSimpleBindingType in interface NamingLogger
      Parameters:
      type - the unsupported type
      Returns:
      the exception
    • unableToTransformURLBindingValue$str

      protected String unableToTransformURLBindingValue$str()
    • unableToTransformURLBindingValue

      public final org.jboss.as.controller.OperationFailedException unableToTransformURLBindingValue(String value, Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating that the string value for the simple URL binding failed to transform.
      Specified by:
      unableToTransformURLBindingValue in interface NamingLogger
      Parameters:
      value - the URL value as string
      cause - the original cause of failure
      Returns:
      the exception
    • couldNotLoadModule$str

      protected String couldNotLoadModule$str()
    • couldNotLoadModule

      public final org.jboss.as.controller.OperationFailedException couldNotLoadModule(org.jboss.modules.ModuleIdentifier moduleID)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a module could not be loaded.
      Specified by:
      couldNotLoadModule in interface NamingLogger
      Parameters:
      moduleID - the module not loaded
      Returns:
      the exception
    • couldNotLoadClassFromModule$str

      protected String couldNotLoadClassFromModule$str()
    • couldNotLoadClassFromModule

      public final org.jboss.as.controller.OperationFailedException couldNotLoadClassFromModule(String className, org.jboss.modules.ModuleIdentifier moduleID)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a class could not be loaded from a module.
      Specified by:
      couldNotLoadClassFromModule in interface NamingLogger
      Parameters:
      className - the name of the class not loaded
      moduleID - the module
      Returns:
      the exception
    • couldNotInstantiateClassInstanceFromModule$str

      protected String couldNotInstantiateClassInstanceFromModule$str()
    • couldNotInstantiateClassInstanceFromModule

      public final org.jboss.as.controller.OperationFailedException couldNotInstantiateClassInstanceFromModule(String className, org.jboss.modules.ModuleIdentifier moduleID)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a class instance could not be instantiate, from the specified module.
      Specified by:
      couldNotInstantiateClassInstanceFromModule in interface NamingLogger
      Parameters:
      className - the name of the class not loaded
      moduleID - the module
      Returns:
      the exception
    • notAnInstanceOfObjectFactory$str

      protected String notAnInstanceOfObjectFactory$str()
    • notAnInstanceOfObjectFactory

      public final org.jboss.as.controller.OperationFailedException notAnInstanceOfObjectFactory(String className, org.jboss.modules.ModuleIdentifier moduleID)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a class is not an ObjectFactory instance, from the specified module.
      Specified by:
      notAnInstanceOfObjectFactory in interface NamingLogger
      Parameters:
      className - the name of the class
      moduleID - the module id
      Returns:
      the exception
    • resourceLookupForInjectionFailed$str

      protected String resourceLookupForInjectionFailed$str()
    • resourceLookupForInjectionFailed

      public final RuntimeException resourceLookupForInjectionFailed(String jndiName, Throwable cause)
      Description copied from interface: NamingLogger
      Creates an exception indicating a lookup failed, wrt javax.annotation.Resource injection.
      Specified by:
      resourceLookupForInjectionFailed in interface NamingLogger
      Parameters:
      jndiName - the JNDI name.
      Returns:
      a RuntimeException for the error.
    • bindingTypeRequiresAttributeDefined$str

      protected String bindingTypeRequiresAttributeDefined$str()
    • bindingTypeRequiresAttributeDefined

      public final org.jboss.as.controller.OperationFailedException bindingTypeRequiresAttributeDefined(BindingType bindingType, String attributeName)
      Description copied from interface: NamingLogger
      Creates an exception indicating that a required attribute is not defined.
      Specified by:
      bindingTypeRequiresAttributeDefined in interface NamingLogger
      Parameters:
      bindingType - binding type
      attributeName - missing attribute
      Returns:
      the exception
    • cacheNotValidForBindingType$str

      protected String cacheNotValidForBindingType$str()
    • cacheNotValidForBindingType

      public final org.jboss.as.controller.OperationFailedException cacheNotValidForBindingType(BindingType type)
      Specified by:
      cacheNotValidForBindingType in interface NamingLogger
    • lookupError$str

      protected String lookupError$str()
    • lookupError

      public final NamingException lookupError(Throwable cause, String name)
      Description copied from interface: NamingLogger
      Creates an exception indicating a lookup failure.
      Specified by:
      lookupError in interface NamingLogger
      Parameters:
      cause - the cause of the error
      name - the bind name.
      Returns:
      a NamingException for the error.
    • serviceNotStarted$str

      protected String serviceNotStarted$str()
    • serviceNotStarted

      public final IllegalStateException serviceNotStarted(org.jboss.msc.service.ServiceName serviceName)
      Description copied from interface: NamingLogger
      Indicates that a service is not started as expected.
      Specified by:
      serviceNotStarted in interface NamingLogger
      Returns:
      the exception
    • cannotRebindExternalContext$str

      protected String cannotRebindExternalContext$str()
    • cannotRebindExternalContext

      public final org.jboss.as.controller.OperationFailedException cannotRebindExternalContext()
      Specified by:
      cannotRebindExternalContext in interface NamingLogger
    • moduleNotFound$str

      protected String moduleNotFound$str()
    • moduleNotFound

      public final org.jboss.as.controller.OperationFailedException moduleNotFound(org.jboss.modules.ModuleIdentifier moduleID, String missingModule)
      Specified by:
      moduleNotFound in interface NamingLogger
    • failedToStartRemoteNamingService$str

      protected String failedToStartRemoteNamingService$str()
    • failedToStartRemoteNamingService

      public final org.jboss.msc.service.StartException failedToStartRemoteNamingService(Throwable cause)
      Specified by:
      failedToStartRemoteNamingService in interface NamingLogger
    • failedToStopRemoteNamingService$str

      protected String failedToStopRemoteNamingService$str()
    • failedToStopRemoteNamingService

      public final IllegalStateException failedToStopRemoteNamingService(Throwable cause)
      Specified by:
      failedToStopRemoteNamingService in interface NamingLogger