Is it possible to change the value of read/write attributes of MBeans? I have an attribute with witch I can set the logLevel of an application. With JConsole I can change the loglevel by providing the correct string (DEBUG,WARN,...). I was hoping however that I could change it too with ManageEngine and perhaps change the logLevel as a certain threshold value is exceeded. But I can't find a way to change the value of an attribute.. the only thing that I can invoke are operations.
I could change the management interface to a readonly attribute and an operation but that is not really how it should work. But lets assume that I would change the management interface in that way, will it possible to provide strings as parameters for this operation?
I would also like to note that it is strange that you first need to provide a name for your operation and afterwards you can see wich operations are available. Perhaps in a future version you could switch the order, so first you see what operations are available, you choose one and then you provide a name for it.