VMware GemFire Native Client Cache Reference  9.0.6
CqAttributes.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_CQ_ATTRIBUTES_H__
2 #define __GEMFIRE_CQ_ATTRIBUTES_H__
3 /*=========================================================================
4  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
5  * This product is protected by U.S. and international copyright
6  * and intellectual property laws. Pivotal products are covered by
7  * more patents listed at http://www.pivotal.io/patents.
8  *========================================================================
9  */
10 
11 #include "gfcpp_globals.hpp"
12 #include "gf_types.hpp"
13 #include "VectorT.hpp"
14 
15 #include "CqListener.hpp"
20 namespace gemfire
21 {
22 
36 class CPPCACHE_EXPORT CqAttributes : virtual public SharedBase
37 {
38  public:
39 
46  virtual void getCqListeners(VectorOfCqListener & vl)=0;
47 
48 };
49 
50 } //namespace gemfire
51 
52 #endif //ifndef __GEMFIRE_CQ_ATTRIBUTES_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
This interface holds all attribute values for a CQ and provides methods for retrieving all attribute ...
Definition: CqAttributes.hpp:36
#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

GemFire C++ Cache API Documentation