[jboss-jira] [JBoss JIRA] (JGRP-1738) @Property on setter doesn't expose the attr via probe.sh

Bela Ban (JIRA) jira-events at lists.jboss.org
Wed Nov 13 09:50:06 EST 2013


    [ https://issues.jboss.org/browse/JGRP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923206#comment-12923206 ] 

Bela Ban commented on JGRP-1738:
--------------------------------

E.g. Protocol.level is not exposed anymore via probe.sh: {{probe.sh jmx=UDP.level}}.

The {{level}} attribute *is* exposed via a method: {{probe.sh op=UDP.getLevel}} or via jconsole.
                
> @Property on setter doesn't expose the attr via probe.sh
> --------------------------------------------------------
>
>                 Key: JGRP-1738
>                 URL: https://issues.jboss.org/browse/JGRP-1738
>             Project: JGroups
>          Issue Type: Bug
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>            Priority: Minor
>             Fix For: 3.5
>
>
> If we have 
> {noformat}
> int attr;
> @Property
> public void setAttr(int val) {...}
> {noformat}
> then attr won't be exposed via probe.sh. It *is* exposed via JMX (jconsole) though.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list