SHOW Signed

net.rim.device.api.synchronization
Class SerialSyncManager

java.lang.Object
  |
  +--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.

Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

Since:
JDE 3.6.0
See Also:
SyncCollection, SerialSyncListener

Method Summary
 Category: Signed abstract  void addSyncListener(SerialSyncListener listener)
          Deprecated. 
 Category: Signed abstract  void disableSynchronization(SyncCollection collection)
          Deprecated. 
 Category: Signed abstract  void enableSynchronization(SyncCollection collection)
          Deprecated. 
 Category: Signed static SerialSyncManager getInstance()
          Deprecated. 
 Category: Signed abstract  boolean isSyncInProgress()
          Deprecated. 
 Category: Signed abstract  void removeSyncListener(SerialSyncListener listener)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

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.
Since:
JDE 3.6.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.


Copyright 1999-2007 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.