public class ReloadManagerImpl extends Object implements ReloadManager
| Constructor and Description |
|---|
ReloadManagerImpl(ScheduledExecutorService scheduledExecutorService,
long checkPeriod) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCallback(URL uri,
ReloadCallback callback) |
boolean |
isStarted() |
void |
setTick(Runnable tick)
Callback for the next tick
|
void |
start() |
void |
stop() |
public ReloadManagerImpl(ScheduledExecutorService scheduledExecutorService, long checkPeriod)
public void start()
start in interface ActiveMQComponentpublic void setTick(Runnable tick)
ReloadManagersetTick in interface ReloadManagerpublic void stop()
stop in interface ActiveMQComponentpublic boolean isStarted()
isStarted in interface ActiveMQComponentpublic void addCallback(URL uri, ReloadCallback callback)
addCallback in interface ReloadManagerCopyright © 2024 The Apache Software Foundation. All rights reserved.