org.ow2.jonas.lib.management.services
Class ReconfigNotifications

java.lang.Object
  extended by org.ow2.jonas.lib.management.services.ReconfigNotifications

public class ReconfigNotifications
extends java.lang.Object


Field Summary
static java.lang.String RECONFIG_TYPE
          Management notification type for reconfiguration events (notify that the management application made a reconfiguration operation)
static java.lang.String SAVE_RECONFIG_TYPE
          Management notification type for save configuration events (notify that the management application asks for save changes)
 
Constructor Summary
ReconfigNotifications()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECONFIG_TYPE

public static final java.lang.String RECONFIG_TYPE
Management notification type for reconfiguration events (notify that the management application made a reconfiguration operation)

See Also:
Constant Field Values

SAVE_RECONFIG_TYPE

public static final java.lang.String SAVE_RECONFIG_TYPE
Management notification type for save configuration events (notify that the management application asks for save changes)

See Also:
Constant Field Values
Constructor Detail

ReconfigNotifications

public ReconfigNotifications()


Copyright © 2012 OW2 Consortium. All Rights Reserved.