|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.remote.FtpStatistics
public class 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
java.rmi.RemoteException| Method Detail |
|---|
public java.util.Date getStartTime()
getStartTime in interface FtpStatisticsInterfacepublic int getFileUploadNbr()
getFileUploadNbr in interface FtpStatisticsInterfacepublic int getFileDownloadNbr()
getFileDownloadNbr in interface FtpStatisticsInterfacepublic int getFileDeleteNbr()
getFileDeleteNbr in interface FtpStatisticsInterfacepublic long getFileUploadSize()
getFileUploadSize in interface FtpStatisticsInterfacepublic long getFileDownloadSize()
getFileDownloadSize in interface FtpStatisticsInterfacepublic int getConnectionNbr()
getConnectionNbr in interface FtpStatisticsInterfacepublic int getTotalConnectionNbr()
getTotalConnectionNbr in interface FtpStatisticsInterfacepublic int getLoginNbr()
getLoginNbr in interface FtpStatisticsInterfacepublic int getTotalLoginNbr()
getTotalLoginNbr in interface FtpStatisticsInterfacepublic int getAnonLoginNbr()
getAnonLoginNbr in interface FtpStatisticsInterfacepublic int getTotalAnonLoginNbr()
getTotalAnonLoginNbr in interface FtpStatisticsInterfacepublic void setListener(FtpStatisticsListener listener)
setListener in interface FtpStatisticsInterfacepublic FtpStatisticsListener getListener()
getListener in interface FtpStatisticsInterfacepublic void setFileListener(FtpFileListener listener)
setFileListener in interface FtpStatisticsInterfacepublic FtpFileListener getFileListener()
getFileListener in interface FtpStatisticsInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||