Package org.apache.catalina.tribes.group
Class RpcChannel.RpcCollector
- java.lang.Object
-
- org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- Enclosing class:
- RpcChannel
public static class RpcChannel.RpcCollector extends Object
Class that holds all response.
-
-
Constructor Summary
Constructors Constructor Description RpcCollector(RpcChannel.RpcCollectorKey key, int options, int destcnt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addResponse(Serializable message, Member sender)
boolean
equals(Object o)
Response[]
getResponses()
int
hashCode()
boolean
isComplete()
-
-
-
Field Detail
-
key
public final RpcChannel.RpcCollectorKey key
-
options
public final int options
-
destcnt
public int destcnt
-
-
Constructor Detail
-
RpcCollector
public RpcCollector(RpcChannel.RpcCollectorKey key, int options, int destcnt)
-
-
Method Detail
-
addResponse
public void addResponse(Serializable message, Member sender)
-
isComplete
public boolean isComplete()
-
getResponses
public Response[] getResponses()
-
-