public class BasicTimerProviderFactory extends Object implements TimerProviderFactory
Constructor and Description |
---|
BasicTimerProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
TimerProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
protected TimerTask |
putTask(String taskName,
TimerTask task) |
protected TimerTask |
removeTask(String taskName) |
public TimerProvider create(KeycloakSession session)
create
in interface ProviderFactory<TimerProvider>
public void init(Config.Scope config)
init
in interface ProviderFactory<TimerProvider>
public void close()
close
in interface ProviderFactory<TimerProvider>
public String getId()
getId
in interface ProviderFactory<TimerProvider>
Copyright © 2015. All Rights Reserved.