|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ftpserver.remote.RemoteHandler
public class RemoteHandler
Ftp server remote admin adapter. This is the starting point of remote admin.
| Field Summary |
|---|
| Fields inherited from interface org.apache.ftpserver.remote.interfaces.RemoteHandlerInterface |
|---|
BIND_NAME, DISPLAY_NAME |
| Constructor Summary | |
|---|---|
RemoteHandler(FtpConfig config)
Constructor - set the actual user config object |
|
| Method Summary | |
|---|---|
void |
dispose()
Close the remote handler |
FtpConfigInterface |
getConfigInterface(java.lang.String sessId)
Get configuration interface |
java.lang.String |
login(java.lang.String id,
java.lang.String password)
Remote admin login |
boolean |
logout(java.lang.String sessId)
Remote admin logout |
void |
unreferenced()
Unreferenced - admin user idle timeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteHandler(FtpConfig config)
throws java.rmi.RemoteException
java.rmi.RemoteException| Method Detail |
|---|
public java.lang.String login(java.lang.String id,
java.lang.String password)
throws java.lang.Exception
login in interface RemoteHandlerInterfacejava.lang.Exceptionpublic boolean logout(java.lang.String sessId)
logout in interface RemoteHandlerInterfacepublic FtpConfigInterface getConfigInterface(java.lang.String sessId)
getConfigInterface in interface RemoteHandlerInterfacepublic void dispose()
public void unreferenced()
unreferenced in interface java.rmi.server.Unreferenced
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||