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 RemoteNamingServerLoggerpublic void failedToDetermineClientVersion(IOException exception)
failedToDetermineClientVersion in interface RemoteNamingServerLoggerpublic void closingChannel(Channel channel, Throwable error)
closingChannel in interface RemoteNamingServerLoggerpublic void closingChannelOnChannelEnd(Channel channel)
closingChannelOnChannelEnd in interface RemoteNamingServerLoggerpublic void unnexpectedError(Throwable t)
unnexpectedError in interface RemoteNamingServerLoggerpublic void nullCorrelationId(Throwable t)
nullCorrelationId in interface RemoteNamingServerLoggerpublic void failedToSendExceptionResponse(IOException ioe)
failedToSendExceptionResponse in interface RemoteNamingServerLoggerpublic void unexpectedParameterType(byte expected,
byte actual)
unexpectedParameterType in interface RemoteNamingServerLoggerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.