org.apache.james.pop3server
Interface POP3HandlerConfigurationData


public interface POP3HandlerConfigurationData

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


Method Summary
 java.lang.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

java.lang.String getHelloName()
Returns the service wide hello name

Returns:
the hello name

getResetLength

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

Returns:
the reset length

getMailServer

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

Returns:
the MailServer interface for this service

getUsersRepository

UsersRepository getUsersRepository()
Returns the UsersRepository for this service.

Returns:
the local users repository


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.