|
||||||||||
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(String sessionId)
Close ftp connection for this session id. |
List |
getAllUsers()
It returns a list of all the currently connected user objects. |
FtpConnectionObserver |
getObserver()
Get the observer. |
FtpUser |
getUser(String sessId)
Get connected user |
void |
setObserver(FtpConnectionObserver obsr)
Set user manager observer. |
void |
setSpyObject(String sessId,
SpyConnectionInterface spy)
Set spy object |
Method Detail |
---|
List getAllUsers() throws RemoteException
RemoteException
void setObserver(FtpConnectionObserver obsr) throws RemoteException
RemoteException
FtpConnectionObserver getObserver() throws RemoteException
RemoteException
void closeConnection(String sessionId) throws RemoteException
RemoteException
void closeAllConnections() throws RemoteException
RemoteException
FtpUser getUser(String sessId) throws RemoteException
RemoteException
void setSpyObject(String sessId, SpyConnectionInterface spy) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |