[jboss-cvs] JBossAS SVN: r85599 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 09:34:10 EST 2009


Author: emuckenhuber
Date: 2009-03-07 09:34:10 -0500 (Sat, 07 Mar 2009)
New Revision: 85599

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
[JBAS-6524] explicit declaration of managed properties

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-03-07 12:27:52 UTC (rev 85598)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-03-07 14:34:10 UTC (rev 85599)
@@ -65,6 +65,7 @@
 import org.jboss.managed.api.annotation.ManagementObject;
 import org.jboss.managed.api.annotation.ManagementObjectID;
 import org.jboss.managed.api.annotation.ManagementObjectRef;
+import org.jboss.managed.api.annotation.ManagementProperties;
 import org.jboss.managed.api.annotation.ManagementProperty;
 import org.jboss.managed.api.annotation.ViewUse;
 import org.jboss.managed.api.factory.ManagedObjectFactory;
@@ -99,7 +100,8 @@
  * @author <a href="mailto:emuckenh at redhat.com">Emanuel Muckenhuber</a>
  * @version $Revision$
  */
- at ManagementObject(name="ManagementView", componentType=@ManagementComponent(type="MCBean", subtype="*"))
+ at ManagementObject(name="ManagementView", componentType=@ManagementComponent(type="MCBean", subtype="*"),
+      properties = ManagementProperties.EXPLICIT, description = "The ProfileService ManagementView")
 public class ManagementViewImpl extends AbstractTemplateCreator implements ManagementView
 {
    /** The logger. */




More information about the jboss-cvs-commits mailing list