VMware GemFire Native Client Cache Reference  9.0.6
TransactionId.hpp
1 /*=========================================================================
2  * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved.
3  * This product is protected by U.S. and international copyright
4  * and intellectual property laws. Pivotal products are covered by
5  * one or more patents listed at http://www.pivotal.io/patents.
6  *=========================================================================
7  */
8 /*
9  * TransactionId.h
10  *
11  * Created on: 04-Feb-2011
12  * Author: ankurs
13  */
14 
15 #ifndef TRANSACTIONID_H_
16 #define TRANSACTIONID_H_
17 
18 #include "SharedBase.hpp"
19 
20 namespace gemfire {
21 
28 protected:
29  TransactionId();
30  virtual ~TransactionId();
31 };
32 
33 }
34 
35 #endif /* TRANSACTIONID_H_ */
The TransactionId interface is a "marker" interface that represents a unique GemFire transaction...
Definition: TransactionId.hpp:27
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

GemFire C++ Cache API Documentation