1 /*
2 * JCaptcha, the open source java framework for captcha definition and integration
3 * Copyright (c) 2007 jcaptcha.net. All Rights Reserved.
4 * See the LICENSE.txt file distributed with this package.
5 */
6
7 package com.octo.captcha.service;
8
9 /***
10 * Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha
11 * service usage. Change Service implementations classe. Manage the captchaStore
12 *
13 * @author <a href="mailto:mag@jcaptcha.net">Marc-Antoine GARRIGUE</a>
14 * @version 1.0
15 */
16 public interface AbstractManageableCaptchaServiceMBean extends ManageableCaptchaService {
17
18
19 }