#include <DistributedMap.h>
Public Types | |
typedef DistributedMapPrx | ProxyType |
typedef DistributedMapPtr | PointerType |
Public Member Functions | |
virtual ::Ice::ObjectPtr | ice_clone () const |
virtual bool | ice_isA (const ::std::string &, const ::Ice::Current &=::Ice::Current()) const |
virtual ::std::vector < ::std::string > | ice_ids (const ::Ice::Current &=::Ice::Current()) const |
virtual const ::std::string & | ice_id (const ::Ice::Current &=::Ice::Current()) const |
virtual void | put (const ::std::string &, const ::std::string &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___put (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual void | set (const ::std::string &, const ::std::string &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___set (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual bool | remove (const ::std::string &,::std::string &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___remove (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual void | putNget_async (const ::GlobalTable::AMD_DistributedMap_putNgetPtr &, const ::std::string &, const ::std::string &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___putNget (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual bool | get (const ::std::string &,::std::string &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___get (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual void | waitForAllClients_async (const ::GlobalTable::AMD_DistributedMap_waitForAllClientsPtr &, const ::Ice::Current &=::Ice::Current())=0 |
::Ice::DispatchStatus | ___waitForAllClients (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual ::Ice::DispatchStatus | __dispatch (::IceInternal::Incoming &, const ::Ice::Current &) |
virtual void | __write (::IceInternal::BasicStream *) const |
virtual void | __read (::IceInternal::BasicStream *, bool) |
virtual void | __write (const ::Ice::OutputStreamPtr &) const |
virtual void | __read (const ::Ice::InputStreamPtr &, bool) |
Static Public Member Functions | |
static const ::std::string & | ice_staticId () |
Ice::DispatchStatus GlobalTable::DistributedMap::___get | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::___put | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::___putNget | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::___remove | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::___set | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::___waitForAllClients | ( | ::IceInternal::Incoming & | __inS, | |
const ::Ice::Current & | __current | |||
) |
Ice::DispatchStatus GlobalTable::DistributedMap::__dispatch | ( | ::IceInternal::Incoming & | in, | |
const ::Ice::Current & | current | |||
) |
void GlobalTable::DistributedMap::__read | ( | const ::Ice::InputStreamPtr & | , | |
bool | ||||
) | [virtual] |
void GlobalTable::DistributedMap::__read | ( | ::IceInternal::BasicStream * | __is, | |
bool | __rid | |||
) | [virtual] |
void GlobalTable::DistributedMap::__write | ( | const ::Ice::OutputStreamPtr & | ) | const [virtual] |
void GlobalTable::DistributedMap::__write | ( | ::IceInternal::BasicStream * | __os | ) | const [virtual] |
virtual bool GlobalTable::DistributedMap::get | ( | const ::std::string & | , | |
::std::string & | , | |||
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |
Ice::ObjectPtr GlobalTable::DistributedMap::ice_clone | ( | ) | const |
const ::std::string & GlobalTable::DistributedMap::ice_id | ( | const ::Ice::Current & | = ::Ice::Current() |
) | const [virtual] |
std::vector<::std::string > GlobalTable::DistributedMap::ice_ids | ( | const ::Ice::Current & | = ::Ice::Current() |
) | const |
bool GlobalTable::DistributedMap::ice_isA | ( | const ::std::string & | _s, | |
const ::Ice::Current & | = ::Ice::Current() | |||
) | const [virtual] |
const ::std::string & GlobalTable::DistributedMap::ice_staticId | ( | ) | [static] |
virtual void GlobalTable::DistributedMap::put | ( | const ::std::string & | , | |
const ::std::string & | , | |||
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |
virtual void GlobalTable::DistributedMap::putNget_async | ( | const ::GlobalTable::AMD_DistributedMap_putNgetPtr & | , | |
const ::std::string & | , | |||
const ::std::string & | , | |||
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |
virtual bool GlobalTable::DistributedMap::remove | ( | const ::std::string & | , | |
::std::string & | , | |||
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |
virtual void GlobalTable::DistributedMap::set | ( | const ::std::string & | , | |
const ::std::string & | , | |||
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |
virtual void GlobalTable::DistributedMap::waitForAllClients_async | ( | const ::GlobalTable::AMD_DistributedMap_waitForAllClientsPtr & | , | |
const ::Ice::Current & | = ::Ice::Current() | |||
) | [pure virtual] |