|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.persistence.SynchronizationManager
public class SynchronizationManager
Constructor Summary | |
---|---|
SynchronizationManager()
|
Method Summary | |
---|---|
static java.lang.String |
formmatPackageName(java.lang.String text)
Sybase internal use only. |
static SynchronizationManager |
getInstance()
Sybase internal use only. |
void |
synchronizeApplication(Connection conn,
java.lang.String mobileBusinessObject)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplication(Connection conn,
java.lang.String mobileBusinessObject,
PushConfiguration pushConfig,
boolean doPlayback)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplication(Connection conn,
java.lang.String mobileBusinessObject,
PushConfiguration pushConfig,
boolean doPlayback,
SyncStatusListener syncStatusListener)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplication(Connection conn,
java.lang.String mobileBusinessObject,
SyncStatusListener syncStatusListener)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplications(Connection conn,
java.lang.String[] mobileBusinessObjects)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplications(Connection conn,
java.lang.String[] mobileBusinessObjects,
PushConfiguration pushConfig,
boolean doPlayback,
SyncStatusListener syncStatusListener)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplications(Connection conn,
java.lang.String[] mobileBusinessObjects,
SyncStatusListener syncStatusListener)
Executes a data synchronization for a single SUP mobile business object. |
void |
synchronizeApplications(SynchronizationParameters syncParameters)
Executes a data synchronization for a single SUP mobile business object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynchronizationManager()
Method Detail |
---|
public static SynchronizationManager getInstance()
public static java.lang.String formmatPackageName(java.lang.String text)
public void synchronizeApplication(Connection conn, java.lang.String mobileBusinessObject)
conn
- the Connection used for synchronizationmobileBusinessObject
- A string array of the names of SUP mobile business objects to synchronize.public void synchronizeApplication(Connection conn, java.lang.String mobileBusinessObject, SyncStatusListener syncStatusListener)
conn
- the Connection used for synchronizationmobileBusinessObject
- A string array of the names of SUP mobile business objects to synchronize.syncStatusListener
- The SyncStatusListener for sync status notificationpublic void synchronizeApplication(Connection conn, java.lang.String mobileBusinessObject, PushConfiguration pushConfig, boolean doPlayback)
conn
- the Connection used for synchronizationmobileBusinessObject
- A string array of the names of SUP mobile business objects to synchronize.pushConfig
- object to control registering or unregistering to receive push synchronization messages.doPlayback
- True will cause the synchronization to playback/execute the associated SUP mobile business object. False will just synchronize the data in the server's consolidated database without executing/playing back the SUP mobile business object. Default is true.public void synchronizeApplication(Connection conn, java.lang.String mobileBusinessObject, PushConfiguration pushConfig, boolean doPlayback, SyncStatusListener syncStatusListener)
conn
- the Connection used for synchronizationmobileBusinessObject
- A string array of the names of SUP mobile business objects to synchronize.pushConfig
- object to control registering or unregistering to receive push synchronization messages.doPlayback
- True will cause the synchronization to playback/execute the associated SUP mobile business object. False will just synchronize the data in the server's consolidated database without executing/playing back the SUP mobile business object. Default is true.syncStatusListener
- The SyncStatusListener for sync status notificationpublic void synchronizeApplications(Connection conn, java.lang.String[] mobileBusinessObjects)
conn
- the Connection used for synchronizationmobileBusinessObjects
- A string array of the names of SUP mobile business objects to synchronize.public void synchronizeApplications(Connection conn, java.lang.String[] mobileBusinessObjects, SyncStatusListener syncStatusListener)
conn
- the Connection used for synchronizationmobileBusinessObjects
- A string array of the names of SUP mobile business objects to synchronize.syncStatusListener
- The SyncStatusListener for sync status notificationpublic void synchronizeApplications(Connection conn, java.lang.String[] mobileBusinessObjects, PushConfiguration pushConfig, boolean doPlayback, SyncStatusListener syncStatusListener)
conn
- the Connection used for synchronizationmobileBusinessObjects
- A string array of the names of SUP mobile business objects to synchronize.pushConfig
- object to control registering or unregistering to receive push synchronization messages.doPlayback
- True will cause the synchronization to playback/execute the associated SUP mobile business object. False will just synchronize the data in the server's consolidated database without executing/playing back the SUP mobile business object. Default is true.syncStatusListener
- The SyncStatusListener for sync status notificationpublic void synchronizeApplications(SynchronizationParameters syncParameters)
syncParameters
- is used to give the required parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |