#include <MediaSyncSource.h>
Public Member Functions | |
const StringBuffer & | getUrl () |
const StringBuffer & | getUsername () |
const StringBuffer & | getSwv () |
const int | getNextLUID () |
void | setUrl (const StringBuffer &v) |
void | setUsername (const StringBuffer &v) |
void | setSwv (const StringBuffer &v) |
void | setNextLUID (const int v) |
Private Attributes | |
StringBuffer | url |
The Sync Server URL. | |
StringBuffer | username |
The current username. | |
StringBuffer | swv |
The current Client software version. | |
int | nextLUID |
Incremental number, used as the next LUID of media items. |
Server URL, Username and Swv are stored inside the MediaSyncSource cache to check its validity before every sync.
int MediaSyncSourceParams::nextLUID [private] |
Incremental number, used as the next LUID of media items.
The MediaSyncSource will use (and then increment) this value to send a unique item's key to the Server.
StringBuffer MediaSyncSourceParams::swv [private] |
The current Client software version.
StringBuffer MediaSyncSourceParams::url [private] |
The Sync Server URL.
StringBuffer MediaSyncSourceParams::username [private] |
The current username.