com.vhosting.netconf.frame
Interface RpcReplyListener


public interface RpcReplyListener

This is the general listener of RPC reply to operations that were not specified a specific listener.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 void processRpcReply(RpcReply reply, int messageId)
          Implement this method when you do not associate a specific listener for RPC reply to an operation.
 

Method Detail

processRpcReply

void processRpcReply(RpcReply reply,
                     int messageId)
Implement this method when you do not associate a specific listener for RPC reply to an operation.

Parameters:
reply - A RPC reply.
messageId - The message id of the operation which is associated with the RPC reply.