|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.framework.engine.source.AbstractSyncSource
com.funambol.domino.engine.cache.CachedSyncSource
com.funambol.domino.engine.source.DominoSyncSource
This class implements common methods of
DominoCalendarSyncSource DominoContactSyncSource
Field Summary | |
protected int |
conflictResolution
Property conflict resolution value |
protected com.funambol.framework.server.Sync4jDevice |
device
Property for sync session |
protected java.lang.String |
deviceCharset
Property for sync session |
protected java.util.TimeZone |
deviceTimeZone
Property for sync session |
protected java.lang.String |
deviceTimeZoneDescr
Property for sync session |
protected java.util.logging.Logger |
log
|
protected static java.lang.String |
TYPE_ICAL
|
protected static java.lang.String |
TYPE_VCARD
|
protected java.lang.String |
viewname
Property domino view name |
Fields inherited from class com.funambol.domino.engine.cache.CachedSyncSource |
principal, PRODUCT_NAME, syncMode |
Fields inherited from class com.funambol.framework.engine.source.AbstractSyncSource |
howManyAdded, howManyDeleted, howManyUpdated, info, LOG_NAME, name, sourceQuery, sourceURI, type |
Constructor Summary | |
DominoSyncSource()
|
Method Summary | |
void |
beginSync(com.funambol.framework.engine.source.SyncContext context)
BeginSync |
void |
endSync()
EndSync |
int |
getConflictResolution()
Getter for property conflictResolution. |
DominoWrapper |
getDominoWrapper()
Getter for property itemFormat. |
java.lang.String |
getHost()
Getter for property domino Server Host. |
java.lang.String |
getItemFormat()
Getter for property itemFormat. |
int |
getPort()
Getter for property Domino Server port. |
java.lang.String |
getViewName()
Getter for property domino view name. |
void |
setHost(java.lang.String hostEx)
Setter for property domino Server Host. |
void |
setPort(int portEx)
Setter for property Domino Server port. |
void |
setViewName(java.lang.String viewname_e)
Setter for property domino view name. |
Methods inherited from class com.funambol.domino.engine.cache.CachedSyncSource |
getAllSyncItemInfo, getAllSyncItemKeys, getDeletedSyncItemKeys, getJndiDataSourceName, getNewSyncItemKeys, getUpdatedSyncItemKeys, init, removeAllItems, setJndiDataSourceName, setOperationStatus |
Methods inherited from class com.funambol.framework.engine.source.AbstractSyncSource |
addSyncItem, commitSync, getInfo, getName, getSourceQuery, getSourceURI, getSyncItemFromId, getSyncItemKeysFromTwin, getType, removeSyncItem, setInfo, setName, setSourceURI, setType, toString, updateSyncItem |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.funambol.framework.engine.source.MergeableSyncSource |
mergeSyncItems |
Methods inherited from interface com.funambol.framework.engine.source.SyncSource |
addSyncItem, commitSync, getAllSyncItemKeys, getDeletedSyncItemKeys, getInfo, getName, getNewSyncItemKeys, getSourceURI, getSyncItemFromId, getSyncItemKeysFromTwin, getType, getUpdatedSyncItemKeys, removeSyncItem, setOperationStatus, updateSyncItem |
Field Detail |
protected java.util.logging.Logger log
protected static final java.lang.String TYPE_VCARD
protected static final java.lang.String TYPE_ICAL
protected com.funambol.framework.server.Sync4jDevice device
protected java.lang.String deviceTimeZoneDescr
protected java.util.TimeZone deviceTimeZone
protected java.lang.String deviceCharset
protected java.lang.String viewname
protected int conflictResolution
Constructor Detail |
public DominoSyncSource()
Method Detail |
public java.lang.String getViewName()
public void setViewName(java.lang.String viewname_e)
viewname_e
- String. New value of property domino view name.public java.lang.String getHost()
public void setHost(java.lang.String hostEx)
hostEx
- String New value of property domino Server Host.public int getPort()
public void setPort(int portEx)
portEx
- int. New value of property Domino Server port.public java.lang.String getItemFormat()
public DominoWrapper getDominoWrapper()
public int getConflictResolution()
public void beginSync(com.funambol.framework.engine.source.SyncContext context) throws com.funambol.framework.engine.source.SyncSourceException
CachedSyncSource
beginSync
in interface com.funambol.framework.engine.source.SyncSource
beginSync
in class CachedSyncSource
context
- SyncContext
com.funambol.framework.engine.source.SyncSourceException
SyncSource
public void endSync() throws com.funambol.framework.engine.source.SyncSourceException
CachedSyncSource
endSync
in interface com.funambol.framework.engine.source.SyncSource
endSync
in class CachedSyncSource
com.funambol.framework.engine.source.SyncSourceException
SyncSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |