public class KeepAliveTask
extends com.djrapitops.plugin.task.AbsRunnable
Connection
Modifier and Type | Class and Description |
---|---|
static interface |
KeepAliveTask.IReconnect |
Constructor and Description |
---|
KeepAliveTask(java.sql.Connection connection,
KeepAliveTask.IReconnect iReconnect,
com.djrapitops.plugin.logging.console.PluginLogger logger,
com.djrapitops.plugin.logging.error.ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
public KeepAliveTask(java.sql.Connection connection, KeepAliveTask.IReconnect iReconnect, com.djrapitops.plugin.logging.console.PluginLogger logger, com.djrapitops.plugin.logging.error.ErrorHandler errorHandler)