org.apache.ftpserver.interfaces
Interface FtpServerInterface

All Known Implementing Classes:
FtpServerImpl

public interface FtpServerInterface

Ftp server interface.

Author:
Rana Bhattacharyya

Field Summary
static String DISPLAY_NAME
          Ftp server name
static String ROLE
          Service role name.
 

Field Detail

ROLE

static final String ROLE
Service role name. It will be used for RMI binding too.

See Also:
Constant Field Values

DISPLAY_NAME

static final String DISPLAY_NAME
Ftp server name

See Also:
Constant Field Values


Copyright © 2001-2012 Codehaus. All Rights Reserved.