- Timestamp:
- 07/08/08 19:13:20 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/java/org/jcoderz/commons/config/ConfigurationServiceInterface.java
r1011 r1067 41 41 * configuration data. 42 42 * 43 * On this level only primit ve types String, int, long and boolean are used.44 * The well formed and complex typed interfaces for the specific services are43 * On this level only primitive types String, int, long and boolean are used. 44 * The well formed and complex typed interfaces for the specific services are 45 45 * using this more simple interface. 46 46 * 47 47 * A factory method is provided to get the service specific typed interface. 48 * The service specif c, wellformed and typed interfaces and their49 * implementation sis aregenerated by XSLT.48 * The service specific, well formed and typed interfaces and their 49 * implementation is generated by XSLT. 50 50 * 51 51 * For notifications of cache updates a registration for a ConfigurationListener
