Definition at line 51 of file GenericProxySynchroTarget.java.
Public Member Functions | |
void | executeOpenMSPCommande (Credential cred, String listenerName, ContainerMessage container, Message answer, UserTerminal terminal, Profile profil, FileSystem fileSystem) throws OpenMSPException |
Implement the execution of OpenMSP commands. |
void org.openmobileis.synchro.openmsp.server.synctarget.proxy.GenericProxySynchroTarget.executeOpenMSPCommande | ( | Credential | cred, | |
String | serviceName, | |||
ContainerMessage | commande, | |||
Message | answer, | |||
UserTerminal | terminal, | |||
Profile | profile, | |||
FileSystem | fileSystem | |||
) | throws OpenMSPException |
Implement the execution of OpenMSP commands.
Call proxy because only one is registered for a terminal. Use to hide command execution mechanism from OpenMSPService.
cred | : OpenMSP message credential | |
serviceName | : service name to call defined in the user profil | |
commande | : the OpenMSP command | |
answer | : the OpenMSP answer to fill with service execution answer. | |
terminal | : the terminal that do the synchro | |
profil | : the profile the user | |
fileSystem | : file system containing the return synchro files. |
OpenMSPException |
Implements org.openmobileis.synchro.openmsp.server.synctarget.proxy.ProxySyncroTarget.
Definition at line 57 of file GenericProxySynchroTarget.java.
References org.openmobileis.synchro.openmsp.protocol.ContainerMessage.add(), org.openmobileis.synchro.openmsp.server.synctarget.SyncTargetAnswer.answerfiles, org.openmobileis.synchro.openmsp.server.synctarget.SyncTargetAnswer.containerMessage, and org.openmobileis.synchro.openmsp.server.synctarget.OpenMSPSynchroTargetListener.processCommand().