|
||||||||||
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 | |
---|---|
String |
getAddressString()
Get address string |
ConnectionServiceInterface |
getConnectionService()
Get user properties. |
int |
getDefaultIdleTime()
Get default idle time in seconds. |
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. |
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 RemoteException
RemoteException
IpRestrictorInterface getIpRestrictor() throws RemoteException
RemoteException
InetAddress getServerAddress() throws RemoteException
RemoteException
String getAddressString() throws RemoteException
RemoteException
int getServerPort() throws RemoteException
RemoteException
boolean isAnonymousLoginAllowed() throws RemoteException
RemoteException
ConnectionServiceInterface getConnectionService() throws RemoteException
RemoteException
int getMaxConnections() throws RemoteException
RemoteException
int getMaxAnonymousLogins() throws RemoteException
RemoteException
int getSchedulerInterval() throws RemoteException
RemoteException
int getDefaultIdleTime() throws RemoteException
RemoteException
String getDefaultRoot() throws RemoteException
RemoteException
FtpStatisticsInterface getStatistics() throws RemoteException
RemoteException
int getRemoteAdminPort() throws RemoteException
RemoteException
boolean isRemoteAdminAllowed() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |