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

Public Member Functions

void setConstructor (IConstructor constructor)
 
- Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractImplementation
 AbstractImplementation ()
 
void setElement (IElement element)
 
void setConfiguration (Element configuration)
 
KeyValueMap getAttributes ()
 
Long getLongAttribute (String key)
 

Additional Inherited Members

- Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractImplementation
IElement iel
 
IConstructor constructor
 
Element configuration
 
Map attributes
 

Detailed Description

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

Definition at line 28 of file SchedulerStartImpl.java.

Member Function Documentation

◆ setConstructor()

void org.turro.scheduler.motor.SchedulerStartImpl.setConstructor ( IConstructor  constructor)

Reimplemented from org.turro.elephant.impl.abstracts.AbstractImplementation.

Definition at line 31 of file SchedulerStartImpl.java.

31  {
32  super.setConstructor(constructor);
33  Motor.getInstance(constructor, 1, TimeUnit.MINUTES);
34  }
Here is the call graph for this function:

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