#include <PaCO++_src.h>
Definition at line 60 of file PaCO++_src.h.
◆ InterfaceParallel_impl()
| InterfaceParallel_impl::InterfaceParallel_impl |
( |
CORBA::ORB_ptr |
current_orb, |
|
|
char * |
ior |
|
) |
| |
◆ ~InterfaceParallel_impl()
| InterfaceParallel_impl::~InterfaceParallel_impl |
( |
| ) |
|
|
virtual |
◆ addException()
| virtual void InterfaceParallel_impl::addException |
( |
const CORBA::Short |
except | ) |
|
|
inlinevirtual |
◆ deploy()
| void InterfaceParallel_impl::deploy |
( |
CORBA::Short |
rank | ) |
|
Definition at line 276 of file PaCO++_src.cc.
References InterfaceManager_impl::_orb.
278 cerr <<
"Debut de deploy()"<< endl;
280 CORBA::Object_var object;
281 object =
_orb->string_to_object(
_ior.c_str());
282 PaCO::InterfaceManager_var interface;
283 interface = PaCO::InterfaceManager::_narrow(object);
284 char * obj =
_orb->object_to_string(_this());
287 interface->setNewNode(obj, rank);
289 catch (
const CORBA::Exception & e)
291 cerr <<
"Argument : " << obj << endl;
292 cerr <<
"InterfaceParallel_impl::deploy : Exception : " << e << endl;
294 cerr <<
"Fin de deploy()"<< endl;
◆ getConnectionInfos()
◆ getDeployRank()
| CORBA::Short InterfaceParallel_impl::getDeployRank |
( |
| ) |
|
◆ getMyRank()
| CORBA::Short InterfaceParallel_impl::getMyRank |
( |
| ) |
|
◆ getTotalNode()
| CORBA::Short InterfaceParallel_impl::getTotalNode |
( |
| ) |
|
◆ init_InterfaceParallel()
| void InterfaceParallel_impl::init_InterfaceParallel |
( |
CORBA::Short |
myRank, |
|
|
CORBA::Short |
totalNode |
|
) |
| |
◆ refReturnObject()
| void InterfaceParallel_impl::refReturnObject |
( |
const char * |
ref | ) |
|
◆ setRef()
Definition at line 336 of file PaCO++_src.cc.
339 for (CORBA::ULong i = 0; i<ref_nodes.length(); i++)
PaCO::InterfaceParallel::ref _ref_nodes
◆ _deployRank
| CORBA::Short InterfaceParallel_impl::_deployRank |
|
private |
◆ _ior
| string InterfaceParallel_impl::_ior |
|
private |
◆ _myRank
| CORBA::Short InterfaceParallel_impl::_myRank |
|
private |
◆ _orb
| CORBA::ORB_ptr InterfaceParallel_impl::_orb |
|
protected |
◆ _ref_nodes
◆ _totalNode
| CORBA::Short InterfaceParallel_impl::_totalNode |
|
private |
◆ return_object
| string InterfaceParallel_impl::return_object |
|
protected |
The documentation for this class was generated from the following files: