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