Inheritance diagram for org.openmobileis.synchro.openmsp.protocol.test.TestOpenMSSyncListener:
Definition at line 54 of file TestOpenMSSyncListener.java.
Public Member Functions | |
TestOpenMSSyncListener () | |
void | startSync (Credential cred, SynchroDescriptor synchrodescriptor) throws OpenMSPException |
Fire this event once a synchro is starting. | |
void | sendData (Message message) throws OpenMSPException |
Event sent when the sync manager sends a openML message to the server The specified message is the message use to construct the synchro message This method fill the message with listener commande container. | |
String | getSyncName () |
Return the name used to identiy the of the listener in the synchro processus. | |
void | receiveMapCommand (ContainerMessage mapContainer) throws OpenMSPException |
Event sent when the sync manager receives MAP command openML messages from the server. | |
void | receiveResultCommand (ContainerMessage resultContainer, ContainerMessage initialCommand) throws OpenMSPException |
Event sent when the sync manager receives RESULT openML messages from the server. | |
void | receiveStatusCommand (Status statusCommande, ContainerMessage initialCommand) throws OpenMSPException |
Event sent when the sync manager receives STATUS openML messages from the server. | |
Protected Member Functions | |
JournalLogRenderer | getJournalLogRenderer () |
|
Return the name used to identiy the of the listener in the synchro processus. This name correspond to the source in the OpenMS protocol. Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener. Definition at line 169 of file TestOpenMSSyncListener.java. Referenced by org.openmobileis.synchro.openmsp.protocol.test.TestOpenMSSyncListener.sendData(). |
|
Event sent when the sync manager receives MAP command openML messages from the server.
Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener. Definition at line 176 of file TestOpenMSSyncListener.java. |
|
Event sent when the sync manager receives RESULT openML messages from the server.
Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener. Definition at line 183 of file TestOpenMSSyncListener.java. References org.openmobileis.synchro.openmsp.protocol.AbstractCommand.getCmdId(), org.openmobileis.synchro.openmsp.protocol.DataItem.getData(), org.openmobileis.synchro.openmsp.protocol.DataItem.getMetaInformation(), and org.openmobileis.synchro.openmsp.protocol.Result.getMetaInformation(). |
|
Event sent when the sync manager receives STATUS openML messages from the server.
Implements org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener. Definition at line 204 of file TestOpenMSSyncListener.java. |