public class Commander extends Object implements CommanderInterface
Modifier and Type | Field and Description |
---|---|
static int |
LIMIT_SUBMIT |
Constructor and Description |
---|
Commander(InternalRunner runner)
Prepare requests that will be executed from time to time
|
Commander(InternalRunner runner,
boolean fromStartup)
Prepare requests that will be executed from time to time
|
public static final int LIMIT_SUBMIT
public Commander(InternalRunner runner) throws WaarpDatabaseNoConnectionException, WaarpDatabaseSqlException
runner
- WaarpDatabaseNoConnectionException
WaarpDatabaseSqlException
public Commander(InternalRunner runner, boolean fromStartup) throws WaarpDatabaseNoConnectionException, WaarpDatabaseSqlException
runner
- fromStartup
- True if call from startup of the serverWaarpDatabaseNoConnectionException
WaarpDatabaseSqlException
public void finalizeCommander()
finalizeCommander
in interface CommanderInterface
Copyright © 2009–2020 Waarp. All rights reserved.