[jboss-cvs] JBoss Messaging SVN: r8067 - in branches/Branch_1_4/integration: EAP4/etc/xmdesc and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 6 04:01:52 EDT 2010


Author: gaohoward
Date: 2010-07-06 04:01:51 -0400 (Tue, 06 Jul 2010)
New Revision: 8067

Modified:
   branches/Branch_1_4/integration/AS5/etc/xmdesc/Queue-xmbean.xml
   branches/Branch_1_4/integration/EAP4/etc/xmdesc/Queue-xmbean.xml
   branches/Branch_1_4/integration/EAP5/etc/xmdesc/Queue-xmbean.xml
Log:
JBMESSAGING-1783


Modified: branches/Branch_1_4/integration/AS5/etc/xmdesc/Queue-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/xmdesc/Queue-xmbean.xml	2010-07-06 07:48:02 UTC (rev 8066)
+++ branches/Branch_1_4/integration/AS5/etc/xmdesc/Queue-xmbean.xml	2010-07-06 08:01:51 UTC (rev 8067)
@@ -249,17 +249,6 @@
          <type>java.lang.String</type>
       </parameter>
       <return-type>java.util.List</return-type>
-   </operation>      
-
-   <operation>
-      <description>List all messages which meet the condition described in selector</description>
-      <name>listMessages</name>
-      <parameter>
-         <description>Expression to define the selector</description>
-         <name>selector</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>java.util.List</return-type>
    </operation>
    
    <operation>

Modified: branches/Branch_1_4/integration/EAP4/etc/xmdesc/Queue-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/EAP4/etc/xmdesc/Queue-xmbean.xml	2010-07-06 07:48:02 UTC (rev 8066)
+++ branches/Branch_1_4/integration/EAP4/etc/xmdesc/Queue-xmbean.xml	2010-07-06 08:01:51 UTC (rev 8067)
@@ -249,17 +249,6 @@
          <type>java.lang.String</type>
       </parameter>
       <return-type>java.util.List</return-type>
-   </operation>      
-
-   <operation>
-      <description>List all messages which meet the condition described in selector</description>
-      <name>listMessages</name>
-      <parameter>
-         <description>Expression to define the selector</description>
-         <name>selector</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>java.util.List</return-type>
    </operation>
    
    <operation>

Modified: branches/Branch_1_4/integration/EAP5/etc/xmdesc/Queue-xmbean.xml
===================================================================
--- branches/Branch_1_4/integration/EAP5/etc/xmdesc/Queue-xmbean.xml	2010-07-06 07:48:02 UTC (rev 8066)
+++ branches/Branch_1_4/integration/EAP5/etc/xmdesc/Queue-xmbean.xml	2010-07-06 08:01:51 UTC (rev 8067)
@@ -250,17 +250,6 @@
       </parameter>
       <return-type>java.util.List</return-type>
    </operation>      
-
-   <operation>
-      <description>List all messages which meet the condition described in selector</description>
-      <name>listMessages</name>
-      <parameter>
-         <description>Expression to define the selector</description>
-         <name>selector</name>
-         <type>java.lang.String</type>
-      </parameter>
-      <return-type>java.util.List</return-type>
-   </operation>
    
    <operation>
       <description>Reset the message counter</description>



More information about the jboss-cvs-commits mailing list