Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Remote< Borealis::QOSOptimizer > Class Reference

#include <rpc_QOSOptimizer.h>

List of all members.

Public Member Functions

void do_something (const Callback< void, RPC< void > > &completion, double life, double tp)
 Invokes do_something on the remote server (non-blocking interface).
RPC< void > do_something (double life, double tp)
 Invokes do_something on the remote server (blocking interface).
void call_me (const Callback< void, RPC< int > > &completion)
 Invokes call_me on the remote server (non-blocking interface).
RPC< int > call_me ()
 Invokes call_me on the remote server (blocking interface).
void get_stat (const Callback< void, RPC< vector< Stats > > > &completion)
 Invokes get_stat on the remote server (non-blocking interface).
RPC< vector< Stats > > get_stat ()
 Invokes get_stat on the remote server (blocking interface).


Member Function Documentation

RPC< int > Remote< Borealis::QOSOptimizer >::call_me  ) 
 

Invokes call_me on the remote server (blocking interface).

void Remote< Borealis::QOSOptimizer >::call_me const Callback< void, RPC< int > > &  completion  ) 
 

Invokes call_me on the remote server (non-blocking interface).

callback is invoked when the result is available.

RPC< void > Remote< Borealis::QOSOptimizer >::do_something double  life,
double  tp
 

Invokes do_something on the remote server (blocking interface).

void Remote< Borealis::QOSOptimizer >::do_something const Callback< void, RPC< void > > &  completion,
double  life,
double  tp
 

Invokes do_something on the remote server (non-blocking interface).

callback is invoked when the result is available.

RPC< vector<Stats> > Remote< Borealis::QOSOptimizer >::get_stat  ) 
 

Invokes get_stat on the remote server (blocking interface).

void Remote< Borealis::QOSOptimizer >::get_stat const Callback< void, RPC< vector< Stats > > > &  completion  ) 
 

Invokes get_stat on the remote server (non-blocking interface).

callback is invoked when the result is available.


The documentation for this class was generated from the following file:
Generated on Fri Nov 12 15:15:24 2004 for Borealis by doxygen 1.3.8