org.apache.ftpserver.remote.interfaces
Interface FtpFileListener

All Superinterfaces:
java.rmi.Remote

public interface FtpFileListener
extends java.rmi.Remote

Ftp file upload/download/delete listener remote interface.

Author:
Rana Bhattacharyya

Method Summary
 void notifyDelete(java.lang.String file, java.lang.String sessionId)
          User file delete notification.
 void notifyDownload(java.lang.String file, java.lang.String sessionId)
          User file download notification.
 void notifyUpload(java.lang.String file, java.lang.String sessionId)
          User file upload notification.
 

Method Detail

notifyUpload

public void notifyUpload(java.lang.String file,
                         java.lang.String sessionId)
                  throws java.rmi.RemoteException
User file upload notification.

Throws:
java.rmi.RemoteException

notifyDownload

public void notifyDownload(java.lang.String file,
                           java.lang.String sessionId)
                    throws java.rmi.RemoteException
User file download notification.

Throws:
java.rmi.RemoteException

notifyDelete

public void notifyDelete(java.lang.String file,
                         java.lang.String sessionId)
                  throws java.rmi.RemoteException
User file delete notification.

Throws:
java.rmi.RemoteException


Copyright © -2005 . All Rights Reserved.