Inheritance diagram for org.openmobileis.synchro.openmsp.server.synctarget.DefaultOpenMSPSynchroTargetListener:
Definition at line 50 of file DefaultOpenMSPSynchroTargetListener.java.
Public Member Functions | |
DefaultOpenMSPSynchroTargetListener () | |
SyncTargetAnswer | processCommand (Credential cred, ContainerMessage containerMessage) throws OpenMSPException |
Protected Member Functions | |
ContainerMessage[] | processSyncCommand (long sessionId, ContainerMessage syncCommande) throws OpenMSPException |
void | addFileToSynchro (OpenMISFile file) throws ServiceException |
add specified files to the answer to pda. |
void org.openmobileis.synchro.openmsp.server.synctarget.DefaultOpenMSPSynchroTargetListener.addFileToSynchro | ( | OpenMISFile | file | ) | throws ServiceException [protected] |
add specified files to the answer to pda.
Credential and metaData can be null. source and target must not be null
Definition at line 168 of file DefaultOpenMSPSynchroTargetListener.java.