C# Class sos.spooler.ScriptControlAdapter

Inheritance: ScriptAdapter
Afficher le fichier Open project: sos-berlin/scheduler-engine

Méthodes publiques

Méthode Description
ScriptControlAdapter ( System.Log contextLog, Task contextTask, Job contextJob, Spooler contextSpooler, string scriptContent, string language ) : System
spooler_close ( ) : void
spooler_exit ( ) : void
spooler_init ( ) : bool
spooler_on_error ( ) : void
spooler_on_success ( ) : void
spooler_open ( ) : bool
spooler_process ( ) : bool
spooler_process_after ( bool spoolerProcessResult ) : bool
spooler_process_before ( ) : bool
spooler_task_after ( ) : void
spooler_task_before ( ) : bool

Private Methods

Méthode Description
Eval ( string expresion ) : object
GetErrorMessage ( Exception ex ) : string
GetMonitorImplDefaultFunctions ( ) : string
GetReturnValue ( dynamic value, bool defaultValue ) : bool
InitializeScript ( bool isMonitorImpl ) : void

Method Details

ScriptControlAdapter() public méthode

public ScriptControlAdapter ( System.Log contextLog, Task contextTask, Job contextJob, Spooler contextSpooler, string scriptContent, string language ) : System
contextLog System.Log
contextTask Task
contextJob Job
contextSpooler Spooler
scriptContent string
language string
Résultat System

spooler_close() public méthode

public spooler_close ( ) : void
Résultat void

spooler_exit() public méthode

public spooler_exit ( ) : void
Résultat void

spooler_init() public méthode

public spooler_init ( ) : bool
Résultat bool

spooler_on_error() public méthode

public spooler_on_error ( ) : void
Résultat void

spooler_on_success() public méthode

public spooler_on_success ( ) : void
Résultat void

spooler_open() public méthode

public spooler_open ( ) : bool
Résultat bool

spooler_process() public méthode

public spooler_process ( ) : bool
Résultat bool

spooler_process_after() public méthode

public spooler_process_after ( bool spoolerProcessResult ) : bool
spoolerProcessResult bool
Résultat bool

spooler_process_before() public méthode

public spooler_process_before ( ) : bool
Résultat bool

spooler_task_after() public méthode

public spooler_task_after ( ) : void
Résultat void

spooler_task_before() public méthode

public spooler_task_before ( ) : bool
Résultat bool