Uses of Class
de.fraunhofer.iese.mydata.timer.Timer
-
Packages that use Timer Package Description de.fraunhofer.iese.mydata.solution de.fraunhofer.iese.mydata.timer de.fraunhofer.iese.mydata.timer.validation -
-
Uses of Timer in de.fraunhofer.iese.mydata.solution
Methods in de.fraunhofer.iese.mydata.solution that return types with arguments of type Timer Modifier and Type Method Description Set<Timer>Solution. getTimers()Methods in de.fraunhofer.iese.mydata.solution with parameters of type Timer Modifier and Type Method Description voidSolution. addTimer(Timer t)voidSolution. removeTimer(Timer t)Method parameters in de.fraunhofer.iese.mydata.solution with type arguments of type Timer Modifier and Type Method Description voidSolution. setTimers(Set<Timer> timers) -
Uses of Timer in de.fraunhofer.iese.mydata.timer
Methods in de.fraunhofer.iese.mydata.timer that return Timer Modifier and Type Method Description TimerITimerService. getTimer(TimerId timerId)Gets the timer.Methods in de.fraunhofer.iese.mydata.timer that return types with arguments of type Timer Modifier and Type Method Description Set<Timer>ITimerService. getDeployedTimers(SolutionId solutionId)Gets all deployed timers of the solution.Set<Timer>ITimerService. getRevokedTimers(SolutionId solutionId)Gets all timer of the solution.Set<Timer>ITimerService. getTimers(SolutionId solutionId)Gets all timers of the solutionMethods in de.fraunhofer.iese.mydata.timer with parameters of type Timer Modifier and Type Method Description TimerIdITimerService. addTimer(Timer timer)Adds a timer.TimerIdITimerService. updateTimer(Timer timer)Updates a currently active timer. -
Uses of Timer in de.fraunhofer.iese.mydata.timer.validation
Methods in de.fraunhofer.iese.mydata.timer.validation with parameters of type Timer Modifier and Type Method Description voidTimerValidator. validateLanguageVersion(Timer timer)
-