Uses of Class
org.glite.wms.wmproxy.GetQuotaManagementFaultException

Uses of GetQuotaManagementFaultException in org.glite.wms.wmproxy
 

Methods in org.glite.wms.wmproxy that throw GetQuotaManagementFaultException
 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).
 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.