示例#1
0
文件: QServer.java 项目: Zengwn/jPOS
 /*
  * This method will be invoke through the ISORequestListener interface, *if*
  * this QServer has an 'out' queue to handle.
  */
 @Override
 public boolean process(ISOSource source, ISOMsg m) {
   sp.out(outQueue, m);
   return true;
 }