| Package | Description |
|---|---|
| com.sun.ejb.base.sfsb.util | |
| com.sun.ejb.containers |
| Modifier and Type | Class and Description |
|---|---|
class |
ScrambledKeyGenerator
A 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
|
class |
SimpleKeyGenerator
A 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 SimpleKeyGenerator
also allows uniform distribution of keys when hashed in a HashMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulSessionContainer.setSFSBUUIDUtil(SFSBUUIDUtil util) |
Copyright © 2019. All rights reserved.