I need to make a raw JMX method mentioned in the subject.
ultimately, this is what I want.
ConfigServiceHelper.getAttributeValue(clList, "mode");
But since this uses IBM websphere code, I can't use it. This needs to
be able to run on any arbitrary webserver and return true only when
the server is websphere AND classloader mode is set to PARENT_LAST.
Any help with this would be appreciated.
-Michael