@MessageLogger(projectCode="WFLYCLJG",
length=4)
public interface JGroupsLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static JGroupsLogger |
ROOT_LOGGER
The root logger.
|
static String |
ROOT_LOGGER_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
void |
activatingSubsystem()
Logs an informational message indicating the JGroups subsystem is being activated.
|
void |
couldNotSetAddressAndPortNoMulticastSocket(Throwable cause,
String protocolName,
String addressProperty,
String protocolNameAgain,
String portProperty,
String bindingName) |
IllegalStateException |
duplicateNodeName(String name) |
String |
instantiationExceptionOnConverterForAttribute(String attrName) |
void |
nonExistentProtocolPropertyValue(Throwable cause,
String protocolName,
String propertyName,
Object propertyValue) |
String |
notFound(String resource)
A message indicating a resource could not be located.
|
String |
parserFailure(URL url)
A message indicating a file could not be parsed.
|
String |
privilegedAccessExceptionForAttribute(String attrName) |
org.jboss.as.controller.OperationFailedException |
propertyNotDefined(String propertyName,
String protocolRelativePath) |
org.jboss.as.controller.OperationFailedException |
protocolAlreadyDefined(String relativePath) |
org.jboss.as.controller.OperationFailedException |
protocolListNotDefined(String stackName) |
org.jboss.as.controller.OperationFailedException |
protocolNotDefined(String relativePath) |
String |
protocolNotFoundInStack(String protocolName) |
void |
setProtocolPropertyValue(String protocol,
String property,
Object value) |
String |
threadsAttributesUsedInRuntime() |
org.jboss.as.controller.OperationFailedException |
transportNotDefined(String stackName) |
void |
unableToAccessProtocolPropertyValue(Throwable cause,
String propertyName,
String protocolName) |
String |
unableToLoadProtocol(String protocolName) |
org.jboss.as.controller.OperationFailedException |
unableToLoadProtocolClass(String protocolName) |
void |
unableToOverrideSocketBindingValue(String propertyName,
String protocolName,
String bindingName,
Object propertyValue) |
String |
unknownMetric(String metricName) |
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 String ROOT_LOGGER_CATEGORY
static final JGroupsLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Activating JGroups subsystem.")
void activatingSubsystem()
@LogMessage(level=TRACE)
@Message(id=2,
value="Setting %s.%s=%d")
void setProtocolPropertyValue(String protocol,
String property,
Object value)
@LogMessage(level=TRACE)
@Message(id=3,
value="Failed to set non-existent %s.%s=%d")
void nonExistentProtocolPropertyValue(@Cause
Throwable cause,
String protocolName,
String propertyName,
Object propertyValue)
@LogMessage(level=TRACE)
@Message(id=4,
value="Could not set %s.%s and %s.%s, %s socket binding does not specify a multicast socket")
void couldNotSetAddressAndPortNoMulticastSocket(@Cause
Throwable cause,
String protocolName,
String addressProperty,
String protocolNameAgain,
String portProperty,
String bindingName)
@LogMessage(level=ERROR)
@Message(id=5,
value="Error accessing original value for property %s of protocol %s")
void unableToAccessProtocolPropertyValue(@Cause
Throwable cause,
String propertyName,
String protocolName)
@LogMessage(level=WARN)
@Message(id=6,
value="property %s for protocol %s attempting to override socket binding value %s : property value %s will be ignored")
void unableToOverrideSocketBindingValue(String propertyName,
String protocolName,
String bindingName,
Object propertyValue)
@Message(id=7,
value="Failed to parse %s")
String parserFailure(URL url)
url - the path to the file.@Message(id=8,
value="Failed to locate %s")
String notFound(String resource)
resource - the resource that could not be located.@Message(id=9,
value="A node named %s already exists in this cluster. Perhaps there is already a server running on this host? If so, restart this server with a unique node name, via -Djboss.node.name=<node-name>")
IllegalStateException duplicateNodeName(String name)
@Message(id=10,
value="Transport for stack %s is not defined. Please specify both a transport and protocol list, either as optional parameters to add() or via batching.")
org.jboss.as.controller.OperationFailedException transportNotDefined(String stackName)
@Message(id=11,
value="Protocol list for stack %s is not defined. Please specify both a transport and protocol list, either as optional parameters to add() or via batching.")
org.jboss.as.controller.OperationFailedException protocolListNotDefined(String stackName)
@Message(id=12,
value="Protocol with relative path %s is already defined.")
org.jboss.as.controller.OperationFailedException protocolAlreadyDefined(String relativePath)
@Message(id=13,
value="Protocol with relative path %s is not defined.")
org.jboss.as.controller.OperationFailedException protocolNotDefined(String relativePath)
@Message(id=14,
value="Property %s for protocol with relative path %s is not defined.")
org.jboss.as.controller.OperationFailedException propertyNotDefined(String propertyName,
String protocolRelativePath)
@Message(id=16,
value="Unable to load protocol class %s")
org.jboss.as.controller.OperationFailedException unableToLoadProtocolClass(String protocolName)
@Message(id=17,
value="Privileged access exception on attribute/method %s")
String privilegedAccessExceptionForAttribute(String attrName)
@Message(id=18,
value="Instantiation exception on converter for attribute/method %s")
String instantiationExceptionOnConverterForAttribute(String attrName)
@Message(id=19,
value="Protocol %s not found in current stack")
String protocolNotFoundInStack(String protocolName)
@Message(id=20,
value="Unable to load protocol class %s")
String unableToLoadProtocol(String protocolName)
@Message(id=21,
value="Attributes referencing threads subsystem can only be used to support older slaves in the domain.")
String threadsAttributesUsedInRuntime()
Copyright © 2015 JBoss by Red Hat. All rights reserved.