// if there is a proxy, see if any MBeans have matching operations
final CLISupportMBeanProxy proxy = getProxy();
if ( proxy != null && ! cmdString.equals( "*" ) )
{
final InspectRequest request = new InspectRequest();
// ask for operations only
request.includeSummary = true;
request.includeDescription = false;
request.attrs = null;