public class ServerScheduler
extends java.lang.Object
| Constructor and Description |
|---|
ServerScheduler(JmxTransConfiguration configuration,
java.util.concurrent.ScheduledExecutorService scheduledExecutor,
ExecutorRepository queryExecutorRepository,
ResultProcessor resultProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(Server server) |
void |
start() |
void |
stop() |
void |
unscheduleAll() |
@Inject
public ServerScheduler(@Nonnull
JmxTransConfiguration configuration,
@Nonnull
java.util.concurrent.ScheduledExecutorService scheduledExecutor,
@Nonnull
ExecutorRepository queryExecutorRepository,
@Nonnull
ResultProcessor resultProcessor)
public void start()
public void schedule(Server server)
public void unscheduleAll()
public void stop()
Copyright © 2010-2021 JmxTrans team. All Rights Reserved.