@MessageBundle(projectCode="JBAS")
public interface JGroupsMessages
| Modifier and Type | Field and Description |
|---|---|
static JGroupsMessages |
MESSAGES
The messages.
|
static final JGroupsMessages MESSAGES
@Message(id=10270,
value="Failed to parse %s")
String parserFailure(URL url)
url - the path to the file.@Message(id=10271,
value="Failed to locate %s")
String notFound(String resource)
resource - the resource that could not be located.@Message(id=10272,
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=10273,
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.")
OperationFailedException transportNotDefined(String stackName)
@Message(id=10274,
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.")
OperationFailedException protocolListNotDefined(String stackName)
@Message(id=10275,
value="Protocol with relative path %s is already defined.")
OperationFailedException protocolAlreadyDefined(String relativePath)
@Message(id=10276,
value="Protocol with relative path %s is not defined.")
OperationFailedException protocolNotDefined(String relativePath)
@Message(id=10277,
value="Property %s for protocol with relative path %s is not defined.")
OperationFailedException propertyNotDefined(String propertyName,
String protocolRelativePath)
@Message(id=10279,
value="Unable to load protocol class %s")
OperationFailedException unableToLoadProtocolClass(String protocolName)
@Message(id=10390,
value="Privileged access exception on attribute %s")
String privilegedAccessExceptionForAttribute(String attrName)
@Message(id=10391,
value="Instantiation exception on converter for attribute %s")
String instantiationExceptionOnConverterForAttribute(String attrName)
@Message(id=10392,
value="Protocol %s not found in current stack")
String protocolNotFoundInStack(String protocolName)
Copyright © 2014 JBoss by Red Hat. All rights reserved.