8 #ifndef __GEMFIRE_RegionService_H__ 9 #define __GEMFIRE_RegionService_H__ 11 #include "gfcpp_globals.hpp" 57 virtual bool isClosed()
const = 0;
68 virtual void close() = 0;
76 virtual RegionPtr getRegion(
const char* name) = 0 ;
105 #endif //ifndef __GEMFIRE_RegionService_H__ Vector template type class.
Definition: VectorT.hpp:24
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
This abstract base class is the base class of all user objects that have the shared capability of ref...
Definition: SharedBase.hpp:31
A RegionService provides access to existing regions that exist in a GemFire cache.
Definition: RegionService.hpp:43