|
||||||||||
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()
Closes the config store. |
ISyncSubscriptionSet[] |
getSubscriptionSets()
Returns an array of ISyncSubscriptionSet instances describing all subscription sets available for synchronization. |
ISyncDriver |
getSyncDriver()
Gets a synchronization driver instance. |
void |
purge()
Removes all configuration information. |
Method Detail |
public 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 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 |