Changeset 12097 for main/waeup.ikoba/trunk/src/waeup/ikoba/app.py
- Timestamp:
- 30 Nov 2014, 20:49:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/app.py
r12091 r12097 76 76 77 77 @property 78 def unique_ application_id(self):79 """A unique application id for all applicationobjects in customers.78 def unique_contract_id(self): 79 """A unique contract id for all contract objects in customers. 80 80 81 The applicationid returned is guaranteed to be unique.81 The contract id returned is guaranteed to be unique. 82 82 83 Once a applicationid was issued, it won't be issued again.83 Once a contract id was issued, it won't be issued again. 84 84 85 Obtaining an applicationid is currently not thread-safe but can be85 Obtaining an contract id is currently not thread-safe but can be 86 86 made easily by enabling commented lines. 87 87 """
Note: See TracChangeset for help on using the changeset viewer.