Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.act365.net.tcp
Class ISNCounter  view ISNCounter download ISNCounter.java

java.lang.Object
  extended bycom.act365.net.tcp.ISNCounter

public class ISNCounter
extends java.lang.Object

Class ISNCounter provides access to a counter that is updated each four milliseconds.


Field Summary
(package private) static int counter
           
(package private) static java.util.Random random
           
(package private) static ISNUpdater updater
           
 
Constructor Summary
ISNCounter()
           
 
Method Summary
static int getCounter()
           
static void terminate()
           
(package private) static void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

counter

static int counter

updater

static ISNUpdater updater

random

static java.util.Random random
Constructor Detail

ISNCounter

public ISNCounter()
Method Detail

getCounter

public static int getCounter()

update

static void update()

terminate

public static void terminate()