Quintiq file version 2.0
|
#parent: #root
|
MethodOverride RegisterAtMaster (
|
DSP_ServiceCommitterBase local_committer
|
)
|
{
|
TextBody:
|
[*
|
dsp := this.DistributedServiceProviderBase();
|
|
// Sent the registration notification to master
|
dsp.Connector().SentRegistration( dsp.MasterNodeId() );
|
|
// Sent a synchronization request to master
|
this.RequestSync( local_committer );
|
*]
|
}
|