tenjint.service¶
Description
tenjint’s service layer.
This module contains all classes and functions that provide tenjint’s service layer. The service layer is responsible for maintaining all services available within the system. Effectively, the service layer allows modules to register services (objects) that can then be retrieved by other modules.
Classes
The service manager. |
Functions
|
Get an object by name. |
|
Initialize the service layer. |
|
Get the service manager. |
|
Register a new object with the service layer. |
|
Uninitialize the service layer. |