Package 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

See:
          Description

Interface Summary
AbstractManageableCaptchaServiceMBean Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha service usage.
CaptchaService Main interface of the package.
ManageableCaptchaService Management interface for the CaptchaService interface.
 

Class Summary
AbstractCaptchaService This is a base class for CaptchaService implementations.
AbstractManageableCaptchaService This class provides default implementation for the management interface.
 

Exception Summary
CaptchaServiceException To be thrown when a service user is doing an illegal operation (typically wrang operation flow errors).
 

Package com.octo.captcha.service Description

This is the base package for JCAPTCHA service implementation.
It defines two main interfaces :



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