PHP Class AppserverIo\Appserver\Core\Api\Node\JobNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\JobNodeInterface
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
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.

Method Details

getExecute() public méthode

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
Résultat ExecuteNode The node containing executable information

getName() public méthode

Returns the job name.
public getName ( ) : string
Résultat string The job name

getSchedule() public méthode

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

Property Details

$execute protected_oe property

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

$name protected_oe property

The job name
protected string $name
Résultat string

$schedule protected_oe property

The node containing the schedule information for the job.
protected ScheduleNode,AppserverIo\Appserver\Core\Api\Node $schedule
Résultat AppserverIo\Appserver\Core\Api\Node\ScheduleNode