站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

HARMIResponse (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


org.jboss.ha.framework.interfaces
Class HARMIResponse

java.lang.Object
  extended byorg.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 $
Author:
Bill Burke, Sacha Labourey
See Also:
Serialized Form

Field Summary
 long currentViewId
           
 ArrayList newReplicants
           
 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 ArrayList newReplicants

currentViewId

public long currentViewId

response

public Object response
Constructor Detail

HARMIResponse

public HARMIResponse()


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