org.apache.ftpserver.remote.interfaces
Interface FtpStatisticsListener

All Superinterfaces:
java.rmi.Remote

public interface FtpStatisticsListener
extends java.rmi.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

public void notifyUpload()
                  throws java.rmi.RemoteException
User file upload notification.

Throws:
java.rmi.RemoteException

notifyDownload

public void notifyDownload()
                    throws java.rmi.RemoteException
User file download notification.

Throws:
java.rmi.RemoteException

notifyDelete

public void notifyDelete()
                  throws java.rmi.RemoteException
User file delete notification.

Throws:
java.rmi.RemoteException

notifyLogin

public void notifyLogin()
                 throws java.rmi.RemoteException
New user login notification.

Throws:
java.rmi.RemoteException

notifyLogout

public void notifyLogout()
                  throws java.rmi.RemoteException
User logout notification.

Throws:
java.rmi.RemoteException

notifyConnection

public void notifyConnection()
                      throws java.rmi.RemoteException
Connection open/close notification

Throws:
java.rmi.RemoteException


Copyright © 2001-2007 Codehaus. All Rights Reserved.