Overview

Namespaces

  • App
    • CloudModule
      • Forms
      • Model
      • Presenters
    • ConfigModule
      • Forms
      • Model
      • Presenters
    • Forms
    • GatewayModule
      • Model
      • Presenters
    • IqrfAppModule
      • Forms
      • Model
      • Presenters
    • Model
    • Presenters
    • Router
    • ServiceModule
      • Model
      • Presenters
  • PHP
  • Test
    • ConfigModule
      • Model
    • IqrfAppModule
      • Model
    • Model
    • Router
    • ServiceModule
      • Model

Classes

  • ServiceManager

Exceptions

  • NotSupportedInitSystemException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Class ServiceManager

Tool for managing services.

App\ServiceModule\Model\ServiceManager uses Nette\SmartObject (not available)
Namespace: App\ServiceModule\Model
Located at ServiceModule/model/ServiceManager.php
Methods summary
public
# __construct( App\ServiceModule\Model\string $initDaemon, App\Model\CommandManager $commandManager )

Constructor

Constructor

Parameters

$initDaemon
Init daemon
$commandManager
Command manager
public
# start( )

Start IQRF daemon

Start IQRF daemon

Throws

App\ServiceModule\Model\NotSupportedInitSystemException
public
# stop( )

Stop IQRF daemon

Stop IQRF daemon

Throws

App\ServiceModule\Model\NotSupportedInitSystemException
public
# restart( )

Retart IQRF daemon

Retart IQRF daemon

Throws

App\ServiceModule\Model\NotSupportedInitSystemException
public
# getStatus( )

Get status of IQRF daemon

Get status of IQRF daemon

Throws

App\ServiceModule\Model\NotSupportedInitSystemException
Properties summary
private string $initDaemon

Init daemon

Init daemon

#
private App\Model\CommandManager $commandManager

Command Manager

Command Manager

#
IQRF Gateway Daemon webapp API documentation generated by ApiGen