StateRecoveryManager srecmgr , Console console ,
String outputDirPath , long maxTimeout , int maxActives ,
boolean single_threaded_2pc )
{
super ();
UniqueIdMgr idmgr = null;
idmgr = new UniqueIdMgr ( tmName, outputDirPath );
service_ = new TransactionServiceImp ( tmName, srecmgr, idmgr, console,
maxTimeout, maxActives , single_threaded_2pc );
}