KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > logicalcobwebs > proxool > resources > ResourceNamesIF


1 /*
2  * This software is released under a licence similar to the Apache Software Licence.
3  * See org.logicalcobwebs.proxool.package.html for details.
4  * The latest version is available at http://proxool.sourceforge.net
5  */

6 package org.logicalcobwebs.proxool.resources;
7
8 /**
9  * Constants for Proxool resource names.
10  * @version $Revision: 1.3 $, $Date: 2003/03/03 11:12:01 $
11  * @author Christian Nedregaard (christian.nedregard@findexa.no)
12  * @author $Author: billhorsman $ (current maintainer)
13  * @since Proxool 0.8
14  */

15 public interface ResourceNamesIF {
16     /**
17      * Name of the attributeDescriptions resource.
18      */

19     static final String JavaDoc ATTRIBUTE_DESCRIPTIONS = "org.logicalcobwebs.proxool.resources.attributeDescriptions";
20
21     /**
22      * Name of the jmx resource.
23      */

24     static final String JavaDoc JMX = "org.logicalcobwebs.proxool.resources.jmx";
25 }
26 /*
27  $Log: ResourceNamesIF.java,v $
28  Revision 1.3 2003/03/03 11:12:01 billhorsman
29  fixed licence
30
31  Revision 1.2 2003/02/26 16:59:54 billhorsman
32  fixed encoding in chr's name
33
34  Revision 1.1 2003/02/24 01:12:01 chr32
35  Init rev.
36
37 */

38
Popular Tags