org.apache.ftpserver.impl
Interface FtpServerContext

All Superinterfaces:
FtpletContext
All Known Implementing Classes:
DefaultFtpServerContext

public interface FtpServerContext
extends FtpletContext

Internal class, do not use directly. This is basically org.apache.ftpserver.ftplet.FtpletContext with added connection manager, message resource functionalities.

Author:
Apache MINA Project

Method Summary
 void dispose()
          Release all components.
 CommandFactory getCommandFactory()
          Get the command factory.
 ConnectionConfig getConnectionConfig()
           
 FtpletContainer getFtpletContainer()
          Get ftplet container.
 Listener getListener(String name)
           
 Map<String,Listener> getListeners()
           
 MessageResource getMessageResource()
          Get message resource.
 ThreadPoolExecutor getThreadPoolExecutor()
          Returns the thread pool executor for this context.
 
Methods inherited from interface org.apache.ftpserver.ftplet.FtpletContext
getFileSystemManager, getFtplet, getFtpStatistics, getUserManager
 

Method Detail

getConnectionConfig

ConnectionConfig getConnectionConfig()

getMessageResource

MessageResource getMessageResource()
Get message resource.


getFtpletContainer

FtpletContainer getFtpletContainer()
Get ftplet container.


getListener

Listener getListener(String name)

getListeners

Map<String,Listener> getListeners()

getCommandFactory

CommandFactory getCommandFactory()
Get the command factory.


dispose

void dispose()
Release all components.


getThreadPoolExecutor

ThreadPoolExecutor getThreadPoolExecutor()
Returns the thread pool executor for this context.

Returns:
the thread pool executor for this context.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.