@MessageLogger(projectCode="JBAS")
public interface ClusteringApiLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static ClusteringApiLogger |
ROOT_LOGGER
A logger with the category of the default clustering package.
|
static String |
ROOT_LOGGER_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
void |
caughtErrorInvokingAsyncMethod(Throwable cause,
String methodName,
String serviceName)
Logs a warning message indicating an exception was thrown invoking a method, represented by the
methodName parameter, on the service, represented by the serviceName parameter, asynchronously. |
void |
caughtInterruptedException(Object caller,
Serializable categoryName)
Logs an error message indicating an
InterruptedException was issued by the caller. |
void |
channelDisconnectError(Throwable cause)
Logs an error message indicating a failure to disconnect the channel.
|
void |
deprecatedAttribute(String attributeName,
String elementName,
String reference)
Logs a warning message indicating the attribute on the element is deprecated.
|
void |
errorHandlingAsyncEvent(Throwable cause)
Logs an error message indicating a throwable was caught during an asynchronous event.
|
void |
failedSettingServiceProperty(Throwable cause,
String propertyName,
String serviceName)
Logs an error message indicating the property represented by the
propertyName parameter failed to be set
from the service represented by the serviceName parameter. |
void |
failedToStop(Throwable cause,
String serviceName)
Logs a warning message indicating the service represented by the
serviceName parameter failed to stop. |
void |
numberOfClusterMembers(int size)
Logs an informational message indicating the number of cluster members.
|
void |
receivedRemoteLockFromSelf()
Logs a warning message indicating a call to
remoteLock was called from itself. |
void |
threadInterrupted(Throwable cause,
String name)
Logs an error message indicating the thread was interrupted.
|
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 String ROOT_LOGGER_CATEGORY
static final ClusteringApiLogger ROOT_LOGGER
@LogMessage(level=WARN)
@Message(id=10200,
value="Caught exception asynchronously invoking method %s on service %s")
void caughtErrorInvokingAsyncMethod(@Cause
Throwable cause,
String methodName,
String serviceName)
methodName parameter, on the service, represented by the serviceName parameter, asynchronously.cause - the cause of the error.methodName - the method name.serviceName - the service name.@LogMessage(level=ERROR)
@Message(id=10201,
value="Channel disconnection failed")
void channelDisconnectError(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=WARN)
@Message(id=10202,
value="The %s attribute of the %s element is deprecated. See %s")
void deprecatedAttribute(String attributeName,
String elementName,
String reference)
attributeName - the attribute name.elementName - the element name.reference - a reference description.@LogMessage(level=ERROR)
@Message(id=10203,
value="Caught Throwable handling asynch events")
void errorHandlingAsyncEvent(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=10204,
value="failed setting %s for service %s")
void failedSettingServiceProperty(@Cause
Throwable cause,
String propertyName,
String serviceName)
propertyName parameter failed to be set
from the service represented by the serviceName parameter.cause - the cause of the error.propertyName - the property name.serviceName - the service name.@LogMessage(level=WARN)
@Message(id=10205,
value="Failed to stop %s")
void failedToStop(@Cause
Throwable cause,
String serviceName)
serviceName parameter failed to stop.cause - the cause of the error.serviceName - the service name.@LogMessage(level=INFO)
@Message(id=10206,
value="Number of cluster members: %d")
void numberOfClusterMembers(int size)
size - the number of cluster members.@LogMessage(level=ERROR)
@Message(id=10207,
value="%s Thread interrupted")
void threadInterrupted(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name of the thread.@LogMessage(level=ERROR)
@Message(id=10208,
value="Caught InterruptedException; Failing request by %s to lock %s")
void caughtInterruptedException(Object caller,
Serializable categoryName)
InterruptedException was issued by the caller.caller - the object that caused the exception.categoryName - the category name.@LogMessage(level=WARN)
@Message(id=10209,
value="Received remoteLock call from self")
void receivedRemoteLockFromSelf()
remoteLock was called from itself.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.