All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.nodeos.Main
| Summary |
public class Main
extends java.lang.Object
{
// Fields 1
static final int ROOT_FLOW_BUFFERS;
// Constructors 1
public Main();
// Methods 2
private static void loadNativeLayer();
public static void main(String[]);
}
Boot the Janos Java NodeOS.
Strives for swanhood.
| Fields |
· ROOT_FLOW_BUFFERS | Summary | Top |
static final int ROOT_FLOW_BUFFERS
| Constructors |
· Main | Summary | Top |
public Main()
Default constructor
| Methods |
· main | Summary | Top |
public static void main(String[] args)
All Janos active routers start with this function. We load up native libraries, define the set of "system" packages, and fire up the root flow. The arguments to main() should be a class to instantiate in the root flow and whatever arguments it wants.
See Also: FlowClassLoader
· loadNativeLayer | Summary | Top |
private static void loadNativeLayer()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7