|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.sync.SyncApplicationData
public class SyncApplicationData
This is the Sync Application Data runnable thread This thread will sync the application and update the progress
Constructor Summary | |
---|---|
SyncApplicationData(SyncAction action,
java.lang.String[] mobileAppList,
boolean saveParams)
Constructor to create a SyncApplicationData thread |
|
SyncApplicationData(SyncAction action,
java.lang.String[] mobileAppList,
java.util.Hashtable parameters,
boolean saveParams)
Constructor to create a SyncApplicationData thread |
Method Summary | |
---|---|
void |
cancel()
|
boolean |
isCancel()
Whether the synchronization is cancelled. |
boolean |
objectSyncStatus(ObjectSyncStatusData data)
Called when there is information to report about the status of a synchronization that is taking place. |
void |
run()
Executing thread |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncApplicationData(SyncAction action, java.lang.String[] mobileAppList, boolean saveParams)
screen
- - SyncProgressScreen screenmobileAppList
- - String array of MBO Mobile Applications namessaveParams
- - True to save the sync parameters for later syncpublic SyncApplicationData(SyncAction action, java.lang.String[] mobileAppList, java.util.Hashtable parameters, boolean saveParams)
action
- - Sync actionmobileAppList
- - String array of MBO Mobile Applications namesparameters
- - request input parameters to send to serversaveParams
- - True to save the sync parameters for later syncMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void cancel()
public boolean isCancel()
public boolean objectSyncStatus(ObjectSyncStatusData data)
objectSyncStatus
in interface SyncStatusListener
data
- - An ObjectSyncStatusData
object that contains
information about the status of the running synchronization.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |