FileDocCategorySizeDatePackage
RpcCallback.javaAPI DocApache Tomcat 6.0.141656Fri Jul 20 04:20:32 BST 2007org.apache.catalina.tribes.group

RpcCallback

public interface RpcCallback
The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in.
author
not attributable
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public voidleftOver(java.io.Serializable msg, org.apache.catalina.tribes.Member sender)
If the reply has already been sent to the requesting thread, the rpc callback can handle any data that comes in after the fact.

param
msg Serializable
param
sender Member

public java.io.SerializablereplyRequest(java.io.Serializable msg, org.apache.catalina.tribes.Member sender)

param
msg Serializable
return
Serializable - null if no reply should be sent