org.apache.james.pop3server
Interface POP3HandlerConfigurationData


public interface POP3HandlerConfigurationData

Provides a number of server-wide constant values to the POP3Handlers

Author:
Peter M. Goldstein

Method Summary
 String getHelloName()
          Returns the service wide hello name
 MailServer getMailServer()
          Returns the MailServer interface for this service.
 int getResetLength()
          Returns the service wide reset length in bytes.
 UsersRepository getUsersRepository()
          Returns the UsersRepository for this service.
 

Method Detail

getHelloName

public String getHelloName()
Returns the service wide hello name

Returns:
the hello name

getResetLength

public int getResetLength()
Returns the service wide reset length in bytes.

Returns:
the reset length

getMailServer

public MailServer getMailServer()
Returns the MailServer interface for this service.

Returns:
the MailServer interface for this service

getUsersRepository

public UsersRepository getUsersRepository()
Returns the UsersRepository for this service.

Returns:
the local users repository


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."