public boolean getConfState() {
   if (mechCtxt != null) return mechCtxt.getConfState();
   else return reqConfState;
 }