Beispiel #1
0
 /**
  * Refreshes the information fields of this <code>Partition</code> to reflect the current state of
  * the AFS partition. These include total free space, id, etc.
  *
  * @exception AFSException If an error occurs in the native code
  */
 protected void refreshInfo() throws AFSException {
   getPartitionInfo(cell.getCellHandle(), server.getVosHandle(), getID(), this);
   cachedInfo = true;
 }