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

java.lang.Object
  extended byAbstractSyncSource
      extended byorg.openmobileis.synchro.sync4j.server.FODBSync4JSource
          extended byorg.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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmobileis.synchro.sync4j.server.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  SyncItem getSyncItem(java.security.Principal principal, java.lang.String itemId)
          Get the SyncItem with the given itemId for the given principal
protected  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.synchro.sync4j.server.FODBSync4JSource
getAllSyncItems, getDeletedSyncItemKeys, getDeletedSyncItems, getNewSyncItemKeys, getNewSyncItems, getSyncItemFromId, getSyncItemFromTwin, getSyncItemsFromIds, getSyncItemsFromTwins, getUpdatedSyncItemKeys, getUpdatedSyncItems, removeSyncItem, removeSyncItems, setSyncItem, setSyncItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 SyncItem[] getSyncItems(java.security.Principal principal,
                                  java.lang.String type,
                                  java.sql.Timestamp since)
                           throws SyncSourceException
Description copied from class: FODBSync4JSource
Get the SyncItem[] in accord with the given parameters

Specified by:
getSyncItems in class FODBSync4JSource
Parameters:
principal - Principal
type - String
since - Timestamp
Returns:
SyncItem[]
Throws:
SyncSourceException

getSyncItem

protected SyncItem getSyncItem(java.security.Principal principal,
                               java.lang.String itemId)
                        throws SyncSourceException
Description copied from class: FODBSync4JSource
Get the SyncItem with the given itemId for the given principal

Specified by:
getSyncItem in class FODBSync4JSource
Parameters:
principal - Principal
itemId - String
Returns:
SyncItem
Throws:
SyncSourceException


Copyright 2006 OpenMobileIS. All Rights Reserved.