1 #ifndef _GEMFIRE_REGIONEVENT_HPP_ 2 #define _GEMFIRE_REGIONEVENT_HPP_ 10 #include "gfcpp_globals.hpp" 38 const bool remoteOrigin );
56 return m_callbackArgument;
62 return m_remoteOrigin;
UserDataPtr getCallbackArgument() const
Returns the callbackArgument passed to the method that generated this event.
Definition: RegionEvent.hpp:54
bool remoteOrigin() const
If the event originated in a remote process, returns true.
Definition: RegionEvent.hpp:60
const UserDataPtr m_callbackArgument
Callback argument for this event, if any.
Definition: RegionEvent.hpp:28
const bool m_remoteOrigin
True if from a remote process.
Definition: RegionEvent.hpp:29
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
Declares region events.
Definition: RegionEvent.hpp:24
const RegionPtr m_region
Region for this event.
Definition: RegionEvent.hpp:27
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
RegionPtr getRegion() const
Return the region this event occurred in.
Definition: RegionEvent.hpp:44