All Packages This Package Class Hierarchy Class Search Index
Class edu.utah.janos.nodeos.Node
java.lang.Object
|
+----edu.utah.janos.nodeos.Node
public final class Node
extends java.lang.Object
{
// Constructors 1
public Node();
// Methods 7
private static void exit(int);
public static void fatalError(String);
public static String hostname();
public static void print(String);
public static void println(String);
public static void shutdown();
public static long time();
}
The Node interface used by EEs.
The Node interface provides wrappers for the basic services
expected by EE runtimes running on Janos.
Basically a wrapper for java.lang.System facilities.
- Author:
-
Janos Ministry of Development
public Node()
Default constructor
public static void println(String msg)
public static void print(String msg)
public static void fatalError(String msg)
public static void shutdown()
private static void exit(int cond)
public static long time()
public static String hostname()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7