|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteHandlerInterface
Ftp server remote admin interface. This is the starting point of remote admin. Call stack:
RemoteHandlerInterface | +---- FtpConfigInterface | +---- FtpStatisticsInterface <- FtpStatisticsListener, FtpFileListener | +---- ConnectionServiceInterface <- FtpConnectionObserver | +---- IpRestrictorInterface | +---- UserManagerInterface
Field Summary | |
---|---|
static String |
BIND_NAME
Remote interface ID |
static String |
DISPLAY_NAME
Display server name |
Method Summary | |
---|---|
FtpConfigInterface |
getConfigInterface(String sessId)
Get configuration interface |
String |
login(String id,
String password)
Remote admin login |
boolean |
logout(String sessId)
Remote admin logout |
Field Detail |
---|
static final String BIND_NAME
static final String DISPLAY_NAME
Method Detail |
---|
String login(String id, String password) throws Exception
Exception
boolean logout(String sessId) throws RemoteException
RemoteException
FtpConfigInterface getConfigInterface(String sessId) throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |