org.apache.catalina.tribes.group

Class RpcChannel.RpcCollector

public static class RpcChannel.RpcCollector extends Object

Class that holds all response.

Version: 1.0

Author: not attributable

Field Summary
intdestcnt
RpcChannel.RpcCollectorKeykey
intoptions
ArrayListresponses
longtimeout
Constructor Summary
RpcCollector(RpcChannel.RpcCollectorKey key, int options, int destcnt, long timeout)
Method Summary
voidaddResponse(Serializable message, Member sender)
booleanequals(Object o)
Response[]getResponses()
inthashCode()
booleanisComplete()

Field Detail

destcnt

public int destcnt

key

public RpcChannel.RpcCollectorKey key

options

public int options

responses

public ArrayList responses

timeout

public long timeout

Constructor Detail

RpcCollector

public RpcCollector(RpcChannel.RpcCollectorKey key, int options, int destcnt, long timeout)

Method Detail

addResponse

public void addResponse(Serializable message, Member sender)

equals

public boolean equals(Object o)

getResponses

public Response[] getResponses()

hashCode

public int hashCode()

isComplete

public boolean isComplete()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.