Class CJTest3

java.lang.Object
  extended byCJTest3

public class CJTest3
extends java.lang.Object

This is a console program to test out Cache' Java 2.0


Constructor Summary
CJTest3()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main entry point for the test program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CJTest3

public CJTest3()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
The main entry point for the test program

Parameters:
args - Array of parameters passed to the application via the command line.
Throws:
java.lang.Exception