Title: OpenMobileIS project source
Description: Superclass for OpenMSP commands :
Get, Sync, Add, Delete, Replace, Map, Sequence, Result, Status
An abstract command has a type (See Element for the command list) and a command id.
Title: OpenMobileIS project source
Description: Calling service manager is use to keep an historic of different service call to be
able to return to a calling service when a specific function has been done.
Increases the capacity of this ArrayList instance, if
necessary, to ensure that it can hold at least the number of elements
specified by the minimum capacity argument.
Increases the capacity of this ArrayList instance, if necessary,
to ensure that it can hold at least the number of elements specified by the
minimum capacity argument.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE") use SQL syntax to perform queries Connection is not close to keep the resulting
resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements use SQL syntax to perform queries Connection is not close to keep
the resulting resultset.
executeQuery() allows to execute a query such as "SELECT * FROM TABLE") use SQL syntax to perform queries Connection is not close to keep the resulting
resultset.
executeUpdateQuery() allows to execute a query with INSERT, UPDATE or DELETE statements use SQL syntax to perform queries
Close and garbage the connection and pending result.
Title: OpenMobileIS project source
Description: To specify the temp directory where generated db file is use the
property
:org.openmobileis.database.fastobjectdb.synchro.server.generateddb.installpath
Use this constructor to work with pregenerated DB file for complete
synchronisation pregenerateddbpath is the path to the directory where
pregenerated collection file are stored.
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
Return the max number of row that update file can contains
If more than max row must be updated on the PDA, a complete synchronisation will be started, the database file
will be send.
Title: OpenMobileIS project source
Description: This class manages the synchronization number
For each user, a number is associated with the synchronization
to manage the incremental sync.
Title: OpenMobileIS project source
Description: Default implementation of the listener use to decode synchro ROw from the synchronisation,process
If you change the synchronisation process the the way dtabase update rows are encoded you have to modify this listener.
Title: OpenMobileIS project source
Description: This class manages the synchronization number
For each user, a number is associated with the synchronization
to manage the incremental sync.
Message - class org.openmobileis.synchro.openmsp.protocol.Message.
Title: OpenMobileIS project source
Description: Represents a OpenMSP message container a Header and set of commands
A Message has a counter to manage cmdId and a ContainerMessage representing the root element.
Title: OpenMobileIS project source
Description: Utility classe to allow to store is the properties file misc.properties
service properties to be use later.
Title: OpenMobileIS project source
Description: This class manages the synchronization number
For each user, a number is associated with the synchronization
to manage the incremental sync.
Title: OpenMobileIS project source
Description: Request command class manages the following commands : Sync, Map
In fact, it manages all request commands which not use source and target attributes
Request commands manages optional meta information and a credential
Title: OpenMobileIS project source
Description: Response command class manages the following commands : Result and Status
A response command have an attribute CmdRef (command reference) which refer to the request command identifier.
Event sent when the sync manager sends a openML message to the server
The specified message is the message use to construct the synchro message
This method fill the message with listener commande container.