Inheritance diagram for org.openmobileis.module.server.ModuleJarSynchroTarget:
Definition at line 59 of file ModuleJarSynchroTarget.java.
Public Member Functions | |
ModuleJarSynchroTarget (File xmlFile) throws FileNotFoundException, XmlPullParserException, IOException | |
ProfileModule | getProfilModule () |
String | getTargetName () |
String | getVersion () |
Protected Member Functions | |
ContainerMessage | processMapCommand (Credential cred, ContainerMessage mapContainer) |
void | notifySyncAction (long sessionId, Credential cred, Command syncCommand) throws OpenMSPException |
void | processResultCommand (Credential cred, Result resultCommande) throws OpenMSPException |
void | processStatusCommand (Credential cred, Status statusCommande) throws OpenMSPException |
Status | processAddCommand (Credential cred, ContainerMessage addContainer) throws OpenMSPException |
Status | processDeleteCommand (Credential cred, ContainerMessage deleteContainer) throws OpenMSPException |
Status | processReplaceCommand (Credential cred, ContainerMessage replaceContainer) throws OpenMSPException |
void | beginProcessOpenMSpCommand (Credential cred) throws OpenMSPException |
ContainerMessage[] | endProcessOpenMSpCommand () throws OpenMSPException |
ContainerMessage[] | processGetCommand (Credential cred, ContainerMessage getContainer) throws OpenMSPException |
Protected Attributes | |
ProfileModule | listenerModule |
File | xmlFile |