5.14.3.2. AbstractService methods

MethodDescription
__init__(self, name) Constructor to initialize an instance of the AbstractService class.

Table 5.100. Method summary

Method __init__(self, name)

This constructor creates an AbstractService instance and sets the attributes of the instance according to the received arguments. It also registers the Service to the services hash so that rules can find the service instance.

Arguments of __init__
name (string)
Default: n/a
The name of the service.