org.jboss.ha.framework.interfaces
Class HARMIResponse

java.lang.Object
  extended byorg.jboss.ha.framework.interfaces.HARMIResponse
All Implemented Interfaces:
java.io.Serializable

public class HARMIResponse
extends java.lang.Object
implements java.io.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.

See Also:
Serialized Form

Field Summary
 long currentViewId
           
 java.util.ArrayList newReplicants
           
 java.lang.Object response
           
 
Constructor Summary
HARMIResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newReplicants

public java.util.ArrayList newReplicants

currentViewId

public long currentViewId

response

public java.lang.Object response
Constructor Detail

HARMIResponse

public HARMIResponse()