|
From: Donahue S. <dc...@us...> - 2004-08-19 06:25:21
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32391 Modified Files: MessageProcessor.java Log Message: the Delivery class is replaced by singleton DeliveryMonitor class. MessageProcessor need not create a new instance of Delivery class. Index: MessageProcessor.java =================================================================== RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/MessageProcessor.java,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** MessageProcessor.java 2 Apr 2004 06:02:41 -0000 1.56 --- MessageProcessor.java 19 Aug 2004 06:25:11 -0000 1.57 *************** *** 70,74 **** import hk.hku.cecid.phoenix.common.util.Property; ! import hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.Delivery; import hk.hku.cecid.phoenix.message.packaging.AckRequested; import hk.hku.cecid.phoenix.message.packaging.AttachmentDataSource; --- 70,74 ---- import hk.hku.cecid.phoenix.common.util.Property; ! //import hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.Delivery; import hk.hku.cecid.phoenix.message.packaging.AckRequested; [...1128 lines suppressed...] logger.error(err); throw new Exception(err); } ! } catch (Exception e) { logger.debug("cannot generate error message"); } *************** *** 886,891 **** * @param mshConfig */ ! void setUnregisterMessageServiceHandlerConfig( ! MessageServiceHandlerConfig mshConfig) { unregisterMshConfig = mshConfig; } --- 966,970 ---- * @param mshConfig */ ! void setUnregisterMessageServiceHandlerConfig(MessageServiceHandlerConfig mshConfig) { unregisterMshConfig = mshConfig; } |