KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejbca > appserver > jboss > CRLCreateServiceMBean


1 /*************************************************************************
2  * *
3  * EJBCA: The OpenSource Certificate Authority *
4  * *
5  * This software is free software; you can redistribute it and/or *
6  * modify it under the terms of the GNU Lesser General Public *
7  * License as published by the Free Software Foundation; either *
8  * version 2.1 of the License, or any later version. *
9  * *
10  * See terms of license at gnu.org. *
11  * *
12  *************************************************************************/

13  
14 package org.ejbca.appserver.jboss;
15
16 /** A Jboss service that authomatically creates CRLs when neccesary.
17 */

18 public interface CRLCreateServiceMBean extends org.jboss.system.ServiceMBean
19 {
20   public String JavaDoc getPolltime();
21   public void setPolltime(String JavaDoc Polltime);
22 }
23
Popular Tags