Methods in org.glite.wms.wmproxy that throw GetQuotaManagementFaultException |
void |
WMProxyAPI.getTotalQuota(javax.xml.rpc.holders.LongHolder softLimit,
javax.xml.rpc.holders.LongHolder hardLimit)
Returns the total space quota assigned to the user on the storage managed by the WM
The fault GetQuotaManagementFault is returned if the quota management is not active on the WM. |
void |
WMProxyAPI.getFreeQuota(javax.xml.rpc.holders.LongHolder softLimit,
javax.xml.rpc.holders.LongHolder hardLimit)
Returns the remaining free part of available user disk quota (in bytes). |