public class DefaultRemoteNamingServerLogger extends Object implements RemoteNamingServerLogger
Modifier and Type | Field and Description |
---|---|
static DefaultRemoteNamingServerLogger |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
closingChannel(Channel channel,
Throwable error) |
void |
closingChannelOnChannelEnd(Channel channel) |
void |
failedToDetermineClientVersion(IOException exception) |
void |
failedToSendExceptionResponse(IOException ioe) |
void |
failedToSendHeader(IOException exception) |
void |
nullCorrelationId(Throwable t) |
void |
unexpectedParameterType(byte expected,
byte actual) |
void |
unnexpectedError(Throwable t) |
public static DefaultRemoteNamingServerLogger INSTANCE
public void failedToSendHeader(IOException exception)
failedToSendHeader
in interface RemoteNamingServerLogger
public void failedToDetermineClientVersion(IOException exception)
failedToDetermineClientVersion
in interface RemoteNamingServerLogger
public void closingChannel(Channel channel, Throwable error)
closingChannel
in interface RemoteNamingServerLogger
public void closingChannelOnChannelEnd(Channel channel)
closingChannelOnChannelEnd
in interface RemoteNamingServerLogger
public void unnexpectedError(Throwable t)
unnexpectedError
in interface RemoteNamingServerLogger
public void nullCorrelationId(Throwable t)
nullCorrelationId
in interface RemoteNamingServerLogger
public void failedToSendExceptionResponse(IOException ioe)
failedToSendExceptionResponse
in interface RemoteNamingServerLogger
public void unexpectedParameterType(byte expected, byte actual)
unexpectedParameterType
in interface RemoteNamingServerLogger
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.