Interface ResourceNamesIF
-
public interface ResourceNamesIF
Constants for Proxool resource names.- Since:
- Proxool 0.8
- Version:
- $Revision: 1.3 $, $Date: 2003/03/03 11:12:01 $
- Author:
- Christian Nedregaard (christian.nedregard@findexa.no), $Author: billhorsman $ (current maintainer)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_DESCRIPTIONS
Name of the attributeDescriptions resource.static java.lang.String
JMX
Name of the jmx resource.
-
-
-
Field Detail
-
ATTRIBUTE_DESCRIPTIONS
static final java.lang.String ATTRIBUTE_DESCRIPTIONS
Name of the attributeDescriptions resource.- See Also:
- Constant Field Values
-
JMX
static final java.lang.String JMX
Name of the jmx resource.- See Also:
- Constant Field Values
-
-