Class ProtocolLogger_$logger

java.lang.Object
org.jboss.logging.DelegatingBasicLogger
org.jboss.as.protocol.logging.ProtocolLogger_$logger
All Implemented Interfaces:
Serializable, ProtocolLogger, org.jboss.logging.BasicLogger

@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-07-30T15:25:42-0500") public class ProtocolLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements ProtocolLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.
See Also:
  • Constructor Details

    • ProtocolLogger_$logger

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

    • getLoggingLocale

      protected Locale getLoggingLocale()
    • errorClosingChannel

      public final void errorClosingChannel(String message)
      Description copied from interface: ProtocolLogger
      Logs a warning message indicating an error occurred when closing the channel.
      Specified by:
      errorClosingChannel in interface ProtocolLogger
      Parameters:
      message - the error message.
    • errorClosingChannel$str

      protected String errorClosingChannel$str()
    • failedToCloseResource

      public final void failedToCloseResource(Throwable cause, Object resource)
      Description copied from interface: ProtocolLogger
      Logs an error message indicating a failure to close the resource.
      Specified by:
      failedToCloseResource in interface ProtocolLogger
      Parameters:
      cause - the cause of the error.
      resource - the resource.
    • failedToCloseResource$str

      protected String failedToCloseResource$str()
    • failedToCloseServerSocket

      public final void failedToCloseServerSocket(Throwable cause, ServerSocket socket)
      Description copied from interface: ProtocolLogger
      Logs an error message indicating a failure to close the server socket.
      Specified by:
      failedToCloseServerSocket in interface ProtocolLogger
      Parameters:
      cause - the cause of the error.
      socket - the server socket.
    • failedToCloseServerSocket$str

      protected String failedToCloseServerSocket$str()
    • noSuchRequest

      public final void noSuchRequest(int requestId, org.jboss.remoting3.Channel channel)
      Specified by:
      noSuchRequest in interface ProtocolLogger
    • noSuchRequest$str

      protected String noSuchRequest$str()
    • couldNotConnect$str

      protected String couldNotConnect$str()
    • couldNotConnect

      public final ConnectException couldNotConnect(URI uri)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating a connection could not be made.
      Specified by:
      couldNotConnect in interface ProtocolLogger
      Parameters:
      uri - the URI attempted to connect.
      Returns:
      a ConnectException for the error.
    • invalidByteToken$str

      protected String invalidByteToken$str()
    • invalidByteToken

      public final IOException invalidByteToken(int expected, byte actual)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating an invalid byte token was found.
      Specified by:
      invalidByteToken in interface ProtocolLogger
      Parameters:
      expected - the expected value.
      actual - the actual value.
      Returns:
      an IOException for the error.
    • invalidSignature$str

      protected String invalidSignature$str()
    • invalidSignature

      public final IOException invalidSignature(String signature)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating the signature is invalid.
      Specified by:
      invalidSignature in interface ProtocolLogger
      Parameters:
      signature - the invalid signature.
      Returns:
      an IOException for the error.
    • invalidType1$str

      protected String invalidType1$str()
    • invalidType

      public final IOException invalidType(String type)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating the type is invalid.
      Specified by:
      invalidType in interface ProtocolLogger
      Parameters:
      type - the invalid type.
      Returns:
      an IOException for the error.
    • invalidType3$str

      protected String invalidType3$str()
    • invalidType

      public final IllegalArgumentException invalidType(String validType1, String validType2, byte providedType)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating the provided type was invalid.
      Specified by:
      invalidType in interface ProtocolLogger
      Parameters:
      validType1 - the first valid type.
      validType2 - the second valid type.
      providedType - the type provided.
      Returns:
      an IllegalArgumentException for the error.
    • operationIdAlreadyExists$str

      protected String operationIdAlreadyExists$str()
    • operationIdAlreadyExists

      public final IllegalStateException operationIdAlreadyExists(int operationId)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating that the operation id is already taken.
      Specified by:
      operationIdAlreadyExists in interface ProtocolLogger
      Parameters:
      operationId - the operation id
      Returns:
      an IllegalStateException for the error.
    • nullExecutor$str

      protected String nullExecutor$str()
    • nullExecutor

      public final IllegalArgumentException nullExecutor()
      Specified by:
      nullExecutor in interface ProtocolLogger
    • failedToConnect$str

      protected String failedToConnect$str()
    • failedToConnect

      public final ConnectException failedToConnect(URI uri, Exception cause)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating a connection could not be made.
      Specified by:
      failedToConnect in interface ProtocolLogger
      Parameters:
      uri - the URI attempted to connect.
      cause - the cause of the failure.
      Returns:
      a ConnectException for the error.
    • channelClosed$str

      protected String channelClosed$str()
    • channelClosed

      public final IOException channelClosed()
      Description copied from interface: ProtocolLogger
      Creates an exception indicating that the channel is closed.
      Specified by:
      channelClosed in interface ProtocolLogger
      Returns:
      an IOException for the error.
    • noSuchResponseHandler$str

      protected String noSuchResponseHandler$str()
    • noSuchResponseHandler

      public final IOException noSuchResponseHandler(String type)
      Specified by:
      noSuchResponseHandler in interface ProtocolLogger
    • responseHandlerNotFound$str

      protected String responseHandlerNotFound$str()
    • responseHandlerNotFound

      public final IOException responseHandlerNotFound(int id)
      Description copied from interface: ProtocolLogger
      Creates an exception indicating the response handler id was not found for the request.
      Specified by:
      responseHandlerNotFound in interface ProtocolLogger
      Parameters:
      id - the id.
      Returns:
      an IOException for the error.
    • cancelledAsyncTask

      public final void cancelledAsyncTask(String asyncTaskRunner, Thread thread)
      Specified by:
      cancelledAsyncTask in interface ProtocolLogger
    • cancelledAsyncTask$str

      protected String cancelledAsyncTask$str()
    • cancelledAsyncTaskBeforeRun

      public final void cancelledAsyncTaskBeforeRun(String asyncTaskRunner)
      Specified by:
      cancelledAsyncTaskBeforeRun in interface ProtocolLogger
    • cancelledAsyncTaskBeforeRun$str

      protected String cancelledAsyncTaskBeforeRun$str()
    • deprecatedCLIConfiguration

      public final void deprecatedCLIConfiguration(String systemPropName)
      Specified by:
      deprecatedCLIConfiguration in interface ProtocolLogger
    • deprecatedCLIConfiguration$str

      protected String deprecatedCLIConfiguration$str()
    • channelTimedOut$str

      protected String channelTimedOut$str()
    • channelTimedOut

      public final IOException channelTimedOut()
      Specified by:
      channelTimedOut in interface ProtocolLogger