BrightSide Workbench Full Report + Source Code
org.turro.scheduler.motor.SchedulerInitializer Class Reference
Inheritance diagram for org.turro.scheduler.motor.SchedulerInitializer:
Collaboration diagram for org.turro.scheduler.motor.SchedulerInitializer:

Public Member Functions

void initialize (IConstructor constructor)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 32 of file SchedulerInitializer.java.

Member Function Documentation

◆ initialize()

void org.turro.scheduler.motor.SchedulerInitializer.initialize ( IConstructor  constructor)

Implements org.turro.action.IElephantInitializer.

Definition at line 35 of file SchedulerInitializer.java.

35  {
36  WebLoggers.info(this).message("Motor started").log();
37  Motor.getInstance(constructor, 1, TimeUnit.MINUTES);
38  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: