19 #ifndef HAZELCAST_DistributedObject 20 #define HAZELCAST_DistributedObject 22 #include "hazelcast/util/HazelcastDll.h" 23 #include "hazelcast/client/impl/DistributedObjectInfo.h" 24 #include "hazelcast/client/IDistributedObject.h" 28 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 30 #pragma warning(disable: 4251) //for dll export 36 class BaseEventHandler;
38 class HazelcastClientInstanceImpl;
41 namespace serialization {
68 friend class impl::HazelcastClientInstanceImpl;
74 const std::string& getServiceName()
const;
81 const std::string& getName()
const;
87 virtual void destroy() = 0;
103 virtual void onDestroy();
105 impl::DistributedObjectInfo info;
111 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) 115 #endif //HAZELCAST_DistributedObject Base class for all distributed objects.
Definition: DistributedObject.h:67
Definition: IDistributedObject.h:33
Definition: MapEntryView.h:32