Uses of Interface
org.directwebremoting.extend.IdGenerator

Packages that use IdGenerator
org.directwebremoting.impl   
 

Uses of IdGenerator in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement IdGenerator
 class DefaultSecureIdGenerator
          An id generator that generates secure (non-predictable) random strings that are guaranteed to be unique for eternity within the scope of the running server, as long as the real-time clock is not adjusted backwards.
 

Methods in org.directwebremoting.impl with parameters of type IdGenerator
 void DefaultCallbackHelper.setIdGenerator(IdGenerator idGenerator)
          The id generator
 void PurgingDownloadManager.setIdGenerator(IdGenerator idGenerator)
           
 


Copyright ยจ 2008