FileDocCategorySizeDatePackage
RemoteManagerHandlerConfigurationData.javaAPI DocApache James 2.3.12593Fri Jan 12 12:56:26 GMT 2007org.apache.james.remotemanager

RemoteManagerHandlerConfigurationData

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

Fields Summary
Constructors Summary
Methods Summary
public java.util.HashMapgetAdministrativeAccountData()
Returns the Administrative Account Data TODO: Change the return type to make this immutable.

return
the admin account data

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 java.lang.StringgetPrompt()
Returns the prompt to be displayed when waiting for input. e.g. "james> ".

return
the configured prompt, or an empty string when the prompt is not configured.

public org.apache.james.services.UsersStoregetUserStore()
Returns the UsersStore for this service.

return
the local users store

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

return
the local users repository