@MessageBundle(projectCode="JBAS")
public interface JGroupsMessages
Modifier and Type | Field and Description |
---|---|
static JGroupsMessages |
MESSAGES
The messages.
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
duplicateNodeName(String name) |
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.
|
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=") IllegalStateException duplicateNodeName(String name)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.