public boolean getIntegState() {
   if (mechCtxt != null) return mechCtxt.getIntegState();
   else return reqIntegState;
 }