Author: eric
Date: Wed Jan 19 10:57:21 2011
New Revision: 1060763

URL: http://svn.apache.org/viewvc?rev=1060763&view=rev
Log:
javadoc the 2.3 import management interface (MAILBOX-34)

Modified:
    
james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/tool/James23ImporterManagementMBean.java

Modified: 
james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/tool/James23ImporterManagementMBean.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/tool/James23ImporterManagementMBean.java?rev=1060763&r1=1060762&r2=1060763&view=diff
==============================================================================
--- 
james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/tool/James23ImporterManagementMBean.java
 (original)
+++ 
james/server/trunk/container-spring/src/main/java/org/apache/james/container/spring/tool/James23ImporterManagementMBean.java
 Wed Jan 19 10:57:21 2011
@@ -28,18 +28,25 @@ import org.apache.james.mailbox.MailboxM
 public interface James23ImporterManagementMBean {
     
     /**
+     * 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.
+     * 
      * @param james23MailRepositoryPath
      * @param defaultPassword
      */
     void importUsersAndMailsFromJames23(String james23MailRepositoryPath, 
String defaultPassword) throws Exception;
 
     /**
+     * Import users (each user is created with the given default  password).
+     * 
      * @param defaultPassword
      * @throws Exception
      */
     void importUsersFromJames23(String defaultPassword) throws Exception;
     
     /**
+     * Import the mails for each users from the given mail repository path.
+     * 
      * @param james23MailRepositoryPath
      * @throws Exception
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to