ch.ethz.iks.r_osgi
Interface AsyncRemoteCallCallback


public interface AsyncRemoteCallCallback

Callback for getting the result of an asynchronous remote call. Will be called by the system as soon as the call has completed, either successfully or with an exception.

Author:
Jan S. Rellermeyer

Method Summary
 void remoteCallResult(boolean success, java.lang.Object o)
          get the result of the remote call.
 

Method Detail

remoteCallResult

void remoteCallResult(boolean success,
                      java.lang.Object o)
get the result of the remote call.

Parameters:
success - indicated if the call has completed successfully or with an exception.
o - the result of the call or the exception is success is set to false.


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.