|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteManagerHandlerConfigurationData
Provides a number of server-wide constant values to the RemoteManagerHandlers
Method Summary | |
---|---|
java.util.HashMap |
getAdministrativeAccountData()
Returns the Administrative Account Data TODO: Change the return type to make this immutable. |
BayesianAnalyzerManagementService |
getBayesianAnalyzerManagement()
Returns the BayesianAnalyzerManagementService |
Command[] |
getCommands()
Gets avaliable commands. |
DomainListManagementService |
getDomainListManagement()
Return the DomainListManagementService |
java.lang.String |
getHelloName()
Returns the service wide hello name |
MailServer |
getMailServer()
Returns the MailServer interface for this service. |
ProcessorManagementService |
getProcessorManagement()
Returns the ProcessorManagementService |
java.lang.String |
getPrompt()
Returns the prompt to be displayed when waiting for input. |
SpoolManagementService |
getSpoolManagement()
Returns the SpoolManagement for this service. |
org.apache.avalon.cornerstone.services.store.Store |
getStore()
Returns the Store |
UsersRepository |
getUsersRepository()
Returns the UsersRepository for this service. |
UsersStore |
getUserStore()
Returns the UsersStore for this service. |
VirtualUserTableManagementService |
getVirtualUserTableManagement()
Return the VirtualUserTableManagementService |
Method Detail |
---|
java.lang.String getHelloName()
MailServer getMailServer()
UsersRepository getUsersRepository()
UsersStore getUserStore()
SpoolManagementService getSpoolManagement()
java.util.HashMap getAdministrativeAccountData()
java.lang.String getPrompt()
org.apache.avalon.cornerstone.services.store.Store getStore()
BayesianAnalyzerManagementService getBayesianAnalyzerManagement()
ProcessorManagementService getProcessorManagement()
VirtualUserTableManagementService getVirtualUserTableManagement()
DomainListManagementService getDomainListManagement()
Command[] getCommands()
Command
's, not null possibly empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |