|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.remote.FtpStatistics
Ftp statistis remote adapter class.
Constructor Summary | |
FtpStatistics(FtpStatistics statistics)
Constructor - sets the actual statistics object |
Method Summary | |
int |
getAnonLoginNbr()
Get current number of anonymous logins. |
int |
getConnectionNbr()
Get current number of connections. |
int |
getFileDeleteNbr()
Get number of files deleted. |
int |
getFileDownloadNbr()
Get number of files downloaded. |
long |
getFileDownloadSize()
Get total number of bytes downloaded. |
FtpFileListener |
getFileListener()
Set file listener |
int |
getFileUploadNbr()
Get number of files uploaded. |
long |
getFileUploadSize()
Get total number of bytes uploaded. |
FtpStatisticsListener |
getListener()
Get listener object. |
int |
getLoginNbr()
Get current number of logins |
java.util.Date |
getStartTime()
Get server start time. |
int |
getTotalAnonLoginNbr()
Get total number of anonymous logins |
int |
getTotalConnectionNbr()
Get total number of connections |
int |
getTotalLoginNbr()
Get total number of logins |
void |
setFileListener(FtpFileListener listener)
Get file listener |
void |
setListener(FtpStatisticsListener listener)
Set a listener object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FtpStatistics(FtpStatistics statistics) throws java.rmi.RemoteException
Method Detail |
public java.util.Date getStartTime()
getStartTime
in interface FtpStatisticsInterface
public int getFileUploadNbr()
getFileUploadNbr
in interface FtpStatisticsInterface
public int getFileDownloadNbr()
getFileDownloadNbr
in interface FtpStatisticsInterface
public int getFileDeleteNbr()
getFileDeleteNbr
in interface FtpStatisticsInterface
public long getFileUploadSize()
getFileUploadSize
in interface FtpStatisticsInterface
public long getFileDownloadSize()
getFileDownloadSize
in interface FtpStatisticsInterface
public int getConnectionNbr()
getConnectionNbr
in interface FtpStatisticsInterface
public int getTotalConnectionNbr()
getTotalConnectionNbr
in interface FtpStatisticsInterface
public int getLoginNbr()
getLoginNbr
in interface FtpStatisticsInterface
public int getTotalLoginNbr()
getTotalLoginNbr
in interface FtpStatisticsInterface
public int getAnonLoginNbr()
getAnonLoginNbr
in interface FtpStatisticsInterface
public int getTotalAnonLoginNbr()
getTotalAnonLoginNbr
in interface FtpStatisticsInterface
public void setListener(FtpStatisticsListener listener)
setListener
in interface FtpStatisticsInterface
public FtpStatisticsListener getListener()
getListener
in interface FtpStatisticsInterface
public void setFileListener(FtpFileListener listener)
setFileListener
in interface FtpStatisticsInterface
public FtpFileListener getFileListener()
getFileListener
in interface FtpStatisticsInterface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |