OpenMediaVault
0.6 (Kralizec)
The open network attached storage solution
|
Public Member Functions | |
registerService (OMVRpcServiceAbstract $service) | |
getService ($name) | |
getServices () | |
initializeServices () | |
dump () | |
![]() | |
__construct () | |
getLastError () | |
Static Public Member Functions | |
static & | getInstance () |
Additional Inherited Members | |
![]() | |
setLastError ($error) | |
debug () | |
Helper class to handle RPC services.
|
final |
Dump all registered RPC services.
|
static |
Returns a RPC manager singleton.
|
final |
Get a RPC service.
name | The name of the RPC service to get. |
|
final |
Get all registered RPC services.
|
final |
Initialize the services.
|
final |
Register a RPC service.
service | The RPC service class to be registered. |
E_RPC_SERVICE_ALREADY_EXISTS |