public int getLifetime() {
   if (mechCtxt != null) return mechCtxt.getLifetime();
   else return reqLifetime;
 }