|
|||||||||
| Home >> All >> com >> act365 >> net >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.act365.net.tcp
Class ISNCounter

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> act365 >> net >> [ tcp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.act365.net.tcp.ISNCounter