@MessageLogger(projectCode="JBREM")
interface RemoteLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static RemoteLogger |
client |
static RemoteLogger |
conn |
static RemoteLogger |
log |
static RemoteLogger |
server |
| Modifier and Type | Method and Description |
|---|---|
java.io.IOException |
abruptClose(RemoteConnection connection) |
void |
bufferUnderflow(int id) |
void |
bufferUnderflowRaw() |
ChannelBusyException |
channelBusy() |
NotOpenException |
channelNotOpen() |
void |
connectionError(java.io.IOException cause) |
void |
duplicateMessageId(short messageId,
java.net.SocketAddress peerAddress) |
java.io.IOException |
duplicateMessageIdException() |
void |
exceptionInUserHandler(java.lang.Throwable throwable) |
void |
failedToAccept(java.io.IOException e) |
java.io.IOException |
invalidMessage(RemoteConnection connection) |
java.lang.IllegalArgumentException |
invalidWorker() |
void |
unknownProtocolId(int id) |
java.io.InterruptedIOException |
writeInterrupted() |
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, warnvstatic final RemoteLogger log
static final RemoteLogger conn
static final RemoteLogger server
static final RemoteLogger client
@Message(id=200,
value="Remote connection failed: %s")
@LogMessage(level=DEBUG)
void connectionError(java.io.IOException cause)
@Message(id=201,
value="Received invalid message on %s")
java.io.IOException invalidMessage(RemoteConnection connection)
@Message(id=202,
value="Abrupt close on %s")
java.io.IOException abruptClose(RemoteConnection 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(java.io.IOException 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")
java.io.InterruptedIOException writeInterrupted()
@LogMessage(level=ERROR)
@Message(id=209,
value="An exception occurred in a message handler")
void exceptionInUserHandler(@Cause
java.lang.Throwable throwable)
@LogMessage(level=FATAL)
@Message(id=210,
value="Internal Error: received a message with duplicate ID %d from %s")
void duplicateMessageId(short messageId,
java.net.SocketAddress peerAddress)
@Message(value="Internal Error: received a message with a duplicate ID") java.io.IOException duplicateMessageIdException()
@LogMessage(level=TRACE) @Message(value="Message with unknown protocol ID %d received") void unknownProtocolId(int id)
@Message(id=211,
value="Invalid XNIO worker; the worker must match the Remoting Endpoint worker")
java.lang.IllegalArgumentException invalidWorker()