org.openmobileis.synchro.openmsp.server.synctarget.proxy
Class GenericProxySynchroTarget

java.lang.Object
  extended byorg.openmobileis.synchro.openmsp.server.synctarget.proxy.GenericProxySynchroTarget
All Implemented Interfaces:
ProxySyncroTarget

public class GenericProxySynchroTarget
extends java.lang.Object
implements ProxySyncroTarget

Title: OpenMobileIS project source
Description:

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

Constructor Summary
GenericProxySynchroTarget()
           
 
Method Summary
 void executeOpenMSPCommande(Credential cred, java.lang.String listenerName, ContainerMessage container, Message answer, UserTerminal terminal, Profile profil, FileSystem fileSystem)
          Implement the execution of OpenMSP commands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericProxySynchroTarget

public GenericProxySynchroTarget()
Method Detail

executeOpenMSPCommande

public void executeOpenMSPCommande(Credential cred,
                                   java.lang.String listenerName,
                                   ContainerMessage container,
                                   Message answer,
                                   UserTerminal terminal,
                                   Profile profil,
                                   FileSystem fileSystem)
                            throws OpenMSPException
Description copied from interface: ProxySyncroTarget
Implement the execution of OpenMSP commands. Call proxy because only one is registered for a terminal. Use to hide command execution mechanism from OpenMSPService.

Specified by:
executeOpenMSPCommande in interface ProxySyncroTarget
Parameters:
cred - : OpenMSP message credential
listenerName - : service name to call defined in the user profil
container - : 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.