@MessageBundle(projectCode="JBAS") public interface ClusteringImplMessages extends ClusteringApiMessages
Modifier and Type | Field and Description |
---|---|
static ClusteringImplMessages |
MESSAGES
The messages.
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
addressNotRegistered(org.jgroups.Address address)
Creates an exception indicating the address was not registered with the transport layer.
|
IllegalStateException |
duplicateViewFound(ClusterNode newNode,
ClusterNode currentNode)
Creates an exception indicating a duplicate view was found.
|
RuntimeException |
failedToCreateMultiplexChannel(Throwable cause)
Creates an exception indicating a failure to create a multiplexed channel.
|
IllegalStateException |
haPartitionConfigHasNo(String type)
Creates an exception indicating a
HAPartitionConfig does not have the type. |
IllegalStateException |
initialTransferFailed(String transferName)
Creates an exception indicating the initial transfer failed.
|
IllegalArgumentException |
invalidTargetNodeInstance(ClusterNode targetNode,
Class<? extends ClusterNode> type)
Creates an exception indicating the target node is not an instance of the type parameter.
|
String |
nodeSuspected(org.jgroups.Address suspectedMember)
A message indicating a suspected node.
|
IllegalStateException |
stateTransferAlreadyPending(String serviceName,
String returnType)
Creates an exception indicating the state transfer for the
serviceName parameter will return an input
stream is already pending. |
String |
viewCreated(Collection<ClusterNode> allMembers,
long id,
CoreGroupCommunicationService.GroupView oldView)
A message indicating a new view was created.
|
IllegalStateException |
viewNotReceived(String fromObjectName)
Creates an exception indicating that no view was received from the object name represented by the
fromObjectName parameter. |
cannotAcquireHeldLock, cannotAcquireHeldLock, cannotAcquireLock, caughtRemoteInvocationThrowable, incompatibleDispatcher, invalidMethodCall, nullVar, receivedUnlockForRemoteNode, remoteLockReleaseFailure, varNotSet
static final ClusteringImplMessages MESSAGES
@Message(id=10280, value="Address %s not registered in transport layer") IllegalStateException addressNotRegistered(org.jgroups.Address address)
address
- the address that was not registered.IllegalStateException
for the error.@Message(id=10281, value="Found member %s in current view that duplicates us (%s). This node cannot join partition until duplicate member has been removed") IllegalStateException duplicateViewFound(ClusterNode newNode, ClusterNode currentNode)
newNode
- the new cluster node.currentNode
- the current cluster node that matches the newNode
.IllegalStateException
for the error.@Message(id=10282, value="Failure creating multiplexed Channel") RuntimeException failedToCreateMultiplexChannel(@Cause Throwable cause)
cause
- the cause of the error.RuntimeException
for the error.@Message(id=10283, value="HAPartitionConfig has no %s") IllegalStateException haPartitionConfigHasNo(String type)
HAPartitionConfig
does not have the type.type
- the type that configuration does not have.IllegalStateException
for the error.@Message(id=10284, value="Initial %s transfer failed") IllegalStateException initialTransferFailed(String transferName)
transferName
- the transfer name.IllegalStateException
for he error.@Message(id=10285, value="targetNode %s is not an instance of %s -- only targetNodes provided by this HAPartition should be used") IllegalArgumentException invalidTargetNodeInstance(ClusterNode targetNode, Class<? extends ClusterNode> type)
targetNode
- the target node.type
- the acceptable type.IllegalArgumentException
for the error.@Message(id=10286, value="Node suspected: %s") String nodeSuspected(org.jgroups.Address suspectedMember)
suspectedMember
- the suspected member.@Message(id=10288, value="State transfer task for %s that will return an %s is already pending") IllegalStateException stateTransferAlreadyPending(String serviceName, String returnType)
serviceName
parameter will return an input
stream is already pending.serviceName
- the service name.returnType
- the return type requested.IllegalStateException
for the error.@Message(id=10290, value="New view: %s with viewId: %d (old view: %s)") String viewCreated(Collection<ClusterNode> allMembers, long id, CoreGroupCommunicationService.GroupView oldView)
allMembers
- all the members in the view.id
- the view id.oldView
- the old view.@Message(id=10291, value="No view received from %s") IllegalStateException viewNotReceived(String fromObjectName)
fromObjectName
parameter.fromObjectName
- the from object name.IllegalStateException
for the error.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.