public class DataServiceInitialise extends ServiceInitialise
DataService
service has been properly loaded and registered. If it has been created with an admin
document for example, the metadata might describe some additional operations
that should be carried out, such as loading in some default utility services.parentService, passwordHandler, serviceAdmin
Constructor and Description |
---|
DataServiceInitialise(Service theParentService,
ServiceAdmin theServiceAdmin,
PasswordHandler thePasswordHandler)
Create a new instance of DataServiceInitialise.
|
Modifier and Type | Method and Description |
---|---|
void |
finaliseInitialisation(org.licas_xml.abs.Element servicesXml)
Finalise the initialisation of the service.
|
public DataServiceInitialise(Service theParentService, ServiceAdmin theServiceAdmin, PasswordHandler thePasswordHandler)
theParentService
- the parent service.theServiceAdmin
- the parent service's admin handler.thePasswordHandler
- the parent service's password handler.public void finaliseInitialisation(org.licas_xml.abs.Element servicesXml) throws java.lang.Exception
finaliseInitialisation
in interface ServiceInitialiseDef
finaliseInitialisation
in class ServiceInitialise
servicesXml
- services to load XML section.java.lang.Exception
- any error.