Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::IDistributedObject Class Referenceabstract
+ Inheritance diagram for hazelcast::client::IDistributedObject:

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 ~IDistributedObject ()
 Destructor.
 

Member Function Documentation

virtual void hazelcast::client::IDistributedObject::destroy ( )
pure virtual

Destroys this object cluster-wide.

Clears and releases all resources for this object.

Implemented in hazelcast::client::DistributedObject.

virtual const std::string& hazelcast::client::IDistributedObject::getName ( ) const
pure virtual

Returns the unique name for this DistributedObject.

Returns
the unique name for this object.

Implemented in hazelcast::client::DistributedObject.


The documentation for this class was generated from the following file: