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

Packages that use ManageableCaptchaService
com.octo.captcha.module.jmx Package for JMX specific stuff. 
com.octo.captcha.service This is the base package for JCAPTCHA service implementation.
It defines two main interfaces : CaptchaService : The base implementation of a service, using two interfaces defined below, and a CaptchaEngine. AbstractManageableCaptchaServiceMBean : methods for service management and statistics collection EhcacheManageableCaptchaServiceMBean : implementation of the manageable service using ehcache BufferedEhcacheManageableCaptchaServiceMBean : ehcache manageable service extension that asynchrounously buffer captchas  
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 ManageableCaptchaService in com.octo.captcha.module.jmx
 

Methods in com.octo.captcha.module.jmx with parameters of type ManageableCaptchaService
static void JMXRegistrationHelper.registerToMBeanServer(ManageableCaptchaService service, java.lang.String name)
           
 

Uses of ManageableCaptchaService in com.octo.captcha.service
 

Subinterfaces of ManageableCaptchaService in com.octo.captcha.service
 interface AbstractManageableCaptchaServiceMBean
          Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha service usage.
 

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

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

Classes in com.octo.captcha.service.image that implement ManageableCaptchaService
 class AbstractManageableImageCaptchaService
          Base implementation of the ImageCaptchaService.
 class DefaultManageableImageCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a DefaultGimpyEngine
 

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

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

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

Classes in com.octo.captcha.service.sound that implement ManageableCaptchaService
 class AbstractManageableSoundCaptchaService
          Base implementation of the SoundCaptchaService.
 



Copyright © 2003-2012 JCaptcha corp.. All Rights Reserved.