results.append("Local ProbeLocalHome.class info:\n");
Debug.displayClassInfo(ProbeLocalHome.class, results);
home = (ProbeLocalHome) obj;
results.append("\nFound ProbeLocalHome");
ProbeLocal bean = home.create();
results.append("\nCreated ProbeLocal");
warmup(bean, results);
noop(bean, iterationCount, results);
ping(bean, iterationCount, results);
echo(bean, iterationCount, results);