[jboss-cvs] jboss-mail/src/META-INF ...

Michael Barker mike at middlesoft.co.uk
Sat Jul 29 02:51:19 EDT 2006


  User: mikezzz 
  Date: 06/07/29 02:51:19

  Modified:    src/META-INF  Mailbox-xmbean.xml
  Log:
  JBMAIL-246: Implement per-folder message id
  
  Revision  Changes    Path
  1.14      +10 -1     jboss-mail/src/META-INF/Mailbox-xmbean.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Mailbox-xmbean.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-mail/src/META-INF/Mailbox-xmbean.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- Mailbox-xmbean.xml	1 Jun 2006 21:51:19 -0000	1.13
  +++ Mailbox-xmbean.xml	29 Jul 2006 06:51:19 -0000	1.14
  @@ -20,7 +20,7 @@
   
       <attribute access="read-write" setMethod="setHacks" getMethod="getHacks">
           <name>Hacks</name>
  -        <type>String</type>
  +        <type>java.lang.String</type>
       </attribute>
   
   
  @@ -162,6 +162,15 @@
       </operation>
   
       <operation>
  +        <name>getNextMessageId</name>
  +        <parameter>
  +            <name>folderId</name>
  +            <type>long</type>
  +        </parameter>
  +        <return-type>long</return-type>
  +    </operation>
  +    
  +    <operation>
           <name>release</name>
           <parameter>
               <name>user</name>
  
  
  



More information about the jboss-cvs-commits mailing list