|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FtpConfigInterface
Ftp configuration remote interface. It is used by remote admin GUI.
| Method Summary | |
|---|---|
java.lang.String |
getAddressString()
Get address string |
ConnectionServiceInterface |
getConnectionService()
Get user properties. |
int |
getDefaultIdleTime()
Get default idle time in seconds. |
java.lang.String |
getDefaultRoot()
Get default root directory |
IpRestrictorInterface |
getIpRestrictor()
Get ip restrictor |
int |
getMaxAnonymousLogins()
Get maximum number of anonymous connections. |
int |
getMaxConnections()
Get maximum number of connections. |
int |
getRemoteAdminPort()
Get rmi port |
int |
getSchedulerInterval()
Get poll interval in seconds. |
java.net.InetAddress |
getServerAddress()
Get server bind address. |
int |
getServerPort()
Get server port. |
FtpStatisticsInterface |
getStatistics()
Get global statistics object. |
UserManagerInterface |
getUserManager()
Get user manager |
boolean |
isAnonymousLoginAllowed()
Check annonymous login support. |
boolean |
isRemoteAdminAllowed()
Is remote admin allowed |
| Method Detail |
|---|
UserManagerInterface getUserManager()
throws java.rmi.RemoteException
java.rmi.RemoteException
IpRestrictorInterface getIpRestrictor()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.net.InetAddress getServerAddress()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getAddressString()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getServerPort()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isAnonymousLoginAllowed()
throws java.rmi.RemoteException
java.rmi.RemoteException
ConnectionServiceInterface getConnectionService()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxConnections()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getMaxAnonymousLogins()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getSchedulerInterval()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getDefaultIdleTime()
throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getDefaultRoot()
throws java.rmi.RemoteException
java.rmi.RemoteException
FtpStatisticsInterface getStatistics()
throws java.rmi.RemoteException
java.rmi.RemoteException
int getRemoteAdminPort()
throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isRemoteAdminAllowed()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||