/**
  * Reads the configuration object from the server. The server bean path is the one returned by
  * mo.getPath().
  *
  * @param mo the ManagementObject to read from the server
  */
 private void readConfiguration(ConnectorManagementObject mo) throws AdminException {
   Log.debug("Reading configuration object " + mo.getPath());
   mo.setObject(businessDelegate.getServerBean(mo.getPath()));
 }