|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionServiceInterface
Ftp user service interface - used by remote admin GUI.
| Method Summary | |
|---|---|
void |
closeAllConnections()
Close all - close all the connections. |
void |
closeConnection(java.lang.String sessionId)
Close ftp connection for this session id. |
java.util.List |
getAllUsers()
It returns a list of all the currently connected user objects. |
FtpConnectionObserver |
getObserver()
Get the observer. |
FtpUser |
getUser(java.lang.String sessId)
Get connected user |
void |
setObserver(FtpConnectionObserver obsr)
Set user manager observer. |
void |
setSpyObject(java.lang.String sessId,
SpyConnectionInterface spy)
Set spy object |
| Method Detail |
|---|
java.util.List getAllUsers()
throws java.rmi.RemoteException
java.rmi.RemoteException
void setObserver(FtpConnectionObserver obsr)
throws java.rmi.RemoteException
java.rmi.RemoteException
FtpConnectionObserver getObserver()
throws java.rmi.RemoteException
java.rmi.RemoteException
void closeConnection(java.lang.String sessionId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void closeAllConnections()
throws java.rmi.RemoteException
java.rmi.RemoteException
FtpUser getUser(java.lang.String sessId)
throws java.rmi.RemoteException
java.rmi.RemoteException
void setSpyObject(java.lang.String sessId,
SpyConnectionInterface spy)
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||