[jboss-user] [Management, JMX/JBoss] - Change listener for Systemproperty

dkalna do-not-reply at jboss.com
Wed Sep 3 08:44:46 EDT 2008


Hi people,

I have following problem:
- I have defined System Property (as MBean)

<?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |   <mbean code="org.jboss.varia.property.SystemPropertiesService"
  |       name="jboss.util:type=Service,name=SystemProperties-workflow-config">
  |     <!-- System property fuer die Konfiguration des Workflow -->
  |     <attribute name="Properties">
  |       evasjp.servermode.batch.disabled=false
  |     </attribute>	
  |   </mbean>
  | </server>

Now, I would like to get notified everytime this property get changed.
Is it possible? If yes, how to do this?

Thanks a lot.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173944#4173944

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173944



More information about the jboss-user mailing list