public class App
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASEPREFIX |
Modifier and Type | Method and Description |
---|---|
Config |
getConfig()
Gets configuration data
|
static void |
main(java.lang.String[] args)
Starts the dbxtract app.
|
void |
start()
Starts scanning services.
|
void |
stop()
Stops all scanning services.
|
public static final java.lang.String BASEPREFIX
public App(Config config)
config
- agent's configurationpublic void start() throws ConfigurationException
ConfigurationException
- any configuration errorpublic void stop()
public static void main(java.lang.String[] args)
Starts the dbxtract app.
usage: java -jar dbxtract.jar --config <file> [--list | --start] [--monitor <port>]
--config <file> configuration file pathname --list list configuration parameters and values --monitor <port> monitoring port number (default: 9000) --start start dbxtract agent
args
- execution call arguments