org.apache.ftpserver.remote.interfaces
Interface FtpStatisticsListener

All Superinterfaces:
Remote

public interface FtpStatisticsListener
extends Remote

Ftp statistics listener remote interface.

Author:
Rana Bhattacharyya

Method Summary
 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.
 

Method Detail

notifyUpload

void notifyUpload()
                  throws RemoteException
User file upload notification.

Throws:
RemoteException

notifyDownload

void notifyDownload()
                    throws RemoteException
User file download notification.

Throws:
RemoteException

notifyDelete

void notifyDelete()
                  throws RemoteException
User file delete notification.

Throws:
RemoteException

notifyLogin

void notifyLogin()
                 throws RemoteException
New user login notification.

Throws:
RemoteException

notifyLogout

void notifyLogout()
                  throws RemoteException
User logout notification.

Throws:
RemoteException

notifyConnection

void notifyConnection()
                      throws RemoteException
Connection open/close notification

Throws:
RemoteException


Copyright © 2001-2012 Codehaus. All Rights Reserved.