public abstract class AbstractLifecycleExecutor extends Object implements LifecycleExecutor
| Constructor and Description |
|---|
AbstractLifecycleExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelStatement(Statement statement) |
protected abstract void |
doStop() |
void |
run() |
protected abstract void |
runBlocking()
Run blocking.
|
void |
start()
Start run execute.
|
void |
stop()
Stop running execute.
|
public void start()
LifecycleExecutorstart in interface LifecycleExecutorprotected abstract void runBlocking()
public final void stop()
LifecycleExecutorstop in interface LifecycleExecutorprotected void cancelStatement(Statement statement) throws SQLException
SQLExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.