VMware GemFire Native Client Cache Reference  9.0.6
CqAttributesMutator.hpp
Go to the documentation of this file.
1 #ifndef __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_H__
2 #define __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_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 
19 namespace gemfire
20 {
21 
31 {
32  public:
33 
39  virtual void addCqListener(const CqListenerPtr& aListener)=0;
40 
49  virtual void removeCqListener(const CqListenerPtr& aListener)=0;
50 
59  virtual void setCqListeners(VectorOfCqListener& newListeners)=0;
60 };
61 
62 } //namespace gemfire
63 
64 #endif //ifndef __GEMFIRE_CQ_ATTRIBUTES_MUTATOR_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
This interface is used to modify the listeners that are associated with a CQ.
Definition: CqAttributesMutator.hpp:30
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35

GemFire C++ Cache API Documentation