FileDocCategorySizeDatePackage
POP3HandlerConfigurationData.javaAPI DocApache James 2.3.12054Fri Jan 12 12:56:24 GMT 2007org.apache.james.pop3server

POP3HandlerConfigurationData

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHelloName()
Returns the service wide hello name

return
the hello name

public org.apache.james.services.MailServergetMailServer()
Returns the MailServer interface for this service.

return
the MailServer interface for this service

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

return
the reset length

public org.apache.james.services.UsersRepositorygetUsersRepository()
Returns the UsersRepository for this service.

return
the local users repository