gemfire::RegionEvent Class Reference


Detailed Description

Declares region events.

Public Member Functions

RegionPtr getRegion () const
 Return the region this event occurred in.
 RegionEvent (const RegionPtr &region, const bool remoteOrigin)
 Constructor, given the values.
 RegionEvent ()
 Constructor.
bool remoteOrigin () const
 If the event originated in a remote process, returns true.
 ~RegionEvent ()
 Destructor.

Protected Attributes

const RegionPtr m_region
 Region for this event.
const bool m_remoteOrigin
 True if from a remote process.

Constructor & Destructor Documentation

gemfire::RegionEvent::RegionEvent (  ) 

Constructor.

gemfire::RegionEvent::RegionEvent ( const RegionPtr region,
const bool  remoteOrigin 
)

Constructor, given the values.

gemfire::RegionEvent::~RegionEvent (  ) 

Destructor.


Member Function Documentation

RegionPtr gemfire::RegionEvent::getRegion (  )  const

Return the region this event occurred in.

bool gemfire::RegionEvent::remoteOrigin (  )  const

If the event originated in a remote process, returns true.


Field Documentation

const RegionPtr gemfire::RegionEvent::m_region [protected]

Region for this event.

const bool gemfire::RegionEvent::m_remoteOrigin [protected]

True if from a remote process.


GemFire C++ Cache API Documentation