Пример #1
0
  public synchronized void setNamedObject(String name, long recid) throws IOException {
    checkIfClosed();

    _recman.setNamedObject(name, recid);
  }