PHP 클래스 DataSift\Storyplayer\OsLib\Base_OSX

저자: Stuart Herbert ([email protected])
상속: extends OsBase
파일 보기 프로젝트 열기: datasift/storyplayer

공개 메소드들

메소드 설명
determineHostname ( $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host )
determineIpAddress ( HostDetails $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host ) : string
getInstalledPackageDetails ( HostDetails $hostDetails, string $packageName ) : DataSift\Stone\ObjectLib\BaseObject
getPid ( HostDetails $hostDetails, string $processName ) : integer
getPidIsRunning ( HostDetails $hostDetails, integer $pid ) : boolean
getProcessIsRunning ( HostDetails $hostDetails, string $processName ) : boolean

메소드 상세

determineHostname() 공개 메소드

public determineHostname ( $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host )
$host DataSift\Storyplayer\HostLib\SupportedHost

determineIpAddress() 공개 메소드

public determineIpAddress ( HostDetails $hostDetails, DataSift\Storyplayer\HostLib\SupportedHost $host ) : string
$hostDetails HostDetails
$host DataSift\Storyplayer\HostLib\SupportedHost
리턴 string

getInstalledPackageDetails() 공개 메소드

public getInstalledPackageDetails ( HostDetails $hostDetails, string $packageName ) : DataSift\Stone\ObjectLib\BaseObject
$hostDetails HostDetails
$packageName string
리턴 DataSift\Stone\ObjectLib\BaseObject

getPid() 공개 메소드

public getPid ( HostDetails $hostDetails, string $processName ) : integer
$hostDetails HostDetails
$processName string
리턴 integer

getPidIsRunning() 공개 메소드

public getPidIsRunning ( HostDetails $hostDetails, integer $pid ) : boolean
$hostDetails HostDetails
$pid integer
리턴 boolean

getProcessIsRunning() 공개 메소드

public getProcessIsRunning ( HostDetails $hostDetails, string $processName ) : boolean
$hostDetails HostDetails
$processName string
리턴 boolean