org.apache.ftpserver.interfaces
Interface FtpServerInterface

All Known Implementing Classes:
FtpServerImpl

public interface FtpServerInterface

Ftp server interface.

Author:
Rana Bhattacharyya

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

Field Detail

ROLE

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

See Also:
Constant Field Values

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
Ftp server name

See Also:
Constant Field Values


Copyright © 2001-2007 Codehaus. All Rights Reserved.