|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.List getAllUsers() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setObserver(FtpConnectionObserver obsr) throws java.rmi.RemoteException
java.rmi.RemoteException
public FtpConnectionObserver getObserver() throws java.rmi.RemoteException
java.rmi.RemoteException
public void closeConnection(java.lang.String sessionId) throws java.rmi.RemoteException
java.rmi.RemoteException
public void closeAllConnections() throws java.rmi.RemoteException
java.rmi.RemoteException
public FtpUser getUser(java.lang.String sessId) throws java.rmi.RemoteException
java.rmi.RemoteException
public 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 |