public class ServiceInitialise extends java.lang.Object implements ServiceInitialiseDef
Modifier and Type | Field and Description |
---|---|
protected Service |
parentService
The parent service
|
protected PasswordHandler |
passwordHandler
The parent service's password handler
|
protected ServiceAdmin |
serviceAdmin
The parent service's admin handler
|
Constructor and Description |
---|
ServiceInitialise(Service theParentService,
ServiceAdmin theServiceAdmin,
PasswordHandler thePasswordHandler)
Create a new instance of ServiceInitialise.
|
Modifier and Type | Method and Description |
---|---|
void |
finaliseInitialisation(org.licas_xml.abs.Element serviceXml)
Finalise the initialisation of the service.
|
protected PasswordHandler passwordHandler
protected ServiceAdmin serviceAdmin
protected Service parentService
public ServiceInitialise(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 serviceXml) throws java.lang.Exception
finaliseInitialisation
in interface ServiceInitialiseDef
serviceXml
- XML description of the service to load.java.lang.Exception
- any error.