worker.stop();
}
public void testSuccessfulInvocations() throws Exception {
TestBean target = new TestBean();
JavaSpaceInterceptor si = new JavaSpaceInterceptor(template);
ProxyFactory pf = new ProxyFactory(new Class[] { ITestBean.class });
pf.addAdvice(new PerformanceMonitorInterceptor());
pf.addAdvice(si);