Uses of Interface
com.octo.captcha.service.AbstractManageableCaptchaServiceMBean

Packages that use AbstractManageableCaptchaServiceMBean
com.octo.captcha.service   
com.octo.captcha.service.image This package provides Image specialized captcha services implementations. 
com.octo.captcha.service.multitype   
com.octo.captcha.service.sound   
 

Uses of AbstractManageableCaptchaServiceMBean in com.octo.captcha.service
 

Classes in com.octo.captcha.service that implement AbstractManageableCaptchaServiceMBean
 class AbstractManageableCaptchaService
          This class provides default implementation for the management interface.
 

Uses of AbstractManageableCaptchaServiceMBean in com.octo.captcha.service.image
 

Classes in com.octo.captcha.service.image that implement AbstractManageableCaptchaServiceMBean
 class AbstractManageableImageCaptchaService
          Base implementation of the ImageCaptchaService.
 class DefaultManageableImageCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a DefaultGimpyEngine It is initialized with thoses default values : min guaranted delay : 180s max store size : 100000 captchas max store size before garbage collection : 75000
 

Uses of AbstractManageableCaptchaServiceMBean in com.octo.captcha.service.multitype
 

Classes in com.octo.captcha.service.multitype that implement AbstractManageableCaptchaServiceMBean
 class GenericManageableCaptchaService
          Generic and new default captchaService implementation.
 

Uses of AbstractManageableCaptchaServiceMBean in com.octo.captcha.service.sound
 

Classes in com.octo.captcha.service.sound that implement AbstractManageableCaptchaServiceMBean
 class AbstractManageableSoundCaptchaService
          Base implementation of the SoundCaptchaService.
 class DefaultManageableSoundCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a SpellerSoundCaptchaEngine It is initialized with thoses default values : min guaranted delay : 180s max store size : 100000 captchas max store size before garbage collection : 75000
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.