Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1065:cf421645a2d3
Made cache statistics available as MBeans (eg in JConsole).
gnv-artifacts/trunk@1157 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Jun 2010 08:47:52 +0000 |
parents | 026b936290bc |
children | bf9e95141ce0 |
comparison
equal
deleted
inserted
replaced
1064:026b936290bc | 1065:cf421645a2d3 |
---|---|
1 2010-06-04 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java: The | |
4 ehcache CacheManager and the MBeanServer of the JVM are connected so that | |
5 the statistics of the cache is available as MBean in JConsole. | |
6 | |
1 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 7 2010-06-03 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: | 9 * src/main/java/de/intevation/gnv/artifacts/context/GNVArtifactContextFactory.java: |
4 Removed needless imports. | 10 Removed needless imports. |
5 | 11 |