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 5
public static void fatalError(String);
public static void print(String);
public static void println(String);
public static void shutdown();
public static long time();
}
The Node interface used by protocols.
The Node interface provides wrappers for the basic services
expected by protocols running on Janos.
Basically a wrapper for java.lang.System at this point.
- 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()
public static long time()
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7