PHP Class EBSManagerProcess

Inheritance: implements Scalr\System\Pcntl\ProcessInterface
Show file Open project: scalr/scalr

Public Properties

Property Type Description
$IsDaemon
$Logger
$ProcessDescription
$ThreadArgs

Public Methods

Method Description
OnEndForking ( )
OnStartForking ( )
StartThread ( $volume )
__construct ( )

Private Methods

Method Description
deleteEbsSnapshotInfo ( integer $id ) Removes EBS snapshot information from the database
deleteStorageSnapshot ( integer $id ) Removes storage snapshot from the database

Method Details

OnEndForking() public method

See also: Scalr\System\Pcntl\ProcessInterface::OnEndForking()
public OnEndForking ( )

OnStartForking() public method

See also: Scalr\System\Pcntl\ProcessInterface::OnStartForking()
public OnStartForking ( )

StartThread() public method

See also: Scalr\System\Pcntl\ProcessInterface::StartThread()
public StartThread ( $volume )

__construct() public method

public __construct ( )

Property Details

$IsDaemon public property

public $IsDaemon

$Logger public property

public $Logger

$ProcessDescription public property

public $ProcessDescription

$ThreadArgs public property

public $ThreadArgs