ClientMtTable1 o1 = context.newObject(ClientMtTable1.class);
o1.setGlobalAttribute1("v1");
o1.setGlobalAttribute1("v2");
DataChannelSyncStats stats = clientServerInterceptor
.runWithSyncStatsCollection(new UnitTestClosure() {
public void execute() {
context.commitChanges();
}