@MessageLogger(projectCode="JBAS")
public interface NamingLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static NamingLogger |
ROOT_LOGGER
The root logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSubsystem()
Logs an informational message indicating the naming subsystem is being activated.
|
void |
closingChannel(org.jboss.remoting3.Channel channel,
Throwable t) |
void |
closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel) |
void |
failedToDetermineClientVersion(IOException exception) |
void |
failedToLookupJndiViewValue(String entry,
Throwable cause)
A message indicating that the lookup of an entry's JNDI view value failed.
|
void |
failedToReleaseBinderService(Throwable cause)
Creates an exception indicating that a class is not an
ObjectFactory instance, from the specified module. |
void |
failedToSendExceptionResponse(IOException ioe) |
void |
failedToSendHeader(IOException exception) |
void |
failedToSet(Throwable cause,
String name)
Logs a warning message indicating the
name failed to get set. |
void |
nullCorrelationId(Throwable t) |
void |
startingService()
Logs an informational message indicating the naming service is starting.
|
void |
unexpectedError(Throwable t) |
void |
unexpectedParameterType(byte expected,
byte actual) |
debug, debug, debug, debug, 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, 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 NamingLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=11800,
value="Activating Naming Subsystem")
void activatingSubsystem()
@LogMessage(level=WARN)
@Message(id=11801,
value="Failed to set %s")
void failedToSet(@Cause
Throwable cause,
String name)
name failed to get set.cause - the cause of the error.name - the name of the object that didn't get set.@LogMessage(level=INFO)
@Message(id=11802,
value="Starting Naming Service")
void startingService()
@LogMessage(level=ERROR)
@Message(id=11803,
value="Unable to send header, closing channel")
void failedToSendHeader(@Cause
IOException exception)
@LogMessage(level=ERROR)
@Message(id=11804,
value="Error determining version selected by client.")
void failedToDetermineClientVersion(@Cause
IOException exception)
@LogMessage(level=ERROR)
@Message(id=11805,
value="Closing channel %s due to an error")
void closingChannel(org.jboss.remoting3.Channel channel,
@Cause
Throwable t)
@LogMessage(level=INFO)
@Message(id=11806,
value="Channel end notification received, closing channel %s")
void closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel)
@LogMessage(level=ERROR)
@Message(id=11807,
value="Unexpected internal error")
void unexpectedError(@Cause
Throwable t)
@LogMessage(level=ERROR)
@Message(id=11808,
value="Null correlationId so error not sent to client")
void nullCorrelationId(@Cause
Throwable t)
@LogMessage(level=ERROR)
@Message(id=11809,
value="Failed to send exception response to client")
void failedToSendExceptionResponse(@Cause
IOException ioe)
@LogMessage(level=ERROR)
@Message(id=11810,
value="Unexpected parameter type - expected: %d received: %d")
void unexpectedParameterType(byte expected,
byte actual)
@LogMessage(level=ERROR)
@Message(id=11811,
value="Failed to release binder service, used for a runtime made JNDI binding")
void failedToReleaseBinderService(@Cause
Throwable cause)
ObjectFactory instance, from the specified module.cause - @LogMessage(level=ERROR)
@Message(id=11812,
value="Failed to obtain jndi view value for entry %s.")
void failedToLookupJndiViewValue(String entry,
@Cause
Throwable cause)
cause - the cause of the error.entry - the jndi name of the entryCopyright © 2014 JBoss by Red Hat. All rights reserved.