Object obj = internalInvokeHome(mi);
return obj;
}
else
{
throw new MBeanException(new IllegalArgumentException("Unknown invocation type: " + type));
}
}
/**
* Having to catch this exception here in case can not
* unmarshall arguments, values, etc. Then, convert to