net.rim.device.api.synchronization
Class SerialSyncManager

java.lang.Object
  extended by net.rim.device.api.synchronization.SerialSyncManager

Deprecated. Use SyncManager.

public abstract class SerialSyncManager
extends Object

Handles all serial synchronization and backup/restore activity for the system.

See Also:
SyncCollection, SerialSyncListener
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 abstract  void addSyncListener(SerialSyncListener listener)
          Deprecated. Adds a SerialSyncListener interested in events from the serial synchronization manager.
Category: Signed abstract  void disableSynchronization(SyncCollection collection)
          Deprecated. Disables serial synchronization operations on a SyncCollection.
Category: Signed abstract  void enableSynchronization(SyncCollection collection)
          Deprecated. Enables serial synchronization operations on a SyncCollection.
Category: Signed static SerialSyncManager getInstance()
          Deprecated. Gets the instance of the SerialSyncManager object.
Category: Signed abstract  boolean isSyncInProgress()
          Deprecated. Determines if a serial synchronization operation is in progress.
Category: Signed abstract  void removeSyncListener(SerialSyncListener listener)
          Deprecated. Removes a SerialSyncListener interested in events from the serial synchronization manager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Method Detail

getInstance

public static SerialSyncManager getInstance()
Deprecated. 
Gets the instance of the SerialSyncManager object.

Returns:
The system-wide SerialSyncManager instance, or null if no SerialSyncManager exists.
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

enableSynchronization

public abstract void enableSynchronization(SyncCollection collection)
Deprecated. 
Enables serial synchronization operations on a SyncCollection.

Parameters:
collection - The SyncCollection for which to enable serial synchronization.
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

disableSynchronization

public abstract void disableSynchronization(SyncCollection collection)
Deprecated. 
Disables serial synchronization operations on a SyncCollection.

Parameters:
collection - The SyncCollection for which to disable serial synchronization.
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

addSyncListener

public abstract void addSyncListener(SerialSyncListener listener)
Deprecated. 
Adds a SerialSyncListener interested in events from the serial synchronization manager.

Parameters:
listener - The SerialSyncListener to add.
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

removeSyncListener

public abstract void removeSyncListener(SerialSyncListener listener)
Deprecated. 
Removes a SerialSyncListener interested in events from the serial synchronization manager.

Parameters:
listener - The SerialSyncListener to remove.
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

isSyncInProgress

public abstract boolean isSyncInProgress()
Deprecated. 
Determines if a serial synchronization operation is in progress.

Returns:
true if a serial synchronization operation is in progress, false if not.
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