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 voidmanageReply(TOMMessage request, MessageContext msgCtx)Given an executed request, send it to a targetvoidsetReplicaContext(ReplicaContext rc)Sets the replica context
-
-
-
Method Detail
-
manageReply
public void manageReply(TOMMessage request, MessageContext msgCtx)
Description copied from interface:ReplierGiven an executed request, send it to a target- Specified by:
manageReplyin interfaceReplier- Parameters:
request- The executed requestmsgCtx- The message context associated to the request
-
setReplicaContext
public void setReplicaContext(ReplicaContext rc)
Description copied from interface:ReplierSets the replica context- Specified by:
setReplicaContextin interfaceReplier- Parameters:
rc- The replica context
-
-