|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISyncException | |
com.ibm.mobileservices.isync | |
com.ibm.mobileservices.isync.midp |
Uses of ISyncException in com.ibm.mobileservices.isync |
Methods in com.ibm.mobileservices.isync that throw ISyncException | |
com.ibm.mobileservices.isync.ISyncSubscriptionSet[] |
ISyncConfigStore.getSubscriptionSets()
Return an array of ISyncSubscriptionSet instances describing all subscription sets available for synchronization. |
void |
ISyncConfigStore.purge()
Remove all configuration information. |
void |
ISyncConfigStore.close()
Close the config store. |
com.ibm.mobileservices.isync.ISyncDriver |
ISyncConfigStore.getSyncDriver()
Get a synchronization driver instance. |
int |
ISyncDriver.syncConfig()
Synchronize the configuration to obtain subscription set worklist from the server. |
int |
ISyncDriver.sync()
Synchronize all subscription sets that are enabled in the specified config store. |
void |
ISyncDriver.cancelSync()
User callable cancel of synchronization operation. |
void |
ISyncDriver.setSyncListener(com.ibm.mobileservices.isync.event.ISyncListener listener)
User implemented listener implementation to receive events in eventIssued method |
java.lang.String |
ISyncDriver.getPref(int prefID)
Deprecated. Use property version of createSyncService. |
void |
ISyncDriver.setPref(int prefID,
java.lang.String value)
Deprecated. Use property version of createSyncService. |
void |
ISyncDriver.close()
Close the synchronization driver instance. |
com.ibm.mobileservices.isync.ISyncService |
ISyncProvider.createSyncService(java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String password)
Deprecated. See other createSyncService methods. |
com.ibm.mobileservices.isync.ISyncService |
ISyncProvider.createSyncService(java.lang.String uri,
java.lang.Object propObj)
Gets a synchronization service instance. |
int |
ISyncProvider.getVersion()
Returns the version of this product in a 32-bit unsigned integer in the format of 0xMMNNRRXX, where MM, NN, and RR are hexadecimal representation of major, minor, and modification version numbers respectively, and XX is reserved. |
java.lang.String |
ISyncProvider.getBuildDate()
Gets the build date of the provider. |
java.lang.String |
ISyncService.getHost()
Get server hostname or IP. |
java.lang.String |
ISyncService.getPort()
Get server port. |
com.ibm.mobileservices.isync.ISyncConfigStore |
ISyncService.getConfigStore(java.lang.String path)
Get a configuration store instance. |
java.lang.String |
ISyncService.getCharEncoding()
Get the character encoding. |
void |
ISyncService.close()
Closes the synchronization service. |
java.lang.String |
ISyncSubscriptionSet.getName()
Get the subscription set name. |
java.lang.String |
ISyncSubscriptionSet.getId()
Get the subscription set ID. |
boolean |
ISyncSubscriptionSet.isEnabled()
Return if this subscription set is enabled for synchronization |
boolean |
ISyncSubscriptionSet.isReset()
Return if this subscription set is mark for refresh on the next synchronization |
void |
ISyncSubscriptionSet.enable()
Enable for synchronization. |
void |
ISyncSubscriptionSet.disable()
Disable for synchronization. |
void |
ISyncSubscriptionSet.reset()
Marks this subscription set for refresh on the next synchronization. |
int |
ISyncSubscriptionSet.getStatus()
Get the status of the subscription set. |
Uses of ISyncException in com.ibm.mobileservices.isync.midp |
Methods in com.ibm.mobileservices.isync.midp that throw ISyncException | |
com.ibm.mobileservices.isync.ISyncService |
MIDPISyncProvider.createSyncService(java.lang.String host,
java.lang.String port,
java.lang.String user,
java.lang.String password)
Deprecated. |
com.ibm.mobileservices.isync.ISyncService |
MIDPISyncProvider.createSyncService(java.lang.String uri,
java.lang.Object propObj)
Get a synchronization service instance. |
java.lang.String |
MIDPISyncProvider.getBuildDate()
Get the build date of the provider |
java.lang.String |
MIDPISyncProvider.getCharEncoding()
Get the character encoding. |
int |
MIDPISyncProvider.syncConfig()
Synchronize the configuration to obtain subscription set worklist from the server. |
int |
MIDPISyncProvider.sync()
Synchronize all subscription sets that are enabled in the ISyncConfigStore. |
java.lang.String |
MIDPISyncProvider.getPref(int prefID)
Get the default value or user specified value of a preference. |
void |
MIDPISyncProvider.setPref(int prefID,
java.lang.String value)
Set a preference for this synchronization operation. |
int |
MIDPISyncProvider.setup()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |