cancel
Showing results for 
Search instead for 
Did you mean: 

jmx webscript in 4.0

redraccoon
Star Contributor
Star Contributor
Hello

I saw good code with https://github.com/Alfresco/alfresco-support-tools

but the problem as you can read using "jmx" in javascript is possible only for 4.2, but I would like to use this synthax


example –
<javascript>var configurationBeans = jmx.queryMBeans("Alfresco:Category=*,Type=Configuration,*");</javascript>





Do you know how is it possible to call methode from jmx in my web script ?

for example



http://www.noelshack.com/2016-16-1461333504-jmx.png

calling the method isAvailable and getting back "true"

thanks
1 REPLY 1

redraccoon
Star Contributor
Star Contributor
I think it's possible only in Java

it's the jar hazelcast-x.x.x.x.jar who connect to jmx, in com/hazelcast/jmx you can see some .java like "listMBean" "SetMBean" or "JMXOperation"