aleph.examples
Class BigCounter

java.lang.Object
  |
  +--aleph.examples.BigCounter

public class BigCounter
extends java.lang.Object
implements java.io.Serializable

This example stresses Aleph's ability to manage enormous global objects.

See Also:
Serialized Form

Field Summary
 long[] value
           
 
Constructor Summary
BigCounter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public long[] value
Constructor Detail

BigCounter

public BigCounter()
Method Detail

main

public static void main(java.lang.String[] args)