All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.nodeos.Node
java.lang.Object
   |
   +----edu.utah.janos.nodeos.Node

  Summary

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




  Constructors

· Node

Summary  |  Top

   public Node() 

Default constructor



  Methods

· println

Summary  |  Top
   public static void println(String msg) 


· print

Summary  |  Top
   public static void print(String msg) 


· fatalError

Summary  |  Top
   public static void fatalError(String msg) 


· shutdown

Summary  |  Top
   public static void shutdown() 


· exit

Summary  |  Top
   private static void exit(int cond) 


· time

Summary  |  Top
   public static long time() 


· hostname

Summary  |  Top
   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