|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FtpFileListener
Ftp file upload/download/delete listener remote interface.
| 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 |
|---|
void notifyUpload(java.lang.String file,
java.lang.String sessionId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void notifyDownload(java.lang.String file,
java.lang.String sessionId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void notifyDelete(java.lang.String file,
java.lang.String sessionId)
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||