@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.
|
OperationFailedException |
protocolListNotDefined(String stackName) |
OperationFailedException |
transportNotDefined(String stackName) |
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)
@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)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.