_factory = new HessianRPCServiceHandler(_executor);
// factory.addService("default", new ContinuationService(new
// ContinuationHalloWorldService(), HelloWorldServiceInterface.class,
// factory, _executor));
_factory.addService("default", new ExecutorInvokeService(_mbeanServer, MBeanServerConnection.class, _factory, _executor));
}