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