net.rim.device.api.synchronization
Interface SyncObject

All Known Implementing Classes:
CertificateServerInfo, OTASyncCapableSyncItem, SyncItem

public interface SyncObject

An object that may be stored in a SyncCollection.

Every object in a SyncCollection has a dirty bit, a flag used to determine if the object has been modified, and a unique ID, a 32-bit value that is constant for the lifetime of the object both on and off of the device. SyncObjects created on the device must be assigned an initial unique ID.

For convenience, the class UIDGenerator has been provided.

See Also:
SyncCollection, SyncItem, SyncConverter
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0

Method Summary
Category: Signed  int getUID()
          Returns the unique ID stored in this SyncObject.
 



Method Detail

getUID

int getUID()
Returns the unique ID stored in this SyncObject.

Returns:
The unique ID of this object.
Category:
Signed: This element is only accessible by signed applications. If you intend to use this element, please visit http://www.blackberry.com/go/codesigning to obtain a set of code signing keys. Code signing is only required for applications running on BlackBerry smartphones; development on BlackBerry Smartphone Simulators can occur without code signing.
Since:
BlackBerry API 3.6.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal