Esempio n. 1
0
  public synchronized long getNamedObject(String name) throws IOException {
    checkIfClosed();

    return _recman.getNamedObject(name);
  }