Module: x2node-dbos-monitor-dbtable

Implementation of the record collections monitor for the DBOs module that uses a database table to lock collection and store collections version information.

Requires

Methods


<static> assignTo(dboFactory, ds)

Assign the monitor to the specified DBO factory and initialize it.
Parameters:
Name Type Description
dboFactory module:x2node-dbos~DBOFactory The DBO factory, to which to to assign the monitor.
ds module:x2node-dbos.DataSource Database connection data source used by the monitor to initialize the record collections version information table.
Returns:
The monitor assigned to the DBO factory.
Type
module:x2node-dbos.RecordCollectionsMonitor