Uses of Class
net.sf.hermesftp.exception.FtpQuotaException

Packages that use FtpQuotaException
net.sf.hermesftp.common Contains utility classes, interfaces or abstract classed used throughout the application. 
net.sf.hermesftp.session.impl Contains the concrete FTP session implementation and related classes. 
net.sf.hermesftp.usermanager Provides for the basic interface implemented by user managers. 
net.sf.hermesftp.usermanager.impl Implements a concrete user manager that is based on xml configuration files. 
 

Uses of FtpQuotaException in net.sf.hermesftp.common
 

Methods in net.sf.hermesftp.common that throw FtpQuotaException
 void FtpSessionContext.updateIncrementalStat(java.lang.String countKey, long value)
          Updates incremental statistics such as number of files downloaded, bytes transferred etc.
 

Uses of FtpQuotaException in net.sf.hermesftp.session.impl
 

Methods in net.sf.hermesftp.session.impl that throw FtpQuotaException
 void FtpSessionContextImpl.updateIncrementalStat(java.lang.String countKey, long value)
          Increases a particular resource consumption by the passed value.
 

Uses of FtpQuotaException in net.sf.hermesftp.usermanager
 

Methods in net.sf.hermesftp.usermanager that throw FtpQuotaException
 void UserManager.checkResourceConsumption(java.lang.String user, java.lang.String[] limitNames)
          Checks the resource consumption of the passed users.
 void UserManager.updateIncrementalStatistics(java.lang.String user, java.lang.String limitName, long value)
          Registers the current user's resource consumption.
 

Uses of FtpQuotaException in net.sf.hermesftp.usermanager.impl
 

Methods in net.sf.hermesftp.usermanager.impl that throw FtpQuotaException
 void XmlFileUserManager.checkResourceConsumption(java.lang.String user, java.lang.String[] limitNames)
          Checks the resource consumption of the passed users.
 void XmlFileUserManager.updateIncrementalStatistics(java.lang.String user, java.lang.String limitName, long value)
          Registers the current user's resource consumption.
 



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.