-
Oct 24th, 2006, 03:43 PM
#1
Allow query access for some/all attrs, but remove write for some/all attrs
Using the MethodNameBasedMBeanInfoAssembler or MethodExclusionMBeanInfoAssembler assemblers, can I set up a bean so that all of its getter methods will be accessible through JMX, but some or all of the setter methods will not be accessible? The javadoc is somewhat ambiguous.
Also, is it possible to specify the excluded or included methods/attributes per bean, or is it only possible to specify this list globally?
I need to configure this interface entirely in the Spring configuration, not using annotations.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules