org.apache.catalina.tribes.group
public static class RpcChannel.RpcCollector extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
destcnt |
RpcChannel.RpcCollectorKey |
key |
int |
options |
java.util.ArrayList |
responses |
long |
timeout |
Constructor and Description |
---|
RpcChannel.RpcCollector(RpcChannel.RpcCollectorKey key,
int options,
int destcnt,
long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
addResponse(java.io.Serializable message,
Member sender) |
boolean |
equals(java.lang.Object o) |
Response[] |
getResponses() |
int |
hashCode() |
boolean |
isComplete() |
public java.util.ArrayList responses
public RpcChannel.RpcCollectorKey key
public int options
public int destcnt
public long timeout
public RpcChannel.RpcCollector(RpcChannel.RpcCollectorKey key, int options, int destcnt, long timeout)
public void addResponse(java.io.Serializable message, Member sender)
public boolean isComplete()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public Response[] getResponses()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.