AbstractRemoteFieldWarden constructor
AbstractRemoteFieldWarden(
- WardenType? localWardenType,
- WardenType? remoteWardenType,
- SchemaMetaData smd,
- SchemaMetaData smdSys,
- DbTransaction transaction,
Implementation
AbstractRemoteFieldWarden(this.localWardenType, this.remoteWardenType,
this.smd, this.smdSys, this.transaction) {
waterLineField =
WaterLineField(localWardenType, remoteWardenType, smdSys, transaction);
transactionsFactory = TransactionsFactory(
localWardenType, remoteWardenType, smd, smdSys, transaction);
//this.pool = pool;
}