PHP Class Comos\Qpm\Supervision\ProcessStub

Afficher le fichier Open project: comos/qpm

Méthodes publiques

Méthode Description
__construct ( Process $process, Config $config, $groupId = null, float $startTime = null )
dealWithTimeout ( ) : boolean
getConfig ( ) : Config
getGroupId ( )
getProcess ( ) : Process
getStartTime ( ) : float
isTimeout ( ) : boolean

Méthodes protégées

Méthode Description
dealWithTermTimeout ( )

Private Methods

Méthode Description
invokeOnTimeout ( ) : boolean

Method Details

__construct() public méthode

public __construct ( Process $process, Config $config, $groupId = null, float $startTime = null )
$process Comos\Qpm\Process\Process
$config Config
$startTime float

dealWithTermTimeout() protected méthode

protected dealWithTermTimeout ( )

dealWithTimeout() public méthode

public dealWithTimeout ( ) : boolean
Résultat boolean

getConfig() public méthode

public getConfig ( ) : Config
Résultat Config

getGroupId() public méthode

public getGroupId ( )

getProcess() public méthode

public getProcess ( ) : Process
Résultat Comos\Qpm\Process\Process

getStartTime() public méthode

public getStartTime ( ) : float
Résultat float

isTimeout() public méthode

public isTimeout ( ) : boolean
Résultat boolean