Definition at line 44 of file ProxySyncroTarget.java.
Public Member Functions | |
void | executeOpenMSPCommande (Credential cred, String serviceName, ContainerMessage commande, Message answer, UserTerminal terminal, Profile profile, FileSystem fileSystem) throws OpenMSPException |
Implement the execution of OpenMSP commands. |
void org.openmobileis.synchro.openmsp.server.synctarget.proxy.ProxySyncroTarget.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 |
Implemented in org.openmobileis.synchro.openmsp.server.synctarget.proxy.GenericProxySynchroTarget.