Class DefaultReplier
- java.lang.Object
-
- bftsmart.tom.server.defaultservices.DefaultReplier
-
-
Constructor Summary
Constructors Constructor Description DefaultReplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
manageReply(TOMMessage request, MessageContext msgCtx)
Given an executed request, send it to a targetvoid
setReplicaContext(ReplicaContext rc)
Sets the replica context
-
-
-
Method Detail
-
manageReply
public void manageReply(TOMMessage request, MessageContext msgCtx)
Description copied from interface:Replier
Given an executed request, send it to a target- Specified by:
manageReply
in interfaceReplier
- Parameters:
request
- The executed requestmsgCtx
- The message context associated to the request
-
setReplicaContext
public void setReplicaContext(ReplicaContext rc)
Description copied from interface:Replier
Sets the replica context- Specified by:
setReplicaContext
in interfaceReplier
- Parameters:
rc
- The replica context
-
-