org.jboss.ha.framework.interfaces
Class HARMIResponse

java.lang.Object
  extended by org.jboss.ha.framework.interfaces.HARMIResponse
All Implemented Interfaces:
Serializable

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.

Version:
$Revision: 1.5.6.1 $
Author:
Bill Burke, Sacha Labourey
See Also:
Serialized Form

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

Field Detail

newReplicants

public ArrayList newReplicants

currentViewId

public long currentViewId

response

public Object response
Constructor Detail

HARMIResponse

public HARMIResponse()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.