| 
    Hazelcast C++ Client
    
   | 
 
Base class for all distributed objects. More...
#include <DistributedObject.h>
 Inheritance diagram for hazelcast::client::DistributedObject:Public Member Functions | |
| virtual const std::string & | getServiceName () const =0 | 
| Returns the service name for this object.  | |
| virtual const std::string & | getName () const =0 | 
| Returns the unique name for this DistributedObject.  More... | |
| virtual void | destroy ()=0 | 
| Destroys this object cluster-wide.  More... | |
| virtual | ~DistributedObject () | 
| Destructor.  | |
Friends | |
| class | impl::HazelcastClientInstanceImpl | 
Base class for all distributed objects.
      
  | 
  pure virtual | 
Destroys this object cluster-wide.
Clears and releases all resources for this object.
      
  | 
  pure virtual | 
Returns the unique name for this DistributedObject.
 1.8.14