当前页面:
在线文档首页 >
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
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 $
- Author:
- Bill Burke, Sacha Labourey
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newReplicants
public ArrayList newReplicants
currentViewId
public long currentViewId
response
public Object response
HARMIResponse
public HARMIResponse()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.