@MessageLogger(projectCode="JBREM") public interface Messages extends BasicLogger
Modifier and Type | Field and Description |
---|---|
static Messages |
client |
static Messages |
conn |
static Messages |
log |
static Messages |
server |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final Messages log
static final Messages conn
static final Messages server
static final Messages client
@Message(id=200, value="Remote connection failed: %s") @LogMessage(level=DEBUG) void connectionError(IOException cause)
@Message(id=201, value="Received invalid message on %s") IOException invalidMessage(Object connection)
@Message(id=202, value="Abrupt close on %s") IOException abruptClose(Object connection)
@LogMessage(level=WARN) @Message(id=203, value="Message missing protocol byte") void bufferUnderflowRaw()
@LogMessage(level=WARN) @Message(id=204, value="Buffer underflow parsing message with protocol ID %02x") void bufferUnderflow(int id)
@LogMessage(level=DEBUG) @Message(id=205, value="Failed to accept a connection: %s") void failedToAccept(Exception e)
@Message(id=206, value="Channel is not open") NotOpenException channelNotOpen()
@Message(id=207, value="Failed to send a message (channel is busy)") ChannelBusyException channelBusy()
@Message(id=208, value="Write operation interrupted") InterruptedIOException writeInterrupted()
@LogMessage(level=ERROR) @Message(id=209, value="An exception occurred in a message handler") void exceptionInUserHandler(@Cause Throwable throwable)
@LogMessage(level=FATAL) @Message(id=210, value="Internal Error: received a message with duplicate ID %d from %s") void duplicateMessageId(short messageId, SocketAddress peerAddress)
@Message(value="Internal Error: received a message with a duplicate ID") IOException duplicateMessageIdException()
@Message(id=211, value="Invalid XNIO worker; the worker must match the Remoting Endpoint worker") IllegalArgumentException invalidWorker()
@Message(id=212, value="Failed to configure SSL context") IOException failedToConfigureSslContext(@Cause Throwable cause)
@LogMessage(level=TRACE) @Message(value="Message with unknown protocol ID %d received") void unknownProtocolId(int id)
@LogMessage(level=TRACE) @Message(value="Rejected invalid SASL mechanism %s") void rejectedInvalidMechanism(String name)
@Message(id=300, value="Authentication failed due to I/O error") AuthenticationException authenticationExceptionIo(@Cause IOException e)
@Message(id=301, value="Mechanism name \"%s\" is too long") IOException mechanismNameTooLong(String mechName)
@Message(id=302, value="Authentication message too large") IOException authenticationMessageTooLarge()
@Message(id=303, value="Authentication protocol failed (extra response)") AuthenticationException authenticationExtraResponse()
@Message(id=304, value="Server rejected authentication") AuthenticationException serverRejectedAuthentication()
@Message(id=305, value="Authentication failed (connection closed)") AuthenticationException authenticationExceptionClosed()
@Message(id=306, value="Authentication failed (SASL client construction failure)") AuthenticationException authenticationNoSaslClient(@Cause SaslException e)
@Message(id=307, value="Authentication interrupted") AuthenticationException authenticationInterrupted()
@Message(id=308, value="Authentication failed (no mechanisms left), tried: %s") AuthenticationException noAuthMechanismsLeft(String triedStr)
@Message(id=309, value="Authentication not supported for this peer") AuthenticationException authenticationNotSupported()
Copyright © 2017 JBoss by Red Hat. All rights reserved.