PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\JobNodeInterface

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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