request.attrs = null;
request.notifications = null;
request.constructors = false;
request.operations = cmdString;
final InspectResult [] results =
proxy.mbeanInspect( request, new String [] { "*" } );
String operationsMsg = "";
for( int i = 0; i < results.length; ++i )
{