|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This observer interface monitors all the ftp connections.
Method Summary | |
void |
newConnection(FtpUser user)
New connection notification. |
void |
removeConnection(FtpUser user)
Close connection notification |
void |
updateConnection(FtpUser user)
Update connection notification |
Method Detail |
public void newConnection(FtpUser user) throws java.rmi.RemoteException
user
- new connected user.
java.rmi.RemoteException
public void removeConnection(FtpUser user) throws java.rmi.RemoteException
user
- closed user object
java.rmi.RemoteException
public void updateConnection(FtpUser user) throws java.rmi.RemoteException
user
- updated user
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |