- Version:
- $Id: $
|
Constructor Summary |
FtpServerImpl(FtpConfig configuration,
org.exoplatform.services.command.impl.CommandService commandService,
org.exoplatform.services.jcr.RepositoryService repositoryService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND_PATH
public static final String COMMAND_PATH
- See Also:
- Constant Field Values
FtpServerImpl
public FtpServerImpl(FtpConfig configuration,
org.exoplatform.services.command.impl.CommandService commandService,
org.exoplatform.services.jcr.RepositoryService repositoryService)
throws Exception
- Throws:
Exception
prepareCache
protected void prepareCache()
start
public boolean start()
- Specified by:
start in interface FtpServer
stop
public boolean stop()
- Specified by:
stop in interface FtpServer
getConfiguration
public FtpConfig getConfiguration()
- Specified by:
getConfiguration in interface FtpServer
getRepository
public org.exoplatform.services.jcr.core.ManageableRepository getRepository()
- Specified by:
getRepository in interface FtpServer
- Returns:
ManageableRepository or null if repository can not be retrieved
getCommand
public FtpCommand getCommand(String commandName)
- Specified by:
getCommand in interface FtpServer
getDataChannelManager
public FtpDataChannelManager getDataChannelManager()
- Specified by:
getDataChannelManager in interface FtpServer
unRegisterClient
public boolean unRegisterClient(FtpClientSession clientSession)
- Specified by:
unRegisterClient in interface FtpServer
getClientsCount
public int getClientsCount()
- Specified by:
getClientsCount in interface FtpServer
Copyright © 2014 eXo Platform SAS. All Rights Reserved.