|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a persisted configuration store and its containing subscription sets.
Method Summary | |
void |
close()
Close the config store. |
com.ibm.mobileservices.isync.ISyncSubscriptionSet[] |
getSubscriptionSets()
Return an array of ISyncSubscriptionSet instances describing all subscription sets available for synchronization. |
com.ibm.mobileservices.isync.ISyncDriver |
getSyncDriver()
Get a synchronization driver instance. |
void |
purge()
Remove all configuration information. |
Method Detail |
public com.ibm.mobileservices.isync.ISyncSubscriptionSet[] getSubscriptionSets() throws ISyncException
throws
- ISyncException with code:
ISyncException
ISyncSubscriptionSet
public void purge() throws ISyncException
throws
- ISyncException with code:
ISyncException
public void close() throws ISyncException
throws
- ISyncException with code:
ISyncException
public com.ibm.mobileservices.isync.ISyncDriver getSyncDriver() throws ISyncException
throws
- ISyncException with code:
ISyncException
ISyncDriver
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |