|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class provides access to the the SyncBoDescriptor objects in the SmartSync client. An instance of this class could be retrieved by calling SmartSyncRuntime.getSyncBoDescriptorFacade() method.
Example:
Retrieving a particular SyncBo.
SyncBoDescriptorFacade descriptorFacade =
SmartSyncRuntime.getInstance().getSyncBoDescriptorFacade();
SyncBoDescriptor syncBo = descriptorFacade.getSyncBoDescriptor("SyncBoName");
Retrieving all the SyncBo's.
SyncBoDescriptorFacade descriptorFacade =
SmartSyncRuntime.getInstance().getSyncBoDescriptorFacade();
SyncBoDescriptorIterator it = descriptorFacade.getAllSyncBoDescriptors();
SmartSyncRuntime.getSyncBoDescriptorFacade()
Method Summary | |
SyncBoDescriptorIterator |
getAllSyncBoDescriptors()
Returns all SyncBoDescriptor objects currently installed in the SmartSync client. |
SyncBoDescriptor |
getSyncBoDescriptor(java.lang.String syncBoName)
Returns the SyncBoDescriptor object for the specified SyncBo name. |
Method Detail |
public SyncBoDescriptor getSyncBoDescriptor(java.lang.String syncBoName)
syncBoName
- the name of the SyncBo
public SyncBoDescriptorIterator getAllSyncBoDescriptors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |