All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----edu.utah.janos.core.Node
Summary |
public class Node extends java.lang.Object { // Constructors 1 public Node(); // Methods 4 public static void fatalError(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.
Constructors |
· Node | Summary | Top |
public Node()
Default constructor
Methods |
· println | Summary | Top |
public static void println(String msg)
· fatalError | Summary | Top |
public static void fatalError(String msg)
· shutdown | Summary | Top |
public static void shutdown()
· time | Summary | Top |
public static long time()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7