public interface ModuleRegistrationAdvancedD3
For example, when several inter-dependent broadcast dataspaces are used, implementing this interface allows to create this D3 environment during the module startup.
ModuleRegistration| Modifier and Type | Method and Description | 
|---|---|
| void | handleRepositoryStartup(D3NodeAsSlaveOnStartup aContext)This method must be overridden to set up the
 required environment of a D3 replica node when
 this requires specific privileges on the repository. | 
void handleRepositoryStartup(D3NodeAsSlaveOnStartup aContext) throws OperationException
 It is invoked once the EBX® module has been registered,
 when the repository has been started and after
 ModuleRegistration.handleRepositoryStartup(ModuleContextOnRepositoryStartup).
 
aContext - the D3 module registration context invoked at the
                 initialization of the EBX® repository.OperationException - if an operation cannot complete successfully.