public class SeLionGridLauncher extends Object
GridLauncher. We have intentionally duplicated the code from GridLauncher
because GridLauncher is meddling around with the Logger and thus preventing us from feeding in
Logger properties to control/tweak the File and console level logging. This class represents a stripped
version of GridLauncher without the logging tweaks. Use of this class to launch SeLion Grid
requires the caller to supply all arguments including all SeLion specific -servlets, -proxy, etc which if omitted may
yield undesired results. Use of ThreadedLauncher and JarSpawner is recommended instead.| Constructor and Description |
|---|
SeLionGridLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
boot(String[] args)
Boot the instance base on the arguments supplied
|
static void |
main(String[] args) |
void |
shutdown()
Shutdown the instance
|
Copyright © 2016 PayPal Open Source. All rights reserved.