|
Apache Tomcat 7.0.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExtendedRpcCallback
Extension to the RpcCallback interface. Allows a RPC messenger to get a confirmation if the reply
was sent successfully to the original sender.
| Method Summary | |
|---|---|
void |
replyFailed(Serializable request,
Serializable response,
Member sender,
Exception reason)
The reply failed. |
void |
replySucceeded(Serializable request,
Serializable response,
Member sender)
The reply succeeded |
| Methods inherited from interface org.apache.catalina.tribes.group.RpcCallback |
|---|
leftOver, replyRequest |
| Method Detail |
|---|
void replyFailed(Serializable request,
Serializable response,
Member sender,
Exception reason)
request - - the original message that requested the replyresponse - - the reply message to the original messagesender - - the sender requested that replyreason - - the reason the reply failed
void replySucceeded(Serializable request,
Serializable response,
Member sender)
request - - the original message that requested the replyresponse - - the reply message to the original messagesender - - the sender requested that reply
|
Apache Tomcat 7.0.25 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||