Uses of Class
com.sun.ejb.base.sfsb.util.SimpleKeyGenerator
-
Packages that use SimpleKeyGenerator Package Description com.sun.ejb.base.sfsb.util -
-
Uses of SimpleKeyGenerator in com.sun.ejb.base.sfsb.util
Subclasses of SimpleKeyGenerator in com.sun.ejb.base.sfsb.util Modifier and Type Class Description classScrambledKeyGeneratorA utility class that generates stateful session keys using two longs The session id generated by this class is guarenteed to be unique as long as the system clock is never reset to a previous value The hashCode of the SessionKey generated by ScrambledKeyGenerator also allows uniform distribution of keys when hashed in a HashMap
-