FileDocCategorySizeDatePackage
HARMIResponse.javaAPI DocJBoss 4.2.11798Fri Jul 13 20:52:38 BST 2007org.jboss.ha.framework.interfaces

HARMIResponse

public class HARMIResponse extends Object implements Serializable
When using HA-RMI, the result of an invocation is embedded in an instance of this class. It contains the response of the invocation and, if the list of targets has changed, a new view of the cluster.
author
Bill Burke
author
Sacha Labourey
version
$Revision: 57188 $

Fields Summary
private static final long
serialVersionUID
The serialVersionUID
public ArrayList
newReplicants
public long
currentViewId
public Object
response
Constructors Summary
Methods Summary