org.objectweb.jonas.server
Class JonasConfig

java.lang.Object
  |
  +--org.objectweb.jonas.server.JonasConfig
All Implemented Interfaces:
java.util.EventListener, JonasConfigMBean, javax.management.NotificationListener

public class JonasConfig
extends java.lang.Object
implements JonasConfigMBean, javax.management.NotificationListener

MBean interface allowing to reconfigure a JOnAS server

Author:
Adriana Danes Contributor(s):

Constructor Summary
JonasConfig(java.util.Properties theProperties, javax.management.MBeanServer theMBeanServer)
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasConfig

public JonasConfig(java.util.Properties theProperties,
                   javax.management.MBeanServer theMBeanServer)
Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
Specified by:
handleNotification in interface javax.management.NotificationListener