PHP 클래스 AppserverIo\Appserver\Core\Api\Node\JobNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\JobNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$execute ExecuteNode The node containing the information to execute something like a script.
$name string The job name
$schedule AppserverIo\Appserver\Core\Api\Node\ScheduleNode The node containing the schedule information for the job.

공개 메소드들

메소드 설명
getExecute ( ) : ExecuteNode Returns the node containing executable information.
getName ( ) : string Returns the job name.
getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode Returns the node containing schedule the job schedule.

메소드 상세

getExecute() 공개 메소드

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
리턴 ExecuteNode The node containing executable information

getName() 공개 메소드

Returns the job name.
public getName ( ) : string
리턴 string The job name

getSchedule() 공개 메소드

Returns the node containing schedule the job schedule.
public getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode
리턴 AppserverIo\Appserver\Core\Api\Node\ScheduleNode The node containing the job schedule

프로퍼티 상세

$execute 보호되어 있는 프로퍼티

The node containing the information to execute something like a script.
protected ExecuteNode,AppserverIo\Appserver\Core\Api\Node $execute
리턴 ExecuteNode

$name 보호되어 있는 프로퍼티

The job name
protected string $name
리턴 string

$schedule 보호되어 있는 프로퍼티

The node containing the schedule information for the job.
protected ScheduleNode,AppserverIo\Appserver\Core\Api\Node $schedule
리턴 AppserverIo\Appserver\Core\Api\Node\ScheduleNode