|
PaCO++
0.05
|
#include <PaCO++_src.h>


Public Member Functions | |
| virtual void | finish ()=0 |
| virtual CORBA::Short | getClientId ()=0 |
| virtual PaCO::ConnectionInfos * | getConnectionInfos () |
| virtual char * | getReturn () |
| InterfaceManager_impl (CORBA::ORB_ptr current_orb) | |
| virtual void | return_ok (const CORBA::Short client_id) |
| virtual void | setConnectionInfos () |
| virtual void | setNewNode (const char *node, const CORBA::Short rank) |
| virtual void | setReturn (const char *ref) |
| void | setReturn (int rtn) |
| virtual void | setTopo (const PaCO::PacoTopology_t &topo) |
| virtual void | setTotalNode (CORBA::Short totalNode) |
| virtual void | setWorkNode (CORBA::Short totalNode) |
| virtual void | updateContexts ()=0 |
| virtual | ~InterfaceManager_impl () |
Protected Attributes | |
| CORBA::Short | _current_uid |
| PaCO::ConnectionInfos | _informations |
| PaCO::ConnectionInfos | _informations_temp |
| PaCO::ConnectionInfos::_nodes_seq | _nodes |
| CORBA::ORB_ptr | _orb |
| int | _rtn |
| CORBA::Short | _totalNode |
| CORBA::Short | _totalNodeReceived |
| CORBA::Short | _workNode |
| string | return_str |
| PaCO::PacoTopology_t | serveur_topo |
Definition at line 17 of file PaCO++_src.h.
| InterfaceManager_impl::InterfaceManager_impl | ( | CORBA::ORB_ptr | current_orb | ) |
Definition at line 41 of file PaCO++_src.cc.
References _current_uid, _orb, _rtn, _totalNode, _totalNodeReceived, and _workNode.
|
virtual |
Definition at line 51 of file PaCO++_src.cc.
|
pure virtual |
Referenced by setConnectionInfos(), and setNewNode().
|
pure virtual |
|
virtual |
Definition at line 251 of file PaCO++_src.cc.
References _current_uid, _informations, and PaCO::ConnectionInfos::request_uid.
|
virtual |
|
virtual |
|
virtual |
Definition at line 188 of file PaCO++_src.cc.
References _informations, _nodes, _orb, _rtn, _workNode, finish(), and PaCO::ConnectionInfos::serveur_topo.
Referenced by setNewNode().

|
virtual |
Definition at line 88 of file PaCO++_src.cc.
References _informations, _informations_temp, _nodes, _rtn, _totalNode, _totalNodeReceived, finish(), PaCO::ConnectionInfos::nodes, PaCO::ConnectionInfos::serveur_topo, and setConnectionInfos().

|
virtual |
| void InterfaceManager_impl::setReturn | ( | int | rtn | ) |
Definition at line 54 of file PaCO++_src.cc.
References _rtn.
|
virtual |
obsolete
Definition at line 75 of file PaCO++_src.cc.
References serveur_topo, setTotalNode(), and PaCO::PacoTopology_s::total.

|
virtual |
Definition at line 60 of file PaCO++_src.cc.
References _informations, _informations_temp, _totalNode, PaCO::ConnectionInfos::nodes, PaCO::ConnectionInfos::serveur_topo, PaCO::PacoTopology_s::total, and updateContexts().
Referenced by setTopo().

|
virtual |
|
pure virtual |
Referenced by setTotalNode().
|
protected |
Definition at line 48 of file PaCO++_src.h.
Referenced by getConnectionInfos(), and InterfaceManager_impl().
|
protected |
Definition at line 52 of file PaCO++_src.h.
Referenced by getConnectionInfos(), setConnectionInfos(), setNewNode(), and setTotalNode().
|
protected |
Definition at line 53 of file PaCO++_src.h.
Referenced by setNewNode(), and setTotalNode().
|
protected |
Definition at line 47 of file PaCO++_src.h.
Referenced by return_ok(), setConnectionInfos(), setNewNode(), and setReturn().
|
protected |
Definition at line 46 of file PaCO++_src.h.
Referenced by InterfaceParallel_impl::deploy(), InterfaceManager_impl(), InterfaceParallel_impl::InterfaceParallel_impl(), return_ok(), setConnectionInfos(), and setReturn().
|
protected |
Definition at line 56 of file PaCO++_src.h.
Referenced by InterfaceManager_impl(), setConnectionInfos(), setNewNode(), and setReturn().
|
protected |
Definition at line 49 of file PaCO++_src.h.
Referenced by InterfaceParallel_impl::getTotalNode(), InterfaceParallel_impl::init_InterfaceParallel(), InterfaceManager_impl(), InterfaceParallel_impl::InterfaceParallel_impl(), setNewNode(), and setTotalNode().
|
protected |
Definition at line 50 of file PaCO++_src.h.
Referenced by InterfaceManager_impl(), and setNewNode().
|
protected |
Definition at line 51 of file PaCO++_src.h.
Referenced by InterfaceManager_impl(), return_ok(), setConnectionInfos(), setReturn(), and setWorkNode().
|
protected |
Definition at line 55 of file PaCO++_src.h.
Referenced by getReturn(), and setReturn().
|
protected |
Definition at line 54 of file PaCO++_src.h.
Referenced by setTopo().