[jboss-cvs] JBossAS SVN: r87447 - branches/Branch_5_x/cluster/src/main/org/jboss/ha/jmx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 14:02:49 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-16 14:02:49 -0400 (Thu, 16 Apr 2009)
New Revision: 87447

Modified:
   branches/Branch_5_x/cluster/src/main/org/jboss/ha/jmx/HAServiceMBean.java
Log:
[JBAS-6797] Deprecate callMethodOnPartition as mbean operation

Modified: branches/Branch_5_x/cluster/src/main/org/jboss/ha/jmx/HAServiceMBean.java
===================================================================
--- branches/Branch_5_x/cluster/src/main/org/jboss/ha/jmx/HAServiceMBean.java	2009-04-16 18:01:33 UTC (rev 87446)
+++ branches/Branch_5_x/cluster/src/main/org/jboss/ha/jmx/HAServiceMBean.java	2009-04-16 18:02:49 UTC (rev 87447)
@@ -78,7 +78,11 @@
     * @param types The types of the parameters
     * @return a list of responses from remote nodes
     * @throws Exception
+    * 
+    * @deprecated does not belong in this general purpose API; will be removed in AS 6;
+    *             subinterfaces that wish to expose this operation can add it 
     */
+   @Deprecated
    @SuppressWarnings("unchecked")
    List callMethodOnPartition(String methodName, Object[] args, Class[] types) throws Exception;
 




More information about the jboss-cvs-commits mailing list