167168169170171172173174
{ super (); UniqueIdMgr idmgr = null; idmgr = new UniqueIdMgr ( tmName, outputDirPath ); service_ = new TransactionServiceImp ( tmName, srecmgr, idmgr, console, maxTimeout, maxActives , single_threaded_2pc ); }
8485868788899091
// see case 73086 String msg = "Value too long :" + tmName; LOGGER.logWarning ( msg ); throw new SysException(msg); } service_ = new TransactionServiceImp ( tmName, srecmgr, idmgr, maxTimeout, maxActives , single_threaded_2pc ); }
// see case 73086 String msg = "Value too long :" + tmName; Configuration.logWarning ( msg ); throw new SysException(msg); } service_ = new TransactionServiceImp ( tmName, srecmgr, idmgr, console, maxTimeout, maxActives , single_threaded_2pc ); }