|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.remote.adapter.FtpStatisticsListenerAdapter
public class FtpStatisticsListenerAdapter
Ftp statistics listener remote interface.
| Constructor Summary | |
|---|---|
FtpStatisticsListenerAdapter()
Constructor - set the actual listener object |
|
| Method Summary | |
|---|---|
FtpStatisticsListener |
getStatisticsListener()
Get the actual listener object |
void |
notifyConnection()
Connection open/close notification |
void |
notifyDelete()
User file delete notification. |
void |
notifyDownload()
User file download notification. |
void |
notifyLogin()
New user login notification. |
void |
notifyLogout()
User logout notification. |
void |
notifyUpload()
User file upload notification. |
void |
setStatisticsListener(FtpStatisticsListener listener)
Set the actual listener object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpStatisticsListenerAdapter()
| Method Detail |
|---|
public FtpStatisticsListener getStatisticsListener()
public void setStatisticsListener(FtpStatisticsListener listener)
public void notifyUpload()
notifyUpload in interface FtpStatisticsListenerpublic void notifyDownload()
notifyDownload in interface FtpStatisticsListenerpublic void notifyDelete()
notifyDelete in interface FtpStatisticsListenerpublic void notifyLogin()
notifyLogin in interface FtpStatisticsListenerpublic void notifyLogout()
notifyLogout in interface FtpStatisticsListenerpublic void notifyConnection()
notifyConnection in interface FtpStatisticsListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||