gunnarbo
Jan 30th, 2006, 10:02 AM
I can find examples of jmx annotation like this in the reference manual but I can't find some explanations of the different attributes.
I can guess and also make some tests to find out how they are supposed to work but it would be find to get some documentation.
Where can I find that?
@@org.springframework.jmx.export.metadata.ManagedR esource
(description="My Managed Bean", objectName="spring:bean=test",
log=true, logFile="jmx.log", currencyTimeLimit=15, persistPolicy="OnUpdate",
persistPeriod=200, persistLocation="./foo", persistName="bar.jmx")
Regards
Gunnar
I can guess and also make some tests to find out how they are supposed to work but it would be find to get some documentation.
Where can I find that?
@@org.springframework.jmx.export.metadata.ManagedR esource
(description="My Managed Bean", objectName="spring:bean=test",
log=true, logFile="jmx.log", currencyTimeLimit=15, persistPolicy="OnUpdate",
persistPeriod=200, persistLocation="./foo", persistName="bar.jmx")
Regards
Gunnar