MySQL 9.1.0
Source Code Documentation
|
Inversion of Control proxy interface to operate Network providers. More...
#include <network_management_interface.h>
Public Member Functions | |
Network_provider_operations_interface () | |
virtual | ~Network_provider_operations_interface () |
Network_provider_operations_interface (Network_provider_operations_interface const &)=delete | |
Network_provider_operations_interface & | operator= (Network_provider_operations_interface const &)=delete |
virtual bool | start_active_network_provider ()=0 |
Start the active provider. More... | |
virtual bool | stop_all_network_providers ()=0 |
Stops all network providers. More... | |
virtual bool | stop_active_network_provider ()=0 |
Stops the active provider. More... | |
virtual bool | configure_active_provider (Network_configuration_parameters ¶ms)=0 |
Configures the active provider. More... | |
virtual bool | configure_active_provider_secure_connections (Network_configuration_parameters ¶ms)=0 |
COnfigures the active provider SSL parameters. More... | |
Inversion of Control proxy interface to operate Network providers.
For full documentation
|
inline |
|
inlinevirtual |
|
delete |
|
pure virtual |
Configures the active provider.
params | configuration parameters. |
Implemented in Network_provider_manager, and Network_Management_Interface.
|
pure virtual |
COnfigures the active provider SSL parameters.
params | the security parameters. |
Implemented in Network_provider_manager, and Network_Management_Interface.
|
delete |
|
pure virtual |
Start the active provider.
Implemented in Network_provider_manager, and Network_Management_Interface.
|
pure virtual |
Stops the active provider.
Implemented in Network_provider_manager, and Network_Management_Interface.
|
pure virtual |
Stops all network providers.
Implemented in Network_provider_manager, and Network_Management_Interface.