public abstract class AbstractStatisticsSender extends Object implements StatisticsSender
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
protected AtomicBoolean |
running |
protected WebSocketTransmitter |
transmitter |
| Constructor and Description |
|---|
AbstractStatisticsSender() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute() |
void |
run() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetPropertiesprotected Logger logger
protected AtomicBoolean running
@Inject protected WebSocketTransmitter transmitter
public void stop()
stop in interface StatisticsSenderpublic abstract void execute()
Copyright © 2015. All rights reserved.