FileDocCategorySizeDatePackage
ConfigChangeEventListenerImpl.javaAPI DocGlassfish v2 API2915Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

ConfigChangeEventListenerImpl

public class ConfigChangeEventListenerImpl extends Object implements ConfigChangeEventListener
Listener impl that handles all ConfigChangeEvents.

Fields Summary
Constructors Summary
Methods Summary
public voidconfigChanged(ConfigChangeEvent event)
Process configuration change event.

throws
AdminEventListenerException when the listener is unable to process the event.


        System.out.println("\n CONFIG CHANGE EVENT LISTENER " + event);

         try {
         // FIXME: remove this
         //ConfigContext ctx = AdminService.getAdminService().getAdminContext().getAdminConfigContext();
         //ctx.flush();
         } catch (Exception e) {
            e.printStackTrace();
         }