Base class for all distributed objects.
More...
#include <DistributedObject.h>
|
|
| DistributedObject (const std::string &serviceName, const std::string &objectName) |
| | Constructor.
|
| |
|
virtual void | onDestroy () |
| | method to be called when cluster-wide destroy method is called.
|
| |
|
|
impl::DistributedObjectInfo | info |
| |
| virtual void hazelcast::client::DistributedObject::destroy |
( |
| ) |
|
|
pure virtual |
Destroys this object cluster-wide.
Clears and releases all resources for this object.
| const std::string & hazelcast::client::DistributedObject::getName |
( |
| ) |
const |
Returns the unique name for this DistributedObject.
- Returns
- the unique name for this object.
The documentation for this class was generated from the following files:
- hazelcast/include/hazelcast/client/DistributedObject.h
- hazelcast/src/hazelcast/client/DistributedObject.cpp