Changes between Version 4 and Version 5 of MeshObject
- Timestamp:
- 01/19/10 05:30:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MeshObject
v4 v5 3 3 An atomic unit of managed information in !InfoGrid, such as a business object. A MeshObject may be blessed by one or more [wiki:EntityType EntityTypes], carry [wiki:Property Properties], and participate in [wiki:Relationship Relationships] with other [wiki:MeshObject MeshObjects]. A MeshObject is identified by a unique MeshObjectIdentifier. 4 4 5 All [wiki:MeshObject MeshObjects] always live in and are managed by a MeshBase. Some implementations of MeshBase swap out and garbage-collect any currently unused [wiki:MeshObject MeshObjects] and transparently recreate them from external storage when accessed by an InfoGrid application .5 All [wiki:MeshObject MeshObjects] always live in and are managed by a MeshBase. Some implementations of MeshBase swap out and garbage-collect any currently unused [wiki:MeshObject MeshObjects] and transparently recreate them from external storage when accessed by an InfoGrid application in order to support large numbers of [wiki:MeshObject MeshObjects] in the same MeshBase. 6 6 7 7 A MeshObject automatically raises a number of events using the standard !JavaBeans API patterns: … … 12 12 * events indicating that the MeshObject was deleted. 13 13 14 Any aspect of a MeshObject can only be modified within a [wiki:Transaction] initiated by its parent MeshBase. 15 14 16 See also: 15 17 * [wiki:Blessing] … … 17 19 * MeshBase 18 20 * MeshObjectIdentifier 21 * Transaction 19 22 * [wiki:Unblessing] 20 23 * [wiki:Unrelating].
![[Logo]](/trac/chrome/site/projectlogo.png)