org.apache.james.remotemanager
Interface RemoteManagerHandlerConfigurationData


public interface RemoteManagerHandlerConfigurationData

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

Author:
Peter M. Goldstein

Method Summary
 HashMap getAdministrativeAccountData()
          Returns the Administrative Account Data TODO: Change the return type to make this immutable.
 String getHelloName()
          Returns the service wide hello name
 MailServer getMailServer()
          Returns the MailServer interface for this service.
 UsersRepository getUsersRepository()
          Returns the UsersRepository for this service.
 UsersStore getUserStore()
          Returns the UsersStore for this service.
 

Method Detail

getHelloName

public String getHelloName()
Returns the service wide hello name

Returns:
the hello name

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

getUserStore

public UsersStore getUserStore()
Returns the UsersStore for this service.

Returns:
the local users store

getAdministrativeAccountData

public HashMap getAdministrativeAccountData()
Returns the Administrative Account Data TODO: Change the return type to make this immutable.

Returns:
the admin account data


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