|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.synchro.openmsp.client.EmptyOpenMSPSyncListener
org.openmobileis.bundle.coldupdate.terminal.ColdUpdateModuleManagerListener
Field Summary |
Fields inherited from interface org.openmobileis.synchro.openmsp.client.OpenMSPSyncListener |
SYNCHRO_FAILLED, SYNCHRO_OK |
Constructor Summary | |
ColdUpdateModuleManagerListener()
|
Method Summary | |
void |
endSync()
Fire this event once the current synchro is ended |
java.lang.String |
getJarInstallPath()
return the path where module jar must be stored. |
java.lang.String |
getSyncName()
Return the name used to identiy the of the listener in the synchro processus. |
java.lang.String |
getXMLInstallPath()
|
void |
initManager()
call during module management init. |
void |
notifyModuleLoading(ProfileModule module)
call when a new module must be loaded. |
void |
notifyModuleUpdate(ProfileModule module)
call when a module has been updated by the synchro. |
void |
startSync(Credential cred,
SynchroDescriptor synchrodescriptor)
Fire this event once a synchro is starting |
Methods inherited from class org.openmobileis.synchro.openmsp.client.EmptyOpenMSPSyncListener |
getSynchroStatus, initListener, isSyncOK, notifySynchroFailure, receiveGetCommand, receiveMapCommand, receiveResultCommand, receiveStatusCommand, receiveSyncCommand, sendData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColdUpdateModuleManagerListener()
Method Detail |
public void initManager() throws ServiceException
ModuleManagerListener
initManager
in interface ModuleManagerListener
ServiceException
public java.lang.String getSyncName()
getSyncName
in interface OpenMSPSyncListener
public java.lang.String getJarInstallPath()
ModuleManagerListener
getJarInstallPath
in interface ModuleManagerListener
public java.lang.String getXMLInstallPath()
public void notifyModuleLoading(ProfileModule module) throws ServiceException
ModuleManagerListener
notifyModuleLoading
in interface ModuleManagerListener
module
-
ServiceException
public void notifyModuleUpdate(ProfileModule module) throws ServiceException
ModuleManagerListener
notifyModuleUpdate
in interface ModuleManagerListener
module
-
ServiceException
public void startSync(Credential cred, SynchroDescriptor synchrodescriptor) throws OpenMSPException
OpenMSPSyncListener
startSync
in interface OpenMSPSyncListener
startSync
in class EmptyOpenMSPSyncListener
OpenMSPException
public void endSync() throws OpenMSPException
OpenMSPSyncListener
endSync
in interface OpenMSPSyncListener
endSync
in class EmptyOpenMSPSyncListener
OpenMSPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |