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