public class James23ImporterManagement extends Object implements James23ImporterManagementMBean
James23Importer
support via JMX.Constructor and Description |
---|
James23ImporterManagement() |
Modifier and Type | Method and Description |
---|---|
void |
importMailsFromJames23(String james23MailRepositoryPath)
Import the mails for each users from the given mail repository path.
|
void |
importUsersAndMailsFromJames23(String james23MailRepositoryPath,
String defaultPassword)
First import users (each user is created with the given default password), the
import the mails for each users from the given mail repository path.
|
void |
importUsersFromJames23(String defaultPassword)
Import users (each user is created with the given default password).
|
public void importUsersAndMailsFromJames23(String james23MailRepositoryPath, String defaultPassword) throws Exception
James23ImporterManagementMBean
importUsersAndMailsFromJames23
in interface James23ImporterManagementMBean
Exception
#importUsersAndMailsFromJames23(java.lang.String, java.lang.String)
public void importUsersFromJames23(String defaultPassword) throws Exception
James23ImporterManagementMBean
importUsersFromJames23
in interface James23ImporterManagementMBean
Exception
#importUsersFromJames23(java.lang.String)
public void importMailsFromJames23(String james23MailRepositoryPath) throws Exception
James23ImporterManagementMBean
importMailsFromJames23
in interface James23ImporterManagementMBean
Exception
#importMailsFromJames23(java.lang.String)
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.