Package org.keycloak.timer.basic
Class TimerTaskContextImpl
java.lang.Object
org.keycloak.timer.basic.TimerTaskContextImpl
- All Implemented Interfaces:
org.keycloak.timer.TimerProvider.TimerTaskContext
public class TimerTaskContextImpl
extends Object
implements org.keycloak.timer.TimerProvider.TimerTaskContext
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorsConstructorDescriptionTimerTaskContextImpl(Runnable runnable, TimerTask timerTask, long startTimeMillis, long intervalMillis) -
Method Summary
Modifier and TypeMethodDescriptionlonglong
-
Constructor Details
-
TimerTaskContextImpl
-
-
Method Details
-
getRunnable
- Specified by:
getRunnablein interfaceorg.keycloak.timer.TimerProvider.TimerTaskContext
-
getStartTimeMillis
public long getStartTimeMillis()- Specified by:
getStartTimeMillisin interfaceorg.keycloak.timer.TimerProvider.TimerTaskContext
-
getIntervalMillis
public long getIntervalMillis()- Specified by:
getIntervalMillisin interfaceorg.keycloak.timer.TimerProvider.TimerTaskContext
-