org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j
Class TestFODBSync4JSource

org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSource
  |
  +--org.openmobileis.database.fastobjectdb.db.test.synchro.sync4j.TestFODBSync4JSource

public class TestFODBSync4JSource
extends FODBSync4JSource

Author:
Administrateur TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Fields inherited from class org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSource
MIMETYPE
 
Constructor Summary
TestFODBSync4JSource()
           
TestFODBSync4JSource(java.lang.String arg0)
           
TestFODBSync4JSource(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
           
 
Method Summary
protected  sync4j.framework.engine.SyncItem getSyncItem(java.security.Principal principal, java.lang.String itemId)
          Get the SyncItem with the given itemId for the given principal
protected  sync4j.framework.engine.SyncItem[] getSyncItems(java.security.Principal principal, java.lang.String type, java.sql.Timestamp since)
          Get the SyncItem[] in accord with the given parameters
 
Methods inherited from class org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSource
getAllSyncItems, getDeletedSyncItemKeys, getDeletedSyncItems, getNewSyncItemKeys, getNewSyncItems, getSyncItemFromId, getSyncItemFromTwin, getSyncItemsFromIds, getSyncItemsFromTwins, getUpdatedSyncItemKeys, getUpdatedSyncItems, removeSyncItem, removeSyncItems, setSyncItem, setSyncItems
 

Constructor Detail

TestFODBSync4JSource

public TestFODBSync4JSource()

TestFODBSync4JSource

public TestFODBSync4JSource(java.lang.String arg0,
                            java.lang.String arg1,
                            java.lang.String arg2)
Parameters:
arg0 -  
arg1 -  
arg2 -  

TestFODBSync4JSource

public TestFODBSync4JSource(java.lang.String arg0)
Parameters:
arg0 -  
Method Detail

getSyncItems

protected sync4j.framework.engine.SyncItem[] getSyncItems(java.security.Principal principal,
                                                          java.lang.String type,
                                                          java.sql.Timestamp since)
                                                   throws sync4j.framework.engine.source.SyncSourceException
Description copied from class: FODBSync4JSource
Get the SyncItem[] in accord with the given parameters
Overrides:
getSyncItems in class FODBSync4JSource
Following copied from class: org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSource
Parameters:
principal - Principal
type - String
since - Timestamp
Returns:
SyncItem[]
Throws:
SyncSourceException -  

getSyncItem

protected sync4j.framework.engine.SyncItem getSyncItem(java.security.Principal principal,
                                                       java.lang.String itemId)
                                                throws sync4j.framework.engine.source.SyncSourceException
Description copied from class: FODBSync4JSource
Get the SyncItem with the given itemId for the given principal
Overrides:
getSyncItem in class FODBSync4JSource
Following copied from class: org.openmobileis.database.fastobjectdb.synchro.server.sync4j.FODBSync4JSource
Parameters:
principal - Principal
itemId - String
Returns:
SyncItem
Throws:
SyncSourceException -  


Copyright 2005 e-Care. All Rights Reserved.