String key = prm.getKey();
String[] fn = cntx.getFullName(key);
prmi.setField(fn[1], Strings.getString(cntx.getPrmString(key)));
}
s = new Socket(host, port);
msg.sendTo(s.getOutputStream());
} finally {
poolmsg.free(msg);
}
msg = poolmsg.getFactory().create();
poolmsg.getFactory().initialization(msg);