All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface netbula.ORPC.ReplyHandler

public interface ReplyHandler
The hanlder interface for broadcast RPC


Method Index

 o onReply(InetAddress, int, XDT)
On each reply for a broadcast RPC, this function is called with the server address, port number of the remote program, and result of the RPC.

Methods

 o onReply
 public abstract boolean onReply(InetAddress serv,
                                 int port,
                                 XDT result)
On each reply for a broadcast RPC, this function is called with the server address, port number of the remote program, and result of the RPC. When this function returns true, the client will stop processing further replies for the broadcast RPC.


All Packages  Class Hierarchy  This Package  Previous  Next  Index