org.openmobileis.synchro.openmsp.server.synctarget.proxy
Interface ProxySyncroTarget

All Known Implementing Classes:
GenericProxySynchroTarget

public interface ProxySyncroTarget

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 void executeOpenMSPCommande(Credential cred, java.lang.String serviceName, ContainerMessage commande, Message answer, UserTerminal terminal, Profile profile, FileSystem fileSystem)
          Implement the execution of OpenMSP commands.
 

Method Detail

executeOpenMSPCommande

public void executeOpenMSPCommande(Credential cred,
                                   java.lang.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.

Parameters:
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
fileSystem - : file system containing the return synchro files.
Throws:
OpenMSPException


Copyright 2006 OpenMobileIS. All Rights Reserved.