com.octo.captcha.service
Interface AbstractManageableCaptchaServiceMBean

All Superinterfaces:
CaptchaService, ManageableCaptchaService
All Known Implementing Classes:
AbstractManageableCaptchaService, AbstractManageableImageCaptchaService, AbstractManageableSoundCaptchaService, DefaultManageableImageCaptchaService, DefaultManageableSoundCaptchaService, GenericManageableCaptchaService

public interface AbstractManageableCaptchaServiceMBean
extends ManageableCaptchaService

Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha service usage. Change Service implementations classe. Manage the captchaStore


Method Summary
 
Methods inherited from interface com.octo.captcha.service.ManageableCaptchaService
emptyCaptchaStore, garbageCollectCaptchaStore, getCaptchaEngineClass, getCaptchaStoreMaxSize, getCaptchaStoreSize, getCaptchaStoreSizeBeforeGarbageCollection, getEngine, getMinGuarantedStorageDelayInSeconds, getNumberOfCorrectResponses, getNumberOfGarbageCollectableCaptchas, getNumberOfGarbageCollectedCaptcha, getNumberOfGeneratedCaptchas, getNumberOfUncorrectResponses, setCaptchaEngine, setCaptchaEngineClass, setCaptchaStoreMaxSize, setCaptchaStoreSizeBeforeGarbageCollection, setMinGuarantedStorageDelayInSeconds
 
Methods inherited from interface com.octo.captcha.service.CaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.