fulmine.rpc
Interface IRpcResultHandler


public interface IRpcResultHandler

A handler for the result received from invoking an RPC on a remote context. The result is received asynchronously after invoking the RPC.

Author:
Ramon Servadei

Method Summary
 void resultReceived(IRpcResult result, IRpcMarker marker)
          Activated when a result is received from an RPC call.
 

Method Detail

resultReceived

void resultReceived(IRpcResult result,
                    IRpcMarker marker)
Activated when a result is received from an RPC call.

Parameters:
result - the RPC result
marker - the marker identifying the originating RPC. Application code is responsible for matching this with the return value from IRpcManager.invoke(IRpcResultHandler, String, String, IField...)


Copyright © 2007-2009. All Rights Reserved.