|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public UserManagerInterface getUserManager() throws java.rmi.RemoteException
java.rmi.RemoteException
public IpRestrictorInterface getIpRestrictor() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.net.InetAddress getServerAddress() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getAddressString() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getServerPort() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isAnonymousLoginAllowed() throws java.rmi.RemoteException
java.rmi.RemoteException
public ConnectionServiceInterface getConnectionService() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getMaxConnections() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getMaxAnonymousLogins() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getSchedulerInterval() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getDefaultIdleTime() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getDefaultRoot() throws java.rmi.RemoteException
java.rmi.RemoteException
public FtpStatisticsInterface getStatistics() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getRemoteAdminPort() throws java.rmi.RemoteException
java.rmi.RemoteException
public 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 |