VMware GemFire Java API Reference
Package com.vmware.gemfire.bootstrap
Class Main
java.lang.Object
com.vmware.gemfire.bootstrap.Main
A main bootstrap launcher that takes as a first argument another main class to invoke via module
system.
The only JAR file that should be included on the classpath should be gemfire-bootstrap.jar, all other JARs will be loaded as modules.
See Tanzu GemFire documentation section Running GemFire Server Processes for details on running.
See Tanzu GemFire documentation section Classloader Isolation for more information about modules, extensions and classloader isolation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Boot class main method that takes another main class with args.- Parameters:
args- mainClass [args ...]- Throws:
Throwable- if mainClass throws.
-