MediaSyncSourceParams Class Reference

Container for parameters used by this MediaSyncSource class. More...

#include <MediaSyncSource.h>

List of all members.

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.


Detailed Description

Container for parameters used by this MediaSyncSource class.

Server URL, Username and Swv are stored inside the MediaSyncSource cache to check its validity before every sync.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Generated on Thu Sep 3 19:51:08 2009 for Funambol Outlook Plug-in Library by  doxygen 1.5.7.1