#include <DistributedMap.h>
Public Member Functions | |
virtual void | put (const ::std::string &, const ::std::string &, const ::Ice::Context *)=0 |
virtual void | set (const ::std::string &, const ::std::string &, const ::Ice::Context *)=0 |
virtual bool | remove (const ::std::string &,::std::string &, const ::Ice::Context *)=0 |
virtual void | putNget (const ::std::string &, const ::std::string &,::std::string &, const ::Ice::Context *)=0 |
virtual bool | get (const ::std::string &,::std::string &, const ::Ice::Context *)=0 |
virtual void | waitForAllClients (const ::Ice::Context *)=0 |
virtual bool IceDelegate::GlobalTable::DistributedMap::get | ( | const ::std::string & | , | |
::std::string & | , | |||
const ::Ice::Context * | ||||
) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.
virtual void IceDelegate::GlobalTable::DistributedMap::put | ( | const ::std::string & | , | |
const ::std::string & | , | |||
const ::Ice::Context * | ||||
) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.
virtual void IceDelegate::GlobalTable::DistributedMap::putNget | ( | const ::std::string & | , | |
const ::std::string & | , | |||
::std::string & | , | |||
const ::Ice::Context * | ||||
) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.
virtual bool IceDelegate::GlobalTable::DistributedMap::remove | ( | const ::std::string & | , | |
::std::string & | , | |||
const ::Ice::Context * | ||||
) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.
virtual void IceDelegate::GlobalTable::DistributedMap::set | ( | const ::std::string & | , | |
const ::std::string & | , | |||
const ::Ice::Context * | ||||
) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.
virtual void IceDelegate::GlobalTable::DistributedMap::waitForAllClients | ( | const ::Ice::Context * | ) | [pure virtual] |
Implemented in IceDelegateM::GlobalTable::DistributedMap, and IceDelegateD::GlobalTable::DistributedMap.