|
@@ -24,17 +24,17 @@
|
|
|
# made there as well
|
|
|
"""Classes and functions for handling configuration and commands
|
|
|
|
|
|
- This module provides the ModuleCCSession and UICCSession classes,
|
|
|
- as well as a set of utility functions to create and parse messages
|
|
|
- related to commands and configuration
|
|
|
+ This module provides the ModuleCCSession and UIModuleCCSession
|
|
|
+ classes, as well as a set of utility functions to create and parse
|
|
|
+ messages related to commands and configuration
|
|
|
|
|
|
Modules should use the ModuleCCSession class to connect to the
|
|
|
configuration manager, and receive updates and commands from
|
|
|
other modules.
|
|
|
|
|
|
- Configuration user interfaces should use the UICCSession to connect
|
|
|
- to b10-cmdctl, and receive and send configuration and commands
|
|
|
- through that to the configuration manager.
|
|
|
+ Configuration user interfaces should use the UIModuleCCSession
|
|
|
+ to connect to b10-cmdctl, and receive and send configuration and
|
|
|
+ commands through that to the configuration manager.
|
|
|
"""
|
|
|
|
|
|
from isc.cc import Session
|