return mCtx;
}
public void initTestCallback(Dispatcher d) throws IOException {
BaseMapper.Context mCtx = initTestContext(d);
mCtx.addWrapper("/proc/cpool/client", new IOStatus(testClient.cpool));
mCtx.addWrapper("/proc/cpool/proxy", new IOStatus(testProxy.cpool));
mCtx.addWrapper("/proc/cpool/server", new IOStatus(testServer.cpool));
}