Uses of Interface
com.sun.ejb.spi.sfsb.util.SFSBUUIDUtil

Packages that use SFSBUUIDUtil
com.sun.ejb.base.sfsb.util   
com.sun.ejb.containers   
com.sun.ejb.spi.container   
 

Uses of SFSBUUIDUtil in com.sun.ejb.base.sfsb.util
 

Classes in com.sun.ejb.base.sfsb.util that implement SFSBUUIDUtil
 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
 

Uses of SFSBUUIDUtil in com.sun.ejb.containers
 

Methods in com.sun.ejb.containers with parameters of type SFSBUUIDUtil
 void StatefulSessionContainer.setSFSBUUIDUtil(SFSBUUIDUtil util)
           
 

Uses of SFSBUUIDUtil in com.sun.ejb.spi.container
 

Methods in com.sun.ejb.spi.container with parameters of type SFSBUUIDUtil
 void SFSBContainerInitialization.setSFSBUUIDUtil(SFSBUUIDUtil util)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.