|
||||||||||
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 |
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 |
---|
Date getStartTime() throws RemoteException
RemoteException
int getFileUploadNbr() throws RemoteException
RemoteException
int getFileDownloadNbr() throws RemoteException
RemoteException
int getFileDeleteNbr() throws RemoteException
RemoteException
long getFileUploadSize() throws RemoteException
RemoteException
long getFileDownloadSize() throws RemoteException
RemoteException
int getConnectionNbr() throws RemoteException
RemoteException
int getTotalConnectionNbr() throws RemoteException
RemoteException
int getLoginNbr() throws RemoteException
RemoteException
int getTotalLoginNbr() throws RemoteException
RemoteException
int getAnonLoginNbr() throws RemoteException
RemoteException
int getTotalAnonLoginNbr() throws RemoteException
RemoteException
void setListener(FtpStatisticsListener listener) throws RemoteException
RemoteException
FtpStatisticsListener getListener() throws RemoteException
RemoteException
void setFileListener(FtpFileListener listener) throws RemoteException
RemoteException
FtpFileListener getFileListener() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |