public final class RequestContext
extends java.lang.Object
Constructor and Description |
---|
RequestContext(int reqId,
int operationId,
bftsmart.tom.core.messages.TOMMessageType requestType,
int[] targets,
long sendingTime,
bftsmart.communication.client.ReplyListener replyListener) |
Modifier and Type | Method and Description |
---|---|
int |
getOperationId() |
bftsmart.communication.client.ReplyListener |
getReplyListener() |
int |
getReqId() |
bftsmart.tom.core.messages.TOMMessageType |
getRequestType() |
long |
getSendingTime() |
int[] |
getTargets() |
public RequestContext(int reqId, int operationId, bftsmart.tom.core.messages.TOMMessageType requestType, int[] targets, long sendingTime, bftsmart.communication.client.ReplyListener replyListener)
public final int getReqId()
public final int getOperationId()
public final bftsmart.tom.core.messages.TOMMessageType getRequestType()
public final long getSendingTime()
public bftsmart.communication.client.ReplyListener getReplyListener()
public int[] getTargets()